VirtoolsTranslation/NlpParser/compile.bat

4 lines
120 B
Batchfile
Raw Normal View History

2023-06-28 22:56:18 +08:00
antlr4 Nlp.g4
javac Nlp*.java
2023-06-29 21:46:58 +08:00
;grun Nlp document -tree < testbench.txt
2023-06-30 17:19:08 +08:00
java NlpRunner < ../NlpSrc/VT50.txt > result.json