blob: 87975c02bfdb8ca875501faf1ffde9d47ae01655 [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 Token
| Apache Lucene.NET 4.8.0-beta00010 Documentation </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class Token
| 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.Token">
<h1 id="Lucene_Net_Analysis_Ja_Token" data-uid="Lucene.Net.Analysis.Ja.Token" class="text-break">Class Token
</h1>
<div class="markdown level0 summary"><p>Analyzed token with morphological data from its dictionary.</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">Token</span></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>
<h6><strong>Namespace</strong>: <a class="xref" href="Lucene.Net.Analysis.Ja.html">Lucene.Net.Analysis.Ja</a></h6>
<h6><strong>Assembly</strong>: Lucene.Net.Analysis.Kuromoji.dll</h6>
<h5 id="Lucene_Net_Analysis_Ja_Token_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class Token</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_Token__ctor_System_Int32_System_Char___System_Int32_System_Int32_Lucene_Net_Analysis_Ja_JapaneseTokenizerType_System_Int32_Lucene_Net_Analysis_Ja_Dict_IDictionary_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Token.%23ctor(System.Int32%2CSystem.Char%5B%5D%2CSystem.Int32%2CSystem.Int32%2CLucene.Net.Analysis.Ja.JapaneseTokenizerType%2CSystem.Int32%2CLucene.Net.Analysis.Ja.Dict.IDictionary)%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/Token.cs/#L42">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Token__ctor_" data-uid="Lucene.Net.Analysis.Ja.Token.#ctor*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Token__ctor_System_Int32_System_Char___System_Int32_System_Int32_Lucene_Net_Analysis_Ja_JapaneseTokenizerType_System_Int32_Lucene_Net_Analysis_Ja_Dict_IDictionary_" data-uid="Lucene.Net.Analysis.Ja.Token.#ctor(System.Int32,System.Char[],System.Int32,System.Int32,Lucene.Net.Analysis.Ja.JapaneseTokenizerType,System.Int32,Lucene.Net.Analysis.Ja.Dict.IDictionary)">Token(Int32, Char[], Int32, Int32, JapaneseTokenizerType, Int32, IDictionary)</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 Token(int wordId, char[] surfaceForm, int offset, int length, JapaneseTokenizerType type, int position, IDictionary dictionary)</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">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.Ja.JapaneseTokenizerType.html">JapaneseTokenizerType</a></td>
<td><span class="parametername">type</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">position</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.Ja.Dict.IDictionary.html">IDictionary</a></td>
<td><span class="parametername">dictionary</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="properties">Properties
</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_Token_Length.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Token.Length%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/Token.cs/#L75">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Token_Length_" data-uid="Lucene.Net.Analysis.Ja.Token.Length*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Token_Length" data-uid="Lucene.Net.Analysis.Ja.Token.Length">Length</h4>
<div class="markdown level1 summary"><p>length of surfaceForm</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual int Length { get; }</code></pre>
</div>
<h5 class="propertyValue">Property 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_Token_Offset.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Token.Offset%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/Token.cs/#L70">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Token_Offset_" data-uid="Lucene.Net.Analysis.Ja.Token.Offset*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Token_Offset" data-uid="Lucene.Net.Analysis.Ja.Token.Offset">Offset</h4>
<div class="markdown level1 summary"><p>offset into surfaceForm</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual int Offset { get; }</code></pre>
</div>
<h5 class="propertyValue">Property 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_Token_Position.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Token.Position%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/Token.cs/#L170">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Token_Position_" data-uid="Lucene.Net.Analysis.Ja.Token.Position*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Token_Position" data-uid="Lucene.Net.Analysis.Ja.Token.Position">Position</h4>
<div class="markdown level1 summary"><p>Get index of this token in input text. Returns position of token.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual int Position { get; }</code></pre>
</div>
<h5 class="propertyValue">Property 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_Token_PositionLength.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Token.PositionLength%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/Token.cs/#L176">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Token_PositionLength_" data-uid="Lucene.Net.Analysis.Ja.Token.PositionLength*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Token_PositionLength" data-uid="Lucene.Net.Analysis.Ja.Token.PositionLength">PositionLength</h4>
<div class="markdown level1 summary"><p>Gets or Sets the length (in tokens) of this token. For normal
tokens this is 1; for compound tokens it&apos;s &gt; 1.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual int PositionLength { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property 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_Token_SurfaceForm.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Token.SurfaceForm%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/Token.cs/#L63">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Token_SurfaceForm_" data-uid="Lucene.Net.Analysis.Ja.Token.SurfaceForm*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Token_SurfaceForm" data-uid="Lucene.Net.Analysis.Ja.Token.SurfaceForm">SurfaceForm</h4>
<div class="markdown level1 summary"><p>surfaceForm</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual char[] SurfaceForm { get; }</code></pre>
</div>
<h5 class="propertyValue">Property 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.Char</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_Token_GetBaseForm.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Token.GetBaseForm%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/Token.cs/#L135">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Token_GetBaseForm_" data-uid="Lucene.Net.Analysis.Ja.Token.GetBaseForm*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Token_GetBaseForm" data-uid="Lucene.Net.Analysis.Ja.Token.GetBaseForm">GetBaseForm()</h4>
<div class="markdown level1 summary"><p>base form or <code>null</code> if token is not inflected</p>
</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()</code></pre>
</div>
<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><p>base form or <code>null</code> if token is not inflected</p>
</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_Token_GetInflectionForm.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Token.GetInflectionForm%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/Token.cs/#L126">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Token_GetInflectionForm_" data-uid="Lucene.Net.Analysis.Ja.Token.GetInflectionForm*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Token_GetInflectionForm" data-uid="Lucene.Net.Analysis.Ja.Token.GetInflectionForm">GetInflectionForm()</h4>
<div class="markdown level1 summary"><p>inflection form or <code>null</code></p>
</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()</code></pre>
</div>
<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><p>inflection form or <code>null</code></p>
</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_Token_GetInflectionType.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Token.GetInflectionType%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/Token.cs/#L117">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Token_GetInflectionType_" data-uid="Lucene.Net.Analysis.Ja.Token.GetInflectionType*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Token_GetInflectionType" data-uid="Lucene.Net.Analysis.Ja.Token.GetInflectionType">GetInflectionType()</h4>
<div class="markdown level1 summary"><p>inflection type or <code>null</code></p>
</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()</code></pre>
</div>
<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><p>inflection type or <code>null</code></p>
</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_Token_GetPartOfSpeech.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Token.GetPartOfSpeech%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/Token.cs/#L108">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Token_GetPartOfSpeech_" data-uid="Lucene.Net.Analysis.Ja.Token.GetPartOfSpeech*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Token_GetPartOfSpeech" data-uid="Lucene.Net.Analysis.Ja.Token.GetPartOfSpeech">GetPartOfSpeech()</h4>
<div class="markdown level1 summary"><p>part of speech.</p>
</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()</code></pre>
</div>
<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><p>part of speech.</p>
</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_Token_GetPronunciation.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Token.GetPronunciation%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/Token.cs/#L99">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Token_GetPronunciation_" data-uid="Lucene.Net.Analysis.Ja.Token.GetPronunciation*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Token_GetPronunciation" data-uid="Lucene.Net.Analysis.Ja.Token.GetPronunciation">GetPronunciation()</h4>
<div class="markdown level1 summary"><p>pronunciation. <code>null</code> if token doesn&apos;t have pronunciation.</p>
</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()</code></pre>
</div>
<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><p>pronunciation. <code>null</code> if token doesn&apos;t have pronunciation.</p>
</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_Token_GetReading.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Token.GetReading%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/Token.cs/#L90">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Token_GetReading_" data-uid="Lucene.Net.Analysis.Ja.Token.GetReading*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Token_GetReading" data-uid="Lucene.Net.Analysis.Ja.Token.GetReading">GetReading()</h4>
<div class="markdown level1 summary"><p>reading. <code>null</code> if token doesn&apos;t have reading.</p>
</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()</code></pre>
</div>
<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><p>reading. <code>null</code> if token doesn&apos;t have reading.</p>
</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_Token_GetSurfaceFormString.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Token.GetSurfaceFormString%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/Token.cs/#L81">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Token_GetSurfaceFormString_" data-uid="Lucene.Net.Analysis.Ja.Token.GetSurfaceFormString*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Token_GetSurfaceFormString" data-uid="Lucene.Net.Analysis.Ja.Token.GetSurfaceFormString">GetSurfaceFormString()</h4>
<div class="markdown level1 summary"><p>surfaceForm as a String</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual string GetSurfaceFormString()</code></pre>
</div>
<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><p>surfaceForm as a String</p>
</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_Token_IsKnown.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Token.IsKnown%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/Token.cs/#L144">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Token_IsKnown_" data-uid="Lucene.Net.Analysis.Ja.Token.IsKnown*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Token_IsKnown" data-uid="Lucene.Net.Analysis.Ja.Token.IsKnown">IsKnown()</h4>
<div class="markdown level1 summary"><p>Returns <code>true</code> if this token is known word.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual bool IsKnown()</code></pre>
</div>
<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.Boolean</span></td>
<td><p><code>true</code> if this token is in standard dictionary. <code>false</code> if not.</p>
</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_Token_IsUnknown.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Token.IsUnknown%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/Token.cs/#L153">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Token_IsUnknown_" data-uid="Lucene.Net.Analysis.Ja.Token.IsUnknown*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Token_IsUnknown" data-uid="Lucene.Net.Analysis.Ja.Token.IsUnknown">IsUnknown()</h4>
<div class="markdown level1 summary"><p>Returns <code>true</code> if this token is unknown word.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual bool IsUnknown()</code></pre>
</div>
<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.Boolean</span></td>
<td><p><code>true</code> if this token is unknown word. <code>false</code> if not.</p>
</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_Token_IsUser.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Token.IsUser%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/Token.cs/#L162">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Token_IsUser_" data-uid="Lucene.Net.Analysis.Ja.Token.IsUser*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Token_IsUser" data-uid="Lucene.Net.Analysis.Ja.Token.IsUser">IsUser()</h4>
<div class="markdown level1 summary"><p>Returns <code>true</code> if this token is defined in user dictionary.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual bool IsUser()</code></pre>
</div>
<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.Boolean</span></td>
<td><p><code>true</code> if this token is in user dictionary. <code>false</code> if not.</p>
</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_Token_ToString.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Token.ToString%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/Token.cs/#L53">View Source</a>
</span>
<a id="Lucene_Net_Analysis_Ja_Token_ToString_" data-uid="Lucene.Net.Analysis.Ja.Token.ToString*"></a>
<h4 id="Lucene_Net_Analysis_Ja_Token_ToString" data-uid="Lucene.Net.Analysis.Ja.Token.ToString">ToString()</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 override string ToString()</code></pre>
</div>
<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>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">System.Object.ToString()</span></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_Token.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.Ja.Token%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/Token.cs/#L27" 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>