Closed allanj closed 8 years ago
I check the following class file as well, seems like the maven package doesn't have these files included?
public interface PathEnglishMPAnalyzer
{
String ROOT = "edu/emory/clir/clearnlp/dictionary/morphology/english/";
String INFLECTION_SUFFIX = ROOT + "inflection_suffix.xml";
String DERIVATION_SUFFIX = ROOT + "derivation_suffix.xml";
String ABBREVIATOIN_RULE = ROOT + "abbreviation.rule";
String CARDINAL_BASE = ROOT + "cardinal.base";
String ORDINAL_BASE = ROOT + "ordinal.base";
String VERB = "verb";
String NOUN = "noun";
String ADJECTIVE = "adjective";
String ADVERB = "adverb";
String EXT_BASE = ".base";
String EXT_EXCEPTION = ".exc";
}
OK, after many trials.
I found out that I can add one more dependency to pom.xml to fix that.
<dependency>
<groupId>edu.emory.clir</groupId>
<artifactId>clearnlp-dictionary</artifactId>
<version>3.2</version>
</dependency>
BTW, it will be good that you can add this to the constituency-to-dependency README. Otherwise, I guess others will have the same problem while using this.
The clearnlp project has been moved to a new project called NLP4J:
https://github.com/emorynlp/nlp4j/
Thanks.
Seems this one does not contain the conversion from constituency to dependency tool
On Tue, Sep 6, 2016 at 11:51 PM, Jinho D. Choi notifications@github.com wrote:
The clearnlp project has been moved to a new project called NLP4J:
https://github.com/emorynlp/nlp4j/
Thanks.
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/clir/clearnlp-guidelines/issues/11#issuecomment-244996377, or mute the thread https://github.com/notifications/unsubscribe-auth/ADMik3_vhw-HOt-DTCxGRSCJoEi2JC8oks5qnYv3gaJpZM4Jz-G9 .
Ph.D. student, StatNLP Group http://www.statnlp.org/, Information Systems and Technology Design https://istd.sutd.edu.sg/, Singapore University of Technology and Design http://www.sutd.edu.sg/, Singapore. Website: http://people.sutd.edu.sg/~allanjie/ http://people.sutd.edu.sg/~allanjie/
I mean the new project does not contain the constituency-to-dependency conversion tool
Sorry, I'm making a pretty big change in the dependency conversion package at the moment; I'll be pushing this by the end Sep so the new project will have it as well.
Great. Thanks for the information.
On Wed, Sep 7, 2016 at 10:37 PM, Jinho D. Choi notifications@github.com wrote:
Sorry, I'm making a pretty big change in the dependency conversion package at the moment; I'll be pushing this by the end Sep so the new project will have it as well.
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/clir/clearnlp-guidelines/issues/11#issuecomment-245301261, or mute the thread https://github.com/notifications/unsubscribe-auth/ADMik-zQFRiMyTkbN-dRCMCPdR1BtE41ks5qnsxCgaJpZM4Jz-G9 .
Ph.D. student, StatNLP Group http://www.statnlp.org/, Information Systems and Technology Design https://istd.sutd.edu.sg/, Singapore University of Technology and Design http://www.sutd.edu.sg/, Singapore. Website: http://people.sutd.edu.sg/~allanjie/ http://people.sutd.edu.sg/~allanjie/
C2DConvert.main(args);
Error: