Search Results for

    Show / Hide Table of Contents

    Class WordInfo

    日本語の単語(word) X:x1-x2_x3

    Inheritance
    object
    WordInfo
    Implements
    IFullContext
    IEquatable<WordInfo>
    Namespace: LibSasara.Model.FullContextLabel
    Assembly: LibSasara.dll
    Syntax
    public sealed record WordInfo : IFullContext, IEquatable<WordInfo>

    Constructors

    WordInfo(string, string, string)

    単語(word)

    Declaration
    public WordInfo(string partOfSpeech, string infrectedForms, string conjugationType)
    Parameters
    Type Name Description
    string partOfSpeech
    string infrectedForms
    string conjugationType

    Properties

    ConjugationType

    conjugation type

    Declaration
    public string ConjugationType { get; set; }
    Property Value
    Type Description
    string

    InfrectedForms

    inflected forms

    Declaration
    public string InfrectedForms { get; set; }
    Property Value
    Type Description
    string

    PartOfSpeech

    pos (part-of-speech)

    Declaration
    public string PartOfSpeech { get; set; }
    Property Value
    Type Description
    string

    Implements

    IFullContext
    IEquatable<T>
    In this article
    Back to top LibSasara