From c8949ce88a8498d3b28466e39960a171e81954c3 Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Wed, 24 Jul 2019 06:10:06 +0900 Subject: [PATCH] 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. --- spacy/lang/nb/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spacy/lang/nb/__init__.py b/spacy/lang/nb/__init__.py index fa0f31d33..c94ea3f39 100644 --- a/spacy/lang/nb/__init__.py +++ b/spacy/lang/nb/__init__.py @@ -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