We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ba687 commit 062be2aCopy full SHA for 062be2a
.github/workflows/ubuntu.yml
@@ -36,8 +36,6 @@ jobs:
36
run: |
37
python -m pip install --no-build-isolation setuptools Mathics3[full] nltk PatternLite enchant
38
make develop
39
- - name: Test Mathics3 Module nltk
40
- run: |
41
python -m pip install -e .[full] --no-build-isolation
42
# make develop
43
- name: Test Mathics3 Module nltk
pymathics/natlang/normalization.py
@@ -9,6 +9,7 @@
9
10
This module uses spacy as a backend.
11
"""
12
+
13
import itertools
14
from itertools import islice
15
from typing import Optional
0 commit comments