Skip to content

Commit

Permalink
Nltk (#26)
Browse files Browse the repository at this point in the history
* Update nltk version
nltk/nltk#2877

* Remove hazm requirements
  • Loading branch information
hosseinkhaledi committed Dec 15, 2022
1 parent 64efbac commit f3ff6b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
@@ -1,5 +1,4 @@
tqdm>=4.62.3
spacy>=3.1.3
hazm>=0.7.0
nltk>=3.8.0
setuptools>=58.1.0
5 changes: 4 additions & 1 deletion tests/performance_testing.py
@@ -1,12 +1,15 @@
"""This module is for compare hazm and this normalizer"""
# pylint: skip-file
import time

import hazm
from tqdm import tqdm

from src import NormalizerBuilder

if __name__ == '__main__':

import hazm

with open('./input.txt', encoding="utf-8") as f:
text = f.read()
norm = NormalizerBuilder() \
Expand Down

0 comments on commit f3ff6b6

Please sign in to comment.