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:
Paul O'Leary McCann 2019-07-24 06:10:06 +09:00 committed by Ines Montani
parent ba02957c80
commit c8949ce88a
1 changed files with 0 additions and 4 deletions

View File

@ -12,10 +12,6 @@ from ...language import Language
from ...attrs import LANG, NORM from ...attrs import LANG, NORM
from ...util import update_exc, add_lookups 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 from .syntax_iterators import SYNTAX_ITERATORS