Info
Version: | 1.1.0.4239 |
Author(s): | Helen Emerson |
Last Update: | Sunday, June 3, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/helephant/Gem |
NuGet Url: | https://www.nuget.org/packages/Gem |
Install
Install-Package Gem
dotnet add package Gem
paket add Gem
Gem Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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.