mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
* Remove TODO comment
This commit is contained in:
parent
fdabd93bfb
commit
f321b2b2eb
|
@ -109,7 +109,7 @@ cdef class GreedyParser:
|
|||
best.do(&best, state)
|
||||
else:
|
||||
guess.do(&guess, state)
|
||||
n_corr = gold.heads_correct(state.sent, score_punct=True) # TODO
|
||||
n_corr = gold.heads_correct(state.sent, score_punct=True)
|
||||
if force_gold and n_corr != tokens.length:
|
||||
raise OracleError
|
||||
return n_corr
|
||||
|
|
Loading…
Reference in New Issue
Block a user