Skip to content

Commit

Permalink
Merge branch 'master' of github.com:brendano/ark-tweet-nlp
Browse files Browse the repository at this point in the history
  • Loading branch information
brendano committed Oct 24, 2012
2 parents cb21dc0 + ab72174 commit 1242c59
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/hacking.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ e.g. https://github.com/brendano/ark-tweet-nlp
To compile
==========

Type "mvn package"
Type "mvn package". It should produce a final packaged jar here:
ark-tweet-nlp/target/bin/ark-tweet-nlp-0.3.jar


Resources
=========

The checkout should have all necessary resources EXCEPT a trained model. One
can be downloaded from http://www.ark.cs.cmu.edu/TweetNLP (it is packaged with
the released version).

The resource files, including the model, word clusters, etc. go into
the released version). Put it into this directory:
ark-tweet-nlp/src/main/resources/cmu/arktweetnlp/

Then the resource loader can find them. "mvn package" puts them into jar file
too.
... then when you type "mvn package", it will be put into the jar file as a
loadable resource. (All resources should go in this directory; the source
checkout includes word clusters and others.)


Setting up Eclipse
Expand Down

0 comments on commit 1242c59

Please sign in to comment.