Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chinese coreference resolution API example #118

Merged
merged 2 commits into from
Jan 5, 2016
Merged

Conversation

lizekui
Copy link
Contributor

@lizekui lizekui commented Dec 28, 2015

Because the API code in http://stanfordnlp.github.io/CoreNLP/coref.html
and http://nlp.stanford.edu/software/dcoref.shtml are not runable under
Chinese text instances test, I modified the properties file, which is
extracted from stanford-chinese-corenlp-2015-12-08-models.jar file.
Finally our code is successfully run under Chinese.

  1. ADD properties file under edu/stanford/nlp/hcoref/properties/zh-coref-default.properties

  2. ADD java file under itest/src/edu/stanford/nlp/hcoref/HcorefChineseAPIExampleTest.java

Because the API code in http://stanfordnlp.github.io/CoreNLP/coref.html
and http://nlp.stanford.edu/software/dcoref.shtml are not runable under
Chinese text instances test, I modified the properties file, which is
extracted from stanford-chinese-corenlp-2015-12-08-models.jar file.
Finally our code is successfully run under Chinese.
Because the API code in http://stanfordnlp.github.io/CoreNLP/coref.html
and http://nlp.stanford.edu/software/dcoref.shtml are not runable under
Chinese text instances test, I modified the properties file, which is
extracted from stanford-chinese-corenlp-2015-12-08-models.jar file.
Finally our code is successfully run under Chinese.

============================
1) ADD properties file under
edu/stanford/nlp/hcoref/properties/zh-coref-default.properties

2) ADD java file under
itest/src/edu/stanford/nlp/hcoref/HcorefChineseAPIExampleTest.java
J38 added a commit that referenced this pull request Jan 5, 2016
Chinese coreference resolution API example
@J38 J38 merged commit be1a793 into stanfordnlp:master Jan 5, 2016
@J38
Copy link
Contributor

J38 commented Jan 5, 2016

Thank you for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants