Skip to content

How to Use

Pablo Freitas edited this page Jul 26, 2024 · 2 revisions

Basic usage

> python3 main.py --help
usage: nheengatu [-h] infile

Automatically POS-tagged by Nheengatagger

positional arguments:
  infile

options:
  -h, --help  show this help message and exit

Text at the bottom of help

Loading an .conllu file:

> python3 main.py data/corpus/universal-dependencies/sample.conllu

Clone this wiki locally