Skip to content

Commit 37ae905

Browse files
author
Chris Park
committed
Removed linked entities in comment
1 parent dc91d4f commit 37ae905

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rosette/api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -780,8 +780,7 @@ def morphology(self, parameters, facet=MorphologyOutput.COMPLETE):
780780
def entities(self, parameters):
781781
"""
782782
Create an L{EndpointCaller} to identify named entities found in the texts
783-
to which it is applied and call it. Linked entity information is optional, and
784-
its need must be specified at the time the operator is created.
783+
to which it is applied and call it.
785784
@param parameters: An object specifying the data,
786785
and possible metadata, to be processed by the entity identifier.
787786
@type parameters: L{DocumentParameters} or L{str}

0 commit comments

Comments
 (0)