See: Description
| Class | Description |
|---|---|
| CoNLL02Format |
2 fields CoNLL 2002 tabulated format: word\tabclass\n B- start chunk I-
inside chunk O- outside chunk.
|
| CoNLL03Format |
2 fields CoNLL 2003 tabulated format: word\tabclass\n I- start chunk B- begin
chunk when next to same class entity O- outside chunk
|
| LemmatizerFormat |
2 fields in tabulated format: word\tabclass\n.
|
| ParseToCoNLL02Format |
Obtains chunks from a Penn Treebank formatted parse tree and encodes them in
CoNLL 2000 format.
|
| ParseToTabulatedFormat |
Obtains the POS tags from a Penn Treebank formatted parse tree and
encodes them in
TabulatedFormat for training a POS tagger. |
| TabulatedFormat |
2 fields in tabulated format: word\tabclass\n.
|
Copyright © 2017 IXA pipes. All rights reserved.