Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class Phoneme

    Inheritance
    System.Object
    Phoneme
    Implements
    IPhonemeExpr
    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.Phonetic.Language.Bm
    Assembly: Lucene.Net.Analysis.Phonetic.dll
    Syntax
    public sealed class Phoneme : IPhonemeExpr

    Constructors

    | Improve this Doc View Source

    Phoneme(ICharSequence, LanguageSet)

    Declaration
    public Phoneme(ICharSequence phonemeText, LanguageSet languages)
    Parameters
    Type Name Description
    J2N.Text.ICharSequence phonemeText
    LanguageSet languages
    | Improve this Doc View Source

    Phoneme(Phoneme, Phoneme)

    Declaration
    public Phoneme(Phoneme phonemeLeft, Phoneme phonemeRight)
    Parameters
    Type Name Description
    Phoneme phonemeLeft
    Phoneme phonemeRight
    | Improve this Doc View Source

    Phoneme(Phoneme, Phoneme, LanguageSet)

    Declaration
    public Phoneme(Phoneme phonemeLeft, Phoneme phonemeRight, LanguageSet languages)
    Parameters
    Type Name Description
    Phoneme phonemeLeft
    Phoneme phonemeRight
    LanguageSet languages
    | Improve this Doc View Source

    Phoneme(String, LanguageSet)

    Declaration
    public Phoneme(string phonemeText, LanguageSet languages)
    Parameters
    Type Name Description
    System.String phonemeText
    LanguageSet languages
    | Improve this Doc View Source

    Phoneme(StringBuilder, LanguageSet)

    Declaration
    public Phoneme(StringBuilder phonemeText, LanguageSet languages)
    Parameters
    Type Name Description
    System.Text.StringBuilder phonemeText
    LanguageSet languages

    Fields

    | Improve this Doc View Source

    COMPARER

    Declaration
    public static readonly IComparer<Phoneme> COMPARER
    Field Value
    Type Description
    System.Collections.Generic.IComparer<Phoneme>

    Properties

    | Improve this Doc View Source

    Languages

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

    Phonemes

    Declaration
    public IList<Phoneme> Phonemes { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<Phoneme>

    Methods

    | Improve this Doc View Source

    Append(String)

    Declaration
    public Phoneme Append(string str)
    Parameters
    Type Name Description
    System.String str
    Returns
    Type Description
    Phoneme
    | Improve this Doc View Source

    GetPhonemeText()

    Declaration
    public string GetPhonemeText()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    Join(Phoneme)

    Declaration
    [Obsolete("since 1.9")]
    public Phoneme Join(Phoneme right)
    Parameters
    Type Name Description
    Phoneme right
    Returns
    Type Description
    Phoneme

    Implements

    IPhonemeExpr
    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 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.