Stanza fitted to xtsv
- Python >= 3.6
- make
- Install git-lfs
git-lfs install
- Clone the repository:
git clone https://github.com/ELTE-DH/emstanza
make build
pip install dist/*.whl
- Same as any other module using the xtsv framework - either as part of the emtsv framework or as separate module
tok
: Tokenizes text. Requires no fields and generatesform
,wsafter
fields.tok-pos
: Tokenizes and POS-tags text. Requires no fields and generatesform
,wsafter
,feats
,upostag
,xpostag
fieldstok-lem
: Tokenizes, POS-tags, and lemmatizes text. Requires no fields and generatesform
,wsafter
,feats
,upostag
,xpostag
,lemma
fieldstok-parse
: Tokenizes, POS-tags, lemmatizes and dependency parses text. Requires no fields and generatesform
,wsafter
,feats
,upostag
,xpostag
,lemma
,id
,head
,deprel
fieldsparse
: Dependency parses text. Requiresform
,lemma
,upostag
,feats
and generatesid
,deprel
,head
fieldspos
: POS-tags pretokenized text. Requires theform
field and generatesfeats
,upostag
,xpostag
fieldspos-lem
: POS-tags, and lemmatizes text. Requires theform
field and generatesfeats
,upostag
,xpostag
,lemma
fields
This xtsv wrapper is licensed under the LGPL 3.0 license. The model and the included .pt files have their own licenses