Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class TokenInfoDictionary

    Binary dictionary implementation for a known-word dictionary model: Words are encoded into an FST mapping to a list of wordIDs.

    Inheritance
    System.Object
    BinaryDictionary
    TokenInfoDictionary
    Implements
    IDictionary
    Inherited Members
    BinaryDictionary.DICT_FILENAME_SUFFIX
    BinaryDictionary.TARGETMAP_FILENAME_SUFFIX
    BinaryDictionary.POSDICT_FILENAME_SUFFIX
    BinaryDictionary.DICT_HEADER
    BinaryDictionary.TARGETMAP_HEADER
    BinaryDictionary.POSDICT_HEADER
    BinaryDictionary.VERSION
    BinaryDictionary.GetResource(String)
    BinaryDictionary.GetTypeResource(Type, String)
    BinaryDictionary.LookupWordIds(Int32, Int32sRef)
    BinaryDictionary.GetLeftId(Int32)
    BinaryDictionary.GetRightId(Int32)
    BinaryDictionary.GetWordCost(Int32)
    BinaryDictionary.GetBaseForm(Int32, Char[], Int32, Int32)
    BinaryDictionary.GetReading(Int32, Char[], Int32, Int32)
    BinaryDictionary.GetPartOfSpeech(Int32)
    BinaryDictionary.GetPronunciation(Int32, Char[], Int32, Int32)
    BinaryDictionary.GetInflectionType(Int32)
    BinaryDictionary.GetInflectionForm(Int32)
    BinaryDictionary.HAS_BASEFORM
    BinaryDictionary.HAS_READING
    BinaryDictionary.HAS_PRONUNCIATION
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Analysis.Ja.Dict
    Assembly: Lucene.Net.Analysis.Kuromoji.dll
    Syntax
    public sealed class TokenInfoDictionary : BinaryDictionary, IDictionary

    Fields

    | Improve this Doc View Source

    FST_FILENAME_SUFFIX

    Declaration
    public static readonly string FST_FILENAME_SUFFIX
    Field Value
    Type Description
    System.String

    Properties

    | Improve this Doc View Source

    FST

    Declaration
    public TokenInfoFST FST { get; }
    Property Value
    Type Description
    TokenInfoFST
    | Improve this Doc View Source

    Instance

    Declaration
    public static TokenInfoDictionary Instance { get; }
    Property Value
    Type Description
    TokenInfoDictionary

    Implements

    IDictionary
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.