Fix syntax error in Doc

This commit is contained in:
Matthew Honnibal 2016-09-28 11:39:49 +02:00
parent 1b520e7bab
commit d3dc5718b2

View File

@ -320,7 +320,7 @@ cdef class Doc:
# Set start as B # Set start as B
self.c[start].ent_iob = 3 self.c[start].ent_iob = 3
property: property noun_chunks:
''' '''
Yields base noun-phrase #[code Span] objects, if the document Yields base noun-phrase #[code Span] objects, if the document
has been syntactically parsed. A base noun phrase, or has been syntactically parsed. A base noun phrase, or