Add test for loading languages

This commit is contained in:
Matthew Honnibal 2016-11-02 20:38:48 +01:00
parent ad1c747c6b
commit b012ae3044

View File

@ -0,0 +1,7 @@
# encoding: utf8
from __future__ import unicode_literals
from ...fr import French
def test_load_french():
nlp = French()
doc = nlp(u'Parlez-vous français?')