C# Class ABB.Swum.WordRecord

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

Public Properties

Property 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
return string

head_pos public_oe property

public string head_pos
return string

lex public_oe property

public string lex
return string

root public_oe property

public string root
return string

root_pos public_oe property

public string root_pos
return string

word public_oe property

The word that was tagged.
public string word
return string