Skip to content

CoreNLP Server for Chinese coreference resolution returns empty #617

@Lynten

Description

@Lynten

I started the server by the command:
java -mx8g -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer -port 9000 -timeout 15000

WhenI submitted the following text: 小明吃了个冰棒,它很甜。
qq 20180129214542

It returns like this:
qq 20180129214844

I have checked the Chrome Developer Tools:

data sent:
qq 20180129214915

response:
qq 20180129214947

The corefs object is empty.

And the following command returns the same result.
java -Xmx8g -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer -serverProperties StanfordCoreNLP-chinese.properties -port 9000 -timeout 15000

Does CoreNLP Server support Chinese coreference resolution? If not now, will it be added in the future version?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions