Skip to content

Commit f84686b

Browse files
committed
pattern.en is now pattern.text.en
1 parent 49b47c5 commit f84686b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymathics/natlang/nltk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from itertools import chain
88

99
import nltk
10-
from pattern.en import lexeme, pluralize
10+
from pattern.text.en import lexeme, pluralize
1111

1212
from mathics.builtin.codetables import iso639_3
1313
from mathics.core.atoms import String

0 commit comments

Comments
 (0)