Commit ba4e54ec authored by Almouhannad Hafez's avatar Almouhannad Hafez

(3) Add lemmatizer

parent d238e02f
This diff is collapsed.
...@@ -98,7 +98,6 @@ dependencies: ...@@ -98,7 +98,6 @@ dependencies:
- pandocfilters=1.5.0=pyhd3eb1b0_0 - pandocfilters=1.5.0=pyhd3eb1b0_0
- parso=0.8.3=pyhd3eb1b0_0 - parso=0.8.3=pyhd3eb1b0_0
- pickleshare=0.7.5=pyhd3eb1b0_1003 - pickleshare=0.7.5=pyhd3eb1b0_1003
- pip=24.2=py39haa95532_0
- platformdirs=3.10.0=py39haa95532_0 - platformdirs=3.10.0=py39haa95532_0
- ply=3.11=py39haa95532_0 - ply=3.11=py39haa95532_0
- preshed=3.0.6=py39h6c2663c_0 - preshed=3.0.6=py39h6c2663c_0
...@@ -182,11 +181,14 @@ dependencies: ...@@ -182,11 +181,14 @@ dependencies:
- pip: - pip:
- anyascii==0.3.2 - anyascii==0.3.2
- contractions==0.1.73 - contractions==0.1.73
- emoji==2.14.0
- gensim==4.3.3 - gensim==4.3.3
- huggingface-hub==0.26.2 - huggingface-hub==0.26.2
- pip==24.3.1
- pyahocorasick==2.1.0 - pyahocorasick==2.1.0
- safetensors==0.4.5 - safetensors==0.4.5
- scikit-learn==1.5.2 - scikit-learn==1.5.2
- stanza==1.9.2
- textblob==0.18.0.post0 - textblob==0.18.0.post0
- textsearch==0.0.24 - textsearch==0.0.24
- threadpoolctl==3.5.0 - threadpoolctl==3.5.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment