39 Commits

Author SHA1 Message Date
b1a1da3bac Add option to use nltk word_tokenize 2023-09-09 11:11:44 -04:00
42e33b72b2 Fix JSON encoding for Enums 2023-02-25 15:51:28 -05:00
5275c332cc Add drop table 2023-02-25 15:38:40 -05:00
a7b1a6e1ec Fix tests, add pydantic row support for PersistentState 2023-02-25 15:20:17 -05:00
372abb0076 Fix deserialization in PersistentState 2022-05-07 09:34:50 -04:00
4befc3973d Add strip_dashes option in preprocess() 2022-02-26 19:31:22 -05:00
55fd4a66d2 Fix strip_quotes 2021-11-16 11:48:23 -05:00
2f6c2822b6 Add functions to handle routing keys 2021-10-22 10:36:05 -04:00
d85ad919b3 Add redis MQ, update influxdb monitoring 2021-10-21 20:19:09 -04:00
ed9d148411 Fix tests 2021-10-21 19:52:42 -04:00
d19442b00e Update preprocess: now returns generator objects 2021-09-19 09:35:35 -04:00
4711cd1b66 Add trigrams 2021-09-10 17:35:19 -04:00
7e0ffafb8c Update fix_single_quotes 2021-08-28 20:48:00 -04:00
67c09cc10c Add remove_numbers 2021-08-28 20:06:53 -04:00
a7bf5b2d15 Fix clean html (again!) 2021-08-28 19:59:04 -04:00
31b35e3a32 Fix clean html (again) 2021-08-28 19:44:10 -04:00
4d6c8018df Fix clean_html 2021-08-28 19:33:11 -04:00
75bf2c2d85 Rename test.clean to text.preprocess, add QS util func, more debug logging 2021-04-25 12:10:03 -04:00
88f3124f85 add bigram option for clean function 2021-04-21 21:34:49 -04:00
32119535ae improve text cleaning 2021-04-18 21:27:12 -04:00
2ffaa4a5b3 improve text cleaning 2021-04-18 21:10:07 -04:00
45b5803c40 improve text cleaning 2021-04-18 15:40:30 -04:00
765f6f59b7 Add text cleaning function 2021-04-18 12:12:31 -04:00
30902c8235 Add sep option in volatile state 2021-04-16 19:10:45 -04:00
66d37e0be2 Add way to manually flush @buffered 2021-02-28 12:15:44 -05:00
9cadce62ac add Web helper & logger 2021-02-25 21:26:27 -05:00
7d330a0f9f Add pgsql wrapper & delitem for persistent state 2021-02-06 15:41:18 -05:00
a2cfab55bc msgpack for queue 2021-01-20 20:30:57 -05:00
c4fca1b754 Add volatile queue 2021-01-20 20:08:35 -05:00
d615ebdbd9 add custum SQL in persistant state 2021-01-17 10:05:39 -05:00
f914759b71 Fix @retry 2021-01-10 22:46:20 -05:00
58d150279f Handle bool values in state 2021-01-10 21:26:34 -05:00
b2efaa99a4 Handle null values in state 2021-01-10 20:56:46 -05:00
b845d96295 Fix update in persistentstate 2021-01-09 19:57:31 -05:00
a1156599ce Fix tests 2021-01-09 19:31:55 -05:00
e3f3ea87eb Enable int IDs in PersistentState 2021-01-09 19:30:43 -05:00
89b21884b7 Use hash in volatile state 2020-12-20 20:15:17 -05:00
30c9494daa add download_file, bool volatile state 2020-12-20 19:53:38 -05:00
f92776e646 add volatile state 2020-05-22 18:56:35 -04:00