Gem 1.0.6406.24888

There is a newer version of this package available.
See the version list below for details.
dotnet add package Gem --version 1.0.6406.24888
NuGet\Install-Package Gem -Version 1.0.6406.24888
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.0.6406.24888" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Gem --version 1.0.6406.24888
#r "nuget: Gem, 1.0.6406.24888"
#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.0.6406.24888

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

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,348 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

Updated to split the gem when an honorific 'o' is encountered. Also handles spaces more consistently. Respects spaces, but collapses multiple ones.