C# Class ABB.Swum.WordRecord

A structure containing the output from the Ktagger POS tagger for a given word
Show file 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 property

public string gloss
return string

head_pos public property

public string head_pos
return string

lex public property

public string lex
return string

root public property

public string root
return string

root_pos public property

public string root_pos
return string

word public property

The word that was tagged.
public string word
return string