| TAPXML Tag |
Description |
| <tapxml> |
TAPXML block delimeter |
| <lexical> |
Lexical based parsing block |
| <sentence> |
Contains the complete sentence and all details about the sentence. |
| <chunked> |
Contains the complete sentence tagged by a NLP tag set. example: red\Adj|apples\N(Plural)|fell\V(Past)|from\Prep(VComp)|large\Adj|tree\N| |
| <token value=""> |
Token corresponds to an evaluation of the sentence processed by the TAP. The attribute "value" holds a number of the token. example: token value="0" |
| <wordphrase relation=""> |
Contains a word, phrase, or punctuation from the sentence. The attribute "relation" holds its relationship in the sentence. examples: "V"(Verb), "Prep"(Preposition), etc. |
| <slotname> |
Corresponds to a wordphrase. example: Subject(wordphrase is the subject of the sentence), DET(wordphrase is a Determiner) |
| <word> |
Complimentary word that corresponds to a wordphrase. |
| <wordnum> |
Position of the "word" tag's value in the sentence. If it is a phrase, the entire phrase is counted as one. |