blob: 416a421ab802066ef342ca7bc87f54d40bdc4f9e [file] [log] [blame]
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class BinaryDictionary
| Apache Lucene.NET 4.8.0-beta00010 Documentation </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class BinaryDictionary
| Apache Lucene.NET 4.8.0-beta00010 Documentation ">
<meta name="generator" content="docfx 2.56.0.0">
<link rel="shortcut icon" href="https://lucenenet.apache.org/docs/4.8.0-beta00009/logo/favicon.ico">
<link rel="stylesheet" href="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/docfx.vendor.css">
<link rel="stylesheet" href="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/docfx.css">
<link rel="stylesheet" href="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/main.css">
<meta property="docfx:navrel" content="toc.html">
<meta property="docfx:tocrel" content="analysis-kuromoji/toc.html">
<meta property="docfx:rel" content="https://lucenenet.apache.org/docs/4.8.0-beta00009/">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img id="logo" class="svg" src="https://lucenenet.apache.org/docs/4.8.0-beta00009/logo/lucene-net-color.png" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search">
<ul class="level0 breadcrumb">
<li>
<a href="https://lucenenet.apache.org/docs/4.8.0-beta00009/">API</a>
<span id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</span>
</li>
</ul>
</div>
</div>
</header>
<div class="container body-content">
<div id="search-results">
<div class="search-list"></div>
<div class="sr-items">
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
</div>
<ul id="pagination"></ul>
</div>
</div>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary">
<h1 id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary" class="text-break">Class BinaryDictionary
</h1>
<div class="markdown level0 summary"><p>Base class for a binary-encoded in-memory dictionary.
<p>
NOTE: To use an alternate dicationary than the built-in one, put the data files in a subdirectory of
your application named &quot;kuromoji-data&quot;. This subdirectory
can be placed in any directory up to and including the root directory (if the OS permission allows).
To place the files in an alternate location, set an environment variable named &quot;kuromoji.data.dir&quot;
with the name of the directory the data files can be located within.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">BinaryDictionary</span></div>
<div class="level2"><a class="xref" href="Lucene.Net.Analysis.Ja.Dict.TokenInfoDictionary.html">TokenInfoDictionary</a></div>
<div class="level2"><a class="xref" href="Lucene.Net.Analysis.Ja.Dict.UnknownDictionary.html">UnknownDictionary</a></div>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><a class="xref" href="Lucene.Net.Analysis.Ja.Dict.IDictionary.html">IDictionary</a></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Lucene.Net.Analysis.Ja.Dict.html">Lucene.Net.Analysis.Ja.Dict</a></h6>
<h6><strong>Assembly</strong>: Lucene.Net.Analysis.Kuromoji.dll</h6>
<h5 id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public abstract class BinaryDictionary : IDictionary</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_Ja_Dict_BinaryDictionary__ctor.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.%23ctor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Kuromoji/Dict/BinaryDictionary.cs/#L100">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary__ctor_" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.#ctor*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary__ctor" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.#ctor">BinaryDictionary()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected BinaryDictionary()</code></pre>
</div>
<h3 id="fields">Fields
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_DICT_FILENAME_SUFFIX.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.DICT_FILENAME_SUFFIX%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Kuromoji/Dict/BinaryDictionary.cs/#L40">View Source</a>
</span>
<h4 id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_DICT_FILENAME_SUFFIX" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.DICT_FILENAME_SUFFIX">DICT_FILENAME_SUFFIX</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly string DICT_FILENAME_SUFFIX</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_DICT_HEADER.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.DICT_HEADER%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Kuromoji/Dict/BinaryDictionary.cs/#L44">View Source</a>
</span>
<h4 id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_DICT_HEADER" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.DICT_HEADER">DICT_HEADER</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly string DICT_HEADER</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_HAS_BASEFORM.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.HAS_BASEFORM%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Kuromoji/Dict/BinaryDictionary.cs/#L395">View Source</a>
</span>
<h4 id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_HAS_BASEFORM" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.HAS_BASEFORM">HAS_BASEFORM</h4>
<div class="markdown level1 summary"><p>flag that the entry has baseform data. otherwise its not inflected (same as surface form)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int HAS_BASEFORM</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_HAS_PRONUNCIATION.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.HAS_PRONUNCIATION%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Kuromoji/Dict/BinaryDictionary.cs/#L399">View Source</a>
</span>
<h4 id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_HAS_PRONUNCIATION" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.HAS_PRONUNCIATION">HAS_PRONUNCIATION</h4>
<div class="markdown level1 summary"><p>flag that the entry has pronunciation data. otherwise pronunciation is the reading</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int HAS_PRONUNCIATION</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_HAS_READING.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.HAS_READING%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Kuromoji/Dict/BinaryDictionary.cs/#L397">View Source</a>
</span>
<h4 id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_HAS_READING" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.HAS_READING">HAS_READING</h4>
<div class="markdown level1 summary"><p>flag that the entry has reading data. otherwise reading is surface form converted to katakana</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int HAS_READING</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_POSDICT_FILENAME_SUFFIX.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.POSDICT_FILENAME_SUFFIX%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Kuromoji/Dict/BinaryDictionary.cs/#L42">View Source</a>
</span>
<h4 id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_POSDICT_FILENAME_SUFFIX" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.POSDICT_FILENAME_SUFFIX">POSDICT_FILENAME_SUFFIX</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly string POSDICT_FILENAME_SUFFIX</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_POSDICT_HEADER.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.POSDICT_HEADER%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Kuromoji/Dict/BinaryDictionary.cs/#L46">View Source</a>
</span>
<h4 id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_POSDICT_HEADER" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.POSDICT_HEADER">POSDICT_HEADER</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly string POSDICT_HEADER</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_TARGETMAP_FILENAME_SUFFIX.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.TARGETMAP_FILENAME_SUFFIX%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Kuromoji/Dict/BinaryDictionary.cs/#L41">View Source</a>
</span>
<h4 id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_TARGETMAP_FILENAME_SUFFIX" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.TARGETMAP_FILENAME_SUFFIX">TARGETMAP_FILENAME_SUFFIX</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly string TARGETMAP_FILENAME_SUFFIX</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_TARGETMAP_HEADER.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.TARGETMAP_HEADER%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Kuromoji/Dict/BinaryDictionary.cs/#L45">View Source</a>
</span>
<h4 id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_TARGETMAP_HEADER" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.TARGETMAP_HEADER">TARGETMAP_HEADER</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly string TARGETMAP_HEADER</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_VERSION.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.VERSION%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Kuromoji/Dict/BinaryDictionary.cs/#L47">View Source</a>
</span>
<h4 id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_VERSION" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.VERSION">VERSION</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static readonly int VERSION</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetBaseForm_System_Int32_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetBaseForm(System.Int32%2CSystem.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Kuromoji/Dict/BinaryDictionary.cs/#L238">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetBaseForm_" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetBaseForm*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetBaseForm_System_Int32_System_Char___System_Int32_System_Int32_" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetBaseForm(System.Int32,System.Char[],System.Int32,System.Int32)">GetBaseForm(Int32, Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual string GetBaseForm(int wordId, char[] surfaceForm, int off, int len)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">wordId</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">surfaceForm</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">off</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">len</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetInflectionForm_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetInflectionForm(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Kuromoji/Dict/BinaryDictionary.cs/#L312">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetInflectionForm_" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetInflectionForm*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetInflectionForm_System_Int32_" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetInflectionForm(System.Int32)">GetInflectionForm(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual string GetInflectionForm(int wordId)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">wordId</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetInflectionType_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetInflectionType(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Kuromoji/Dict/BinaryDictionary.cs/#L307">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetInflectionType_" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetInflectionType*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetInflectionType_System_Int32_" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetInflectionType(System.Int32)">GetInflectionType(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual string GetInflectionType(int wordId)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">wordId</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetLeftId_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetLeftId(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Kuromoji/Dict/BinaryDictionary.cs/#L223">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetLeftId_" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetLeftId*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetLeftId_System_Int32_" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetLeftId(System.Int32)">GetLeftId(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual int GetLeftId(int wordId)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">wordId</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetPartOfSpeech_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetPartOfSpeech(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Kuromoji/Dict/BinaryDictionary.cs/#L288">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetPartOfSpeech_" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetPartOfSpeech*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetPartOfSpeech_System_Int32_" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetPartOfSpeech(System.Int32)">GetPartOfSpeech(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual string GetPartOfSpeech(int wordId)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">wordId</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetPronunciation_System_Int32_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetPronunciation(System.Int32%2CSystem.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Kuromoji/Dict/BinaryDictionary.cs/#L293">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetPronunciation_" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetPronunciation*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetPronunciation_System_Int32_System_Char___System_Int32_System_Int32_" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetPronunciation(System.Int32,System.Char[],System.Int32,System.Int32)">GetPronunciation(Int32, Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual string GetPronunciation(int wordId, char[] surface, int off, int len)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">wordId</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">surface</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">off</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">len</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetReading_System_Int32_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetReading(System.Int32%2CSystem.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Kuromoji/Dict/BinaryDictionary.cs/#L260">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetReading_" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetReading*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetReading_System_Int32_System_Char___System_Int32_System_Int32_" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetReading(System.Int32,System.Char[],System.Int32,System.Int32)">GetReading(Int32, Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual string GetReading(int wordId, char[] surface, int off, int len)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">wordId</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">surface</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">off</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">len</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetResource_System_String_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetResource(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Kuromoji/Dict/BinaryDictionary.cs/#L181">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetResource_" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetResource*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetResource_System_String_" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetResource(System.String)">GetResource(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected Stream GetResource(string suffix)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">suffix</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IO.Stream</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetRightId_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetRightId(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Kuromoji/Dict/BinaryDictionary.cs/#L228">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetRightId_" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetRightId*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetRightId_System_Int32_" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetRightId(System.Int32)">GetRightId(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual int GetRightId(int wordId)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">wordId</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetTypeResource_System_Type_System_String_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetTypeResource(System.Type%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Kuromoji/Dict/BinaryDictionary.cs/#L187">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetTypeResource_" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetTypeResource*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetTypeResource_System_Type_System_String_" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetTypeResource(System.Type,System.String)">GetTypeResource(Type, String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Stream GetTypeResource(Type clazz, string suffix)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Type</span></td>
<td><span class="parametername">clazz</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">suffix</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.IO.Stream</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetWordCost_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetWordCost(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Kuromoji/Dict/BinaryDictionary.cs/#L233">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetWordCost_" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetWordCost*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_GetWordCost_System_Int32_" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.GetWordCost(System.Int32)">GetWordCost(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual int GetWordCost(int wordId)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">wordId</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_LookupWordIds_System_Int32_Lucene_Net_Util_Int32sRef_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.LookupWordIds(System.Int32%2CLucene.Net.Util.Int32sRef)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Kuromoji/Dict/BinaryDictionary.cs/#L215">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_LookupWordIds_" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.LookupWordIds*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Dict_BinaryDictionary_LookupWordIds_System_Int32_Lucene_Net_Util_Int32sRef_" data-uid="Lucene.Net.Analysis.Ja.Dict.BinaryDictionary.LookupWordIds(System.Int32,Lucene.Net.Util.Int32sRef)">LookupWordIds(Int32, Int32sRef)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void LookupWordIds(int sourceId, Int32sRef ref)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">sourceId</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">Lucene.Net.Util.Int32sRef</span></td>
<td><span class="parametername">ref</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<a class="xref" href="Lucene.Net.Analysis.Ja.Dict.IDictionary.html">IDictionary</a>
</div>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_Ja_Dict_BinaryDictionary.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Dict.BinaryDictionary%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/apache/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net.Analysis.Kuromoji/Dict/BinaryDictionary.cs/#L38" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
Copyright © 2020 Licensed to the Apache Software Foundation (ASF)
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/docfx.vendor.js"></script>
<script type="text/javascript" src="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/docfx.js"></script>
<script type="text/javascript" src="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/main.js"></script>
</body>
</html>