VirtoolsTranslation/NlpParser/README.md

17 lines
317 B
Markdown

# Nlp Parser
Requirements:
* Antlr4
* Gson
Useful commands:
* `antlr4 Nlp.g4`: Analyze Antlr format file.
* `javac Nlp*.java`: Compile executable application.
* Do testbench
- `grun Nlp document -tree < testbench.txt`
- `grun Nlp document -gui < testbench.txt`
- `java NlpRunner testbench.txt result.json`