C# Class ABB.Swum.WordRecord

A structure containing the output from the Ktagger POS tagger for a given word
Afficher le fichier Open project: abb-iss/Swum.NET

Méthodes publiques

Свойство Type Description
gloss string
head_pos string
lex string
root string
root_pos string
word string

Property Details

gloss public_oe property

public string gloss
Résultat string

head_pos public_oe property

public string head_pos
Résultat string

lex public_oe property

public string lex
Résultat string

root public_oe property

public string root
Résultat string

root_pos public_oe property

public string root_pos
Résultat string

word public_oe property

The word that was tagged.
public string word
Résultat string