yyc12345
52ea2745dd
- move gitignore in individual directories. - change some directory layout. - refactor NlpCodec but not finished.
17 lines
319 B
Markdown
17 lines
319 B
Markdown
# Nlp Parser
|
|
|
|
Requirements:
|
|
|
|
* Antlr4
|
|
* Gson
|
|
|
|
Useful commands:
|
|
|
|
* `antlr4 Nlp.g4`: Analyze Antlr format file.
|
|
* `javac *.java`: Compile executable application.
|
|
* Do testbench
|
|
- `grun Nlp document -tree < testbench.txt`
|
|
- `grun Nlp document -gui < testbench.txt`
|
|
- `java MainRunner testbench.txt out/result.json`
|
|
|