Commit Graph

36 Commits

Author SHA1 Message Date
9538cf8c22 Fix emoji handling 2022-07-20 14:06:27 -07:00
185692790f Add emoji checks, improve docs 2022-07-19 19:15:59 -07:00
ff8cba84c7 format pack.py 2022-07-19 16:02:05 -07:00
8c6dd0bde9 Type checks for pack 2022-07-19 10:43:10 -07:00
5082c2226b Move pack to main module; format code 2022-07-18 16:03:58 -07:00
e711767d24 Add type checks to all functions that need them 2022-07-17 18:42:38 -07:00
67ac3a4591 Working type checks 2022-07-17 18:22:19 -07:00
b36d8e6081 Fix annotations 2022-07-17 17:08:11 -07:00
48639f5d8d Non-working type checks 2022-07-17 16:51:19 -07:00
a207e281e7 Format code with black 2022-07-17 16:28:04 -07:00
bd0028a108 Add emoji support to tokenizer 2022-07-17 16:14:02 -07:00
80428e1bbf Switch to pyproject.toml 2022-07-14 19:18:16 -07:00
ce80647bbb Add ngrams
First git commit from new laptop!
2022-07-13 11:45:17 -07:00
4188045b75 New CLI tool 2022-05-21 14:02:20 -07:00
5378be9418 Format code 2022-05-20 17:16:00 -07:00
4ddeefad07 Remove automatic recompilation 2022-05-18 15:14:08 -07:00
34af3a8a0a Weighting
Weights words based on the standard deviation of the per-word
confidences; closes #5
2022-03-07 12:13:09 -08:00
4d93b245e8 Switch to LGPL v3 or later 2022-03-05 10:17:17 -08:00
4b1e82514f Reformat code with black 2022-03-05 09:42:52 -08:00
378a23608d Model v3 2021-11-16 21:50:59 -08:00
38ec27a3f4 Rearrange files 2021-11-14 18:57:27 -08:00
3bf623aace New model version 2021-11-07 11:53:40 -08:00
3baafa46fc Create v2 models 2021-11-07 10:42:38 -08:00
be543134bc Add Classifier.confidence() 2021-11-03 06:38:22 -07:00
3ad03ef401 Add model packer 2021-10-27 19:26:32 -07:00
a5d7143a13 Add framework for inter-version compatibility 2021-10-27 18:22:52 -07:00
91e35a0d61 Reorganize code and improve README 2021-10-26 13:33:15 -07:00
8d2e64e09b Remove ability to directly use raw models 2021-10-26 10:04:10 -07:00
edb8eb58e7 Remove Spacy dependency, remove unneeded files, improve tokenizer 2021-10-25 08:06:46 -07:00
9eb602de65 Docstring improvements 2021-08-17 12:29:39 -07:00
scoopgracie
60bbaa0fbc Improve docstring 2020-08-14 17:23:20 -07:00
scoopgracie
63e26e97de Switch __init__ to import 2020-08-14 17:18:31 -07:00
scoopgracie
7718941617 Rename check to classify 2020-08-14 16:11:23 -07:00
scoopgracie
384167dcdb Initial commit of V2
V2 is a major upgrade that (hopefully) makes it more scalable by moving
the majority of the work to compile time instead of runtime.
2020-08-14 15:54:44 -07:00
scoopgracie
11b3785f84 Bugfix release 2020-03-30 09:45:26 -07:00
scoopgracie
dae17ebcf6 Setup 2020-03-16 10:57:15 -07:00