Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class ToStringUtil

    Utility class for english translations of morphological data, used only for debugging.

    Inheritance
    System.Object
    ToStringUtil
    Inherited Members
    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.Util
    Assembly: Lucene.Net.Analysis.Kuromoji.dll
    Syntax
    public static class ToStringUtil

    Methods

    | Improve this Doc View Source

    GetInflectedFormTranslation(String)

    Get the english form of inflected form

    Declaration
    public static string GetInflectedFormTranslation(string s)
    Parameters
    Type Name Description
    System.String s
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    GetInflectionTypeTranslation(String)

    Get the english form of inflection type

    Declaration
    public static string GetInflectionTypeTranslation(string s)
    Parameters
    Type Name Description
    System.String s
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    GetPOSTranslation(String)

    Get the english form of a POS tag

    Declaration
    public static string GetPOSTranslation(string s)
    Parameters
    Type Name Description
    System.String s
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    GetRomanization(String)

    Romanize katakana with modified hepburn

    Declaration
    public static string GetRomanization(string s)
    Parameters
    Type Name Description
    System.String s
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    GetRomanization(StringBuilder, String)

    Romanize katakana with modified hepburn

    Declaration
    public static void GetRomanization(StringBuilder builder, string s)
    Parameters
    Type Name Description
    System.Text.StringBuilder builder
    System.String s
    • 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.