Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b12cce8

Browse files
Updated README with the right annotators
1 parent 47e1f12 commit b12cce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Annotation Server Usage
7070
# variable $CORENLP_HOME that points to the unzipped directory.
7171
# The code below will launch StanfordCoreNLPServer in the background
7272
# and communicate with the server to annotate the sentence.
73-
with corenlp.CoreNLPClient(annotators="tokenize ssplit".split()) as client:
73+
with corenlp.CoreNLPClient(annotators="tokenize ssplit pos lemma ner".split()) as client:
7474
ann = client.annotate(text)
7575
7676
# You can access annotations using ann.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /