Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class UnknownDictionary

    Dictionary for unknown-word handling.

    Inheritance
    System.Object
    BinaryDictionary
    UnknownDictionary
    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.GetPartOfSpeech(Int32)
    BinaryDictionary.GetPronunciation(Int32, Char[], Int32, 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 class UnknownDictionary : BinaryDictionary, IDictionary

    Properties

    | Improve this Doc View Source

    CharacterDefinition

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

    Instance

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

    Methods

    | Improve this Doc View Source

    GetInflectionForm(Int32)

    Declaration
    public override string GetInflectionForm(int wordId)
    Parameters
    Type Name Description
    System.Int32 wordId
    Returns
    Type Description
    System.String
    Overrides
    BinaryDictionary.GetInflectionForm(Int32)
    | Improve this Doc View Source

    GetInflectionType(Int32)

    Declaration
    public override string GetInflectionType(int wordId)
    Parameters
    Type Name Description
    System.Int32 wordId
    Returns
    Type Description
    System.String
    Overrides
    BinaryDictionary.GetInflectionType(Int32)
    | Improve this Doc View Source

    GetReading(Int32, Char[], Int32, Int32)

    Declaration
    public override string GetReading(int wordId, char[] surface, int off, int len)
    Parameters
    Type Name Description
    System.Int32 wordId
    System.Char[] surface
    System.Int32 off
    System.Int32 len
    Returns
    Type Description
    System.String
    Overrides
    BinaryDictionary.GetReading(Int32, Char[], Int32, Int32)
    | Improve this Doc View Source

    Lookup(Char[], Int32, Int32)

    Declaration
    public virtual int Lookup(char[] text, int offset, int len)
    Parameters
    Type Name Description
    System.Char[] text
    System.Int32 offset
    System.Int32 len
    Returns
    Type Description
    System.Int32

    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.