nlparrot

natural language processing server
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2024-01-01 10:11add Finnish supportStefan Koch4+18-5
2023-11-12 14:16add a command to download all modelsStefan Koch4+40-10
2023-11-11 15:19clean up memory after loading a new modelStefan Koch1+5-0
2023-11-07 17:31note about other spacy model installation methodsStefan Koch1+5-0
2023-10-14 09:57fix black formattingStefan Koch1+2-2
2023-10-14 09:33increase version to 0.0.6Stefan Koch1+1-1
2023-10-14 09:33add missing English model download to buildStefan Koch1+1-1
2023-10-14 09:25increase version to 0.0.5Stefan Koch1+1-1
2023-10-14 09:24implement English supportStefan Koch2+25-2
2023-09-03 10:47increase version to 0.0.4Stefan Koch1+1-1
2023-09-03 10:46handle missing upos attributeStefan Koch2+11-1
2023-09-03 10:42download Spanish models on buildStefan Koch1+1-1
2023-09-03 10:32increase version to 0.0.3Stefan Koch1+1-1
2023-09-03 10:31add Spanish supportStefan Koch4+81-41
2023-08-27 11:57accept multiple possible languages to choose fromStefan Koch2+6-9
2023-08-06 09:17run as a custom user inside containerStefan Koch1+8-6
2023-08-06 09:10add MIT licenseStefan Koch1+21-0
2023-08-06 08:34mark "build" phonyStefan Koch1+1-1
2023-08-06 08:18add command to build new docker containerStefan Koch1+5-0
2023-08-05 12:19add a READMEStefan Koch1+27-0
2023-08-05 12:01remove import-linterStefan Koch1+0-1
2023-08-05 12:01apply isort import sortingStefan Koch6+10-23
2023-08-05 12:01apply black formattingStefan Koch12+72-67
2023-08-05 12:00rename to nlparrotStefan Koch25+104-252
2023-07-12 18:02support multiple tokenizers per languageStefan Koch2+21-9
2023-07-09 14:12fix DockerfileStefan Koch1+3-3
2023-07-03 16:45switch to pyproject.tomlStefan Koch17+17-21
2023-07-03 15:54add flesch reading ease for CroatianStefan Koch10+234-12
2023-07-02 15:38freeze requirementsStefan Koch1+44-0
2023-07-02 15:36move server from lingobox into separate repo alphadistillStefan Koch22+608-0