mirror of https://github.com/explosion/spaCy.git
Remove old comment (#4012)
Norwegian used to borrow from French but that doesn't appear to have been true for a while now, so the comment that was here is no longer relevant.
This commit is contained in:
parent
ba02957c80
commit
c8949ce88a
|
@ -12,10 +12,6 @@ from ...language import Language
|
|||
from ...attrs import LANG, NORM
|
||||
from ...util import update_exc, add_lookups
|
||||
|
||||
# Borrowing french syntax parser because both languages use
|
||||
# universal dependencies for tagging/parsing.
|
||||
# Read here for more:
|
||||
# https://github.com/explosion/spaCy/pull/1882#issuecomment-361409573
|
||||
from .syntax_iterators import SYNTAX_ITERATORS
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue