Questions tagged [clearnlp]

The ClearNLP project (now NLP4J) provides software and resources for natural language processing.

The ClearNLP project provides software and resources for natural language processing. The project is currently developed by the Center for Language and Information Research at Emory University. This project is under the Apache 2 license.

(Quoted from https://github.com/clir/clearnlp/tree/33fbe44624c83d1b4c62e8426522911d30f925bc)

Links

2 questions
2
votes
1 answer

ClearNLP (NLP4J) parser Error Execute

I'm trying to train with ClearParser and I get this error. Before execute the command I put export CLASSPATH=nlp4j-1.1.0.jar:. and doing java edu.emory.mathcs.nlp.bin.Version I get the version info, so it's installed correctly. Command line: java…
MinionAttack
  • 513
  • 1
  • 11
  • 26
0
votes
1 answer

How to deserialize a CoNLL format dependency tree with ClearNLP?

Dependency parsing using ClearNLP creates a DEPTree object. I have parsed a large corpus and serialized all the data in CoNLL format (e.g., this ClearNLP page on Google code). But I can't figure out how to deserialize them. ClearNLP provides a…
Chthonic Project
  • 8,216
  • 1
  • 43
  • 92