update
Browse files- .gitignore +0 -2
- Dockerfile +1 -1
- data/ltp_data_v3.4.0.zip +3 -0
- data/nltk_data.zip +3 -0
- data/pyltp-0.2.1-cp36-cp36m-win_amd64.whl +3 -0
- data/unidic-3.1.0.zip +3 -0
.gitignore
CHANGED
@@ -3,5 +3,3 @@
|
|
3 |
.idea/
|
4 |
|
5 |
**/__pycache__/
|
6 |
-
|
7 |
-
data/
|
|
|
3 |
.idea/
|
4 |
|
5 |
**/__pycache__/
|
|
|
|
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
|
2 |
# you will also find guides on how best to write your Dockerfile
|
3 |
|
4 |
-
FROM python:3.
|
5 |
|
6 |
WORKDIR /code
|
7 |
|
|
|
1 |
# read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
|
2 |
# you will also find guides on how best to write your Dockerfile
|
3 |
|
4 |
+
FROM python:3.9
|
5 |
|
6 |
WORKDIR /code
|
7 |
|
data/ltp_data_v3.4.0.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:876eed9821fa6b99a2ac3c0a91734919eaab8374451d3a25ced95f4315de0e1b
|
3 |
+
size 772591229
|
data/nltk_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69b5371046bc8ad0cd66fa0567c8235545b876f887420d0a9ead887639dcd0ac
|
3 |
+
size 693931636
|
data/pyltp-0.2.1-cp36-cp36m-win_amd64.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7bc7fdcb19e92dfa72cf3314ba2d279a64dc469717fea275af18de1732044747
|
3 |
+
size 1217209
|
data/unidic-3.1.0.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:301312b85583b6fa425f6ca7549b542c63f52150d41477f8451118a866f4d611
|
3 |
+
size 524377597
|