Gem 1.1.0.4239

dotnet add package Gem --version 1.1.0.4239
NuGet\Install-Package Gem -Version 1.1.0.4239
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Gem" Version="1.1.0.4239" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Gem --version 1.1.0.4239
#r "nuget: Gem, 1.1.0.4239"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Gem as a Cake Addin
#addin nuget:?package=Gem&version=1.1.0.4239

// Install Gem as a Cake Tool
#tool nuget:?package=Gem&version=1.1.0.4239

The Gem library makes it easier to work with furigana text, particularly on web pages.

 Gem uses a simple syntax to encode furigana information in Japanese text. The text to be displayed in the furigana gem is simply included in square brackets following the character or group of characters it relates to. For example: 新[あたら]しい.

 Once you create a Gem, it is very easy to:
 - Display the HTML required to view furigana in the browser using the HTML ruby syntax
 - Extract the plain text without any furigana from Japanese text written in the gem syntax
 - Extract phonetic hiragana text from Japanese text written in the gem syntax

 The library includes a .NET and javascript implementation of the library.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0.4239 1,350 6/3/2018
1.0.6425.24805 1,035 8/4/2017
1.0.6420.38072 1,137 7/30/2017
1.0.6406.36758 1,148 7/16/2017
1.0.6406.24888 1,639 7/16/2017
1.0.5882.34168 1,449 2/8/2016
1.0.5768.26750 1,338 10/17/2015
1.0.5679.38134 1,387 7/20/2015

04 August 2017 - Made the gem.furigana.js file install into /script directory only.
 30 July 2017 - improved the logic that parsers furigana to make sure furigana appears only over kanji characters.
 16 July 2017 - added a javascript version of the library.
 16 July 2017 - Updated to split the gem when an honorific 'o' is encountered. Also handles spaces more consistently. Respects spaces, but collapses multiple ones.
 03 June 2018 - Create a .NET standard version of the library.