LightNLP
is a natural language processing (NLP) toolkit for Julia.
- Julia 0.6.x
julia> Pkg.clone("https://github.com/hshindo/LightNLP.jl.git")
First, download pre-trained word embeddings and put it in .data/
.
Then, run the script:
julia train.jl <trainfile> <testfile>
julia test.jl <modelfile> <testfile>