LibNMeCab 0.10.2
Install-Package LibNMeCab -Version 0.10.2
dotnet add package LibNMeCab --version 0.10.2
<PackageReference Include="LibNMeCab" Version="0.10.2" />
paket add LibNMeCab --version 0.10.2
#r "nuget: LibNMeCab, 0.10.2"
// Install LibNMeCab as a Cake Addin
#addin nuget:?package=LibNMeCab&version=0.10.2
// Install LibNMeCab as a Cake Tool
#tool nuget:?package=LibNMeCab&version=0.10.2
This package is Japanese morphological analysis library NMeCab. It was developed on .NET (C#), with reference to MeCab (developed in C++). This does not include a binary dictionary, so you need preparing it sepalatary.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on LibNMeCab:
Package | Downloads |
---|---|
LibNMeCab.IpaDicBin
This package is binary compiled dictionary data IPAdic for Japanese morphological analysis library NMeCab. |
|
Kawazu
Kawazu is a C# library for converting Japanese sentence to Hiragana, Katakana or Romaji with furigana and okurigana modes supported. Inspired by project Kuroshiro. |
|
VariableKeywordMatcher.Provider.JapaneseRomaji
VariableKeywordMatcher.Provider.JapaneseRomaji is the Japanese Romaji matcher(plugin) for VariableKeywordMatcher or VariableKeywordMatcherIn1. e.g. "konni" will hit "こんにちは". |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
0.10.2 | 3,338 | 3/31/2021 | |
0.10.1 | 2,949 | 12/27/2020 | |
0.10.0 | 1,261 | 9/6/2020 | |
0.10.0-RC2 | 436 | 8/9/2020 | |
0.10.0-RC1 | 777 | 6/27/2020 |
BOSノードのNextプロパティに自身を格納してしまっていた問題を修正