vncorenlp / VnCoreNLP

A Vietnamese natural language processing toolkit (NAACL 2018)
Other
587 stars 145 forks source link

Switch to maven project #8

Closed neitomic closed 6 years ago

neitomic commented 6 years ago

How to compile

Install local jar dependency:

mvn clean

Package to jar file with all dependencies:

mvn package

Output file located in target directory

Dependencies

Local dependencies:

Maven dependencies

vncorenlp commented 6 years ago

Thanks. We have planned and just released our own pom.xml file.