Gem 1.0.6406.36758
See the version list below for details.
Install-Package Gem -Version 1.0.6406.36758
dotnet add package Gem --version 1.0.6406.36758
<PackageReference Include="Gem" Version="1.0.6406.36758" />
paket add Gem --version 1.0.6406.36758
#r "nuget: Gem, 1.0.6406.36758"
// Install Gem as a Cake Addin
#addin nuget:?package=Gem&version=1.0.6406.36758
// Install Gem as a Cake Tool
#tool nuget:?package=Gem&version=1.0.6406.36758
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: 新[あたら]しい.
Gem works natively in .NET or javascript. The package includes both a .NET class library and a javascript file.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
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 | 981 | 6/3/2018 |
1.0.6425.24805 | 805 | 8/4/2017 |
1.0.6420.38072 | 901 | 7/30/2017 |
1.0.6406.36758 | 906 | 7/16/2017 |
1.0.6406.24888 | 1,329 | 7/16/2017 |
1.0.5882.34168 | 1,201 | 2/8/2016 |
1.0.5768.26750 | 1,107 | 10/17/2015 |
1.0.5679.38134 | 1,158 | 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.