Work towards USAS + ner
Showing
- README.md 2 additions, 1 deletionREADME.md
- api/api_functions.py 14 additions, 1 deletionapi/api_functions.py
- func/ner/ner.py 31 additions, 12 deletionsfunc/ner/ner.py
- func/sentiment/sentiment.py 34 additions, 0 deletionsfunc/sentiment/sentiment.py
- func/usas/usas.py 29 additions, 13 deletionsfunc/usas/usas.py
- func/usas/usas_desc.txt 232 additions, 0 deletionsfunc/usas/usas_desc.txt
- main.py 10 additions, 0 deletionsmain.py
- requirements.txt 1 addition, 0 deletionsrequirements.txt
- shared/translate.py 10 additions, 0 deletionsshared/translate.py
func/sentiment/sentiment.py
0 → 100644
func/usas/usas_desc.txt
0 → 100644
... | @@ -5,3 +5,4 @@ ckip-transformers~=0.3.4 | ... | @@ -5,3 +5,4 @@ ckip-transformers~=0.3.4 |
flask-cors~=4.0.1 | flask-cors~=4.0.1 | ||
spacy~=3.7.4 | spacy~=3.7.4 | ||
googletrans ~=3.1.0a0 | googletrans ~=3.1.0a0 | ||
pandas ~=2.2.3 | |||
\ No newline at end of file |
shared/translate.py
0 → 100644
Please register or sign in to comment