Gem 1.0.6420.38072
See the version list below for details.
dotnet add package Gem --version 1.0.6420.38072
NuGet\Install-Package Gem -Version 1.0.6420.38072
<PackageReference Include="Gem" Version="1.0.6420.38072" />
paket add Gem --version 1.0.6420.38072
#r "nuget: Gem, 1.0.6420.38072"
// Install Gem as a Cake Addin #addin nuget:?package=Gem&version=1.0.6420.38072 // Install Gem as a Cake Tool #tool nuget:?package=Gem&version=1.0.6420.38072
The Gem library makes it easier to work with furigana text, particularly on web pages.
- Display the HTML required to view furigana in the browser using the HTML ruby syntax
- Extract phonetic hiragana text from Japanese text written in the gem syntax
- Extract the plain text without any furigana from Japanese text written in the gem syntax
The Gem library 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: 新[あたら]しい.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has 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,440 | 6/3/2018 |
1.0.6425.24805 | 1,067 | 8/4/2017 |
1.0.6420.38072 | 1,164 | 7/30/2017 |
1.0.6406.36758 | 1,177 | 7/16/2017 |
1.0.6406.24888 | 1,668 | 7/16/2017 |
1.0.5882.34168 | 1,475 | 2/8/2016 |
1.0.5768.26750 | 1,366 | 10/17/2015 |
1.0.5679.38134 | 1,421 | 7/20/2015 |
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.