VirtoolsTranslation/NlpParser/README.md

17 lines
319 B
Markdown
Raw Normal View History

2023-06-30 22:12:44 +08:00
# Nlp Parser
Requirements:
* Antlr4
* Gson
Useful commands:
* `antlr4 Nlp.g4`: Analyze Antlr format file.
* `javac *.java`: Compile executable application.
2023-06-30 22:12:44 +08:00
* Do testbench
- `grun Nlp document -tree < testbench.txt`
- `grun Nlp document -gui < testbench.txt`
- `java MainRunner testbench.txt out/result.json`
2023-06-30 22:12:44 +08:00