Class WordInfo
日本語の単語(word)
X:x1-x2_x3
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 |