C# 클래스 ABB.Swum.WordRecord

A structure containing the output from the Ktagger POS tagger for a given word
파일 보기 프로젝트 열기: abb-iss/Swum.NET

공개 프로퍼티들

프로퍼티 타입 설명
gloss string
head_pos string
lex string
root string
root_pos string
word string

프로퍼티 상세

gloss 공개적으로 프로퍼티

public string gloss
리턴 string

head_pos 공개적으로 프로퍼티

public string head_pos
리턴 string

lex 공개적으로 프로퍼티

public string lex
리턴 string

root 공개적으로 프로퍼티

public string root
리턴 string

root_pos 공개적으로 프로퍼티

public string root_pos
리턴 string

word 공개적으로 프로퍼티

The word that was tagged.
public string word
리턴 string