Compare commits
26 Commits
dev/addPus
...
master
Author | SHA1 | Date |
---|---|---|
|
03ceb99422 | 2 years ago |
|
2c3fe7b4d7 | 2 years ago |
|
61f5e1e4a3 | 2 years ago |
|
aa37c708e7 | 2 years ago |
|
42f30e4598 | 2 years ago |
|
660460d01d | 2 years ago |
|
cac3bae57e | 2 years ago |
|
4ba0a7e901 | 2 years ago |
|
04d1eb79ba | 2 years ago |
|
6ca4361e58 | 2 years ago |
|
4b6950c55a | 2 years ago |
|
2e7e9760c2 | 2 years ago |
|
cd07e4f5f4 | 5 years ago |
|
7c4e83d8d8 | 5 years ago |
|
9dab751687 | 5 years ago |
|
7b64c699f7 | 5 years ago |
|
4fba9b6a27 | 5 years ago |
|
d191543da7 | 5 years ago |
|
0110d392b4 | 5 years ago |
|
a4059c6491 | 5 years ago |
|
131e7da0d9 | 5 years ago |
|
0837db378c | 5 years ago |
|
d4c50b5147 | 5 years ago |
|
e4daf35734 | 5 years ago |
|
e1625ce793 | 5 years ago |
|
ccc1839d2a | 5 years ago |
@ -0,0 +1,10 @@
|
|||||||
|
FROM python:3.8.16-bullseye
|
||||||
|
|
||||||
|
ADD . /app
|
||||||
|
|
||||||
|
RUN pip install flask flask-compress jieba numpy progressbar2 nltk langdetect
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
RUN mkdir data
|
||||||
|
|
||||||
|
ENTRYPOINT [ "/usr/local/bin/python", "app.py" ]
|
@ -1 +1,3 @@
|
|||||||
# ptt-sententree
|
# ptt-sententree
|
||||||
|
## Reference
|
||||||
|
https://github.com/twitter/SentenTree
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 93 KiB |
After Width: | Height: | Size: 250 KiB |
Loading…
Reference in new issue