Show / Hide Table of Contents

    Class ToStringUtil

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

    Inheritance
    System.Object
    ToStringUtil
    Namespace: Lucene.Net.Analysis.Ja.Util
    Assembly: Lucene.Net.Analysis.Kuromoji.dll
    Syntax
    public static class ToStringUtil : object

    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(StringBuilder, String)

    Romanize katakana with modified hepburn

    Declaration
    public static void GetRomanization(StringBuilder builder, string s)
    Parameters
    Type Name Description
    StringBuilder builder
    System.String s
    | 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
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)