Spaces:
Build error
Build error
freemt
commited on
Commit
·
211c90f
1
Parent(s):
57b1c4f
Update requirements.txt from pip-compile requiements.in
Browse files- gradiobee/seg_text.py +0 -2
- requirements.in +4 -1
- requirements.txt +10 -11
gradiobee/seg_text.py
CHANGED
|
@@ -3,8 +3,6 @@
|
|
| 3 |
Use sentence_splitter if supported,
|
| 4 |
else use polyglot.text.Text
|
| 5 |
|
| 6 |
-
from hlm_texts
|
| 7 |
-
|
| 8 |
!apt install libicu-dev
|
| 9 |
!install pyicu pycld2 Morfessor
|
| 10 |
!pip install polyglot sentence_splitter
|
|
|
|
| 3 |
Use sentence_splitter if supported,
|
| 4 |
else use polyglot.text.Text
|
| 5 |
|
|
|
|
|
|
|
| 6 |
!apt install libicu-dev
|
| 7 |
!install pyicu pycld2 Morfessor
|
| 8 |
!pip install polyglot sentence_splitter
|
requirements.in
CHANGED
|
@@ -6,4 +6,7 @@ psutil
|
|
| 6 |
seaborn
|
| 7 |
Morfessor
|
| 8 |
# pyicu
|
| 9 |
-
pycld2
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
seaborn
|
| 7 |
Morfessor
|
| 8 |
# pyicu
|
| 9 |
+
pycld2
|
| 10 |
+
tqdm
|
| 11 |
+
polyglot
|
| 12 |
+
sentence_splitter
|
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
#
|
| 2 |
-
# This file is autogenerated by pip-compile with python 3.
|
| 3 |
# To update, run:
|
| 4 |
#
|
| 5 |
# pip-compile requirements.in
|
|
@@ -23,7 +23,6 @@ click==8.0.3
|
|
| 23 |
# via typer
|
| 24 |
colorama==0.4.4
|
| 25 |
# via
|
| 26 |
-
# click
|
| 27 |
# logzero
|
| 28 |
# tqdm
|
| 29 |
cycler==0.11.0
|
|
@@ -39,8 +38,6 @@ fonttools==4.28.5
|
|
| 39 |
# via matplotlib
|
| 40 |
idna==3.3
|
| 41 |
# via requests
|
| 42 |
-
importlib-metadata==4.10.0
|
| 43 |
-
# via click
|
| 44 |
jellyfish==0.8.9
|
| 45 |
# via textacy
|
| 46 |
jinja2==3.0.3
|
|
@@ -91,6 +88,8 @@ pathy==0.6.1
|
|
| 91 |
# via spacy
|
| 92 |
pillow==8.4.0
|
| 93 |
# via matplotlib
|
|
|
|
|
|
|
| 94 |
preshed==3.0.6
|
| 95 |
# via
|
| 96 |
# spacy
|
|
@@ -115,6 +114,8 @@ python-dateutil==2.8.2
|
|
| 115 |
# pandas
|
| 116 |
pytz==2021.3
|
| 117 |
# via pandas
|
|
|
|
|
|
|
| 118 |
requests==2.26.0
|
| 119 |
# via
|
| 120 |
# spacy
|
|
@@ -130,6 +131,8 @@ scipy==1.7.3
|
|
| 130 |
# textacy
|
| 131 |
seaborn==0.11.2
|
| 132 |
# via -r requirements.in
|
|
|
|
|
|
|
| 133 |
six==1.16.0
|
| 134 |
# via python-dateutil
|
| 135 |
sklearn==0.0
|
|
@@ -156,6 +159,7 @@ toolz==0.11.2
|
|
| 156 |
# via cytoolz
|
| 157 |
tqdm==4.62.3
|
| 158 |
# via
|
|
|
|
| 159 |
# spacy
|
| 160 |
# textacy
|
| 161 |
typer==0.4.0
|
|
@@ -163,11 +167,7 @@ typer==0.4.0
|
|
| 163 |
# pathy
|
| 164 |
# spacy
|
| 165 |
typing-extensions==3.10.0.2
|
| 166 |
-
# via
|
| 167 |
-
# catalogue
|
| 168 |
-
# pydantic
|
| 169 |
-
# spacy
|
| 170 |
-
# thinc
|
| 171 |
urllib3==1.26.7
|
| 172 |
# via requests
|
| 173 |
wasabi==0.9.0
|
|
@@ -175,8 +175,7 @@ wasabi==0.9.0
|
|
| 175 |
# spacy
|
| 176 |
# spacy-loggers
|
| 177 |
# thinc
|
| 178 |
-
zipp==3.6.0
|
| 179 |
-
# via catalogue
|
| 180 |
|
| 181 |
# The following packages are considered to be unsafe in a requirements file:
|
| 182 |
# setuptools
|
|
|
|
|
|
| 1 |
#
|
| 2 |
+
# This file is autogenerated by pip-compile with python 3.8
|
| 3 |
# To update, run:
|
| 4 |
#
|
| 5 |
# pip-compile requirements.in
|
|
|
|
| 23 |
# via typer
|
| 24 |
colorama==0.4.4
|
| 25 |
# via
|
|
|
|
| 26 |
# logzero
|
| 27 |
# tqdm
|
| 28 |
cycler==0.11.0
|
|
|
|
| 38 |
# via matplotlib
|
| 39 |
idna==3.3
|
| 40 |
# via requests
|
|
|
|
|
|
|
| 41 |
jellyfish==0.8.9
|
| 42 |
# via textacy
|
| 43 |
jinja2==3.0.3
|
|
|
|
| 88 |
# via spacy
|
| 89 |
pillow==8.4.0
|
| 90 |
# via matplotlib
|
| 91 |
+
polyglot==16.7.4
|
| 92 |
+
# via -r requirements.in
|
| 93 |
preshed==3.0.6
|
| 94 |
# via
|
| 95 |
# spacy
|
|
|
|
| 114 |
# pandas
|
| 115 |
pytz==2021.3
|
| 116 |
# via pandas
|
| 117 |
+
regex==2021.11.10
|
| 118 |
+
# via sentence-splitter
|
| 119 |
requests==2.26.0
|
| 120 |
# via
|
| 121 |
# spacy
|
|
|
|
| 131 |
# textacy
|
| 132 |
seaborn==0.11.2
|
| 133 |
# via -r requirements.in
|
| 134 |
+
sentence-splitter==1.4
|
| 135 |
+
# via -r requirements.in
|
| 136 |
six==1.16.0
|
| 137 |
# via python-dateutil
|
| 138 |
sklearn==0.0
|
|
|
|
| 159 |
# via cytoolz
|
| 160 |
tqdm==4.62.3
|
| 161 |
# via
|
| 162 |
+
# -r requirements.in
|
| 163 |
# spacy
|
| 164 |
# textacy
|
| 165 |
typer==0.4.0
|
|
|
|
| 167 |
# pathy
|
| 168 |
# spacy
|
| 169 |
typing-extensions==3.10.0.2
|
| 170 |
+
# via pydantic
|
|
|
|
|
|
|
|
|
|
|
|
|
| 171 |
urllib3==1.26.7
|
| 172 |
# via requests
|
| 173 |
wasabi==0.9.0
|
|
|
|
| 175 |
# spacy
|
| 176 |
# spacy-loggers
|
| 177 |
# thinc
|
|
|
|
|
|
|
| 178 |
|
| 179 |
# The following packages are considered to be unsafe in a requirements file:
|
| 180 |
# setuptools
|
| 181 |
+
pyicu
|