Commit Graph

20 Commits

Author SHA1 Message Date
789ccd5856
add gimme_probabilities and replace_nones
methods for "converting" a list of ngrams into a list of probabilities
these ngrams occur in a given language, replacing "None" values on the
fly with a very low "probability of occurence" value
2021-12-20 01:20:22 +01:00
3650d89fe1
chore: actually return the list of random n-grams 2021-12-20 01:04:55 +01:00
fce2c7c0de
chore: set insanity_threshold dynamically 2021-12-20 00:58:10 +01:00
c6215e6146
add basic checks for langs_to_check, rm local var 2021-12-20 00:50:27 +01:00
1967871779
chore: add a hint to langs_to_check 2021-12-20 00:49:59 +01:00
e942f58f73
fix: by default pick from at least two languages 2021-12-20 00:45:05 +01:00
225b683541
pick_ngrams: complete the implementation 2021-12-17 17:32:49 +01:00
b56662dd87
pick_ngrams: add param how_many + type checks
also add a test string test_str
2021-12-17 17:24:04 +01:00
294c16c110
chore: add base of pick_ngrams() method 2021-12-16 05:06:13 +01:00
86f4c3e54d
add type hint to path 2021-12-16 04:59:27 +01:00
dd2f86708b
instantiate da_detector and load jsons
for reference purposes, add the json files
2021-12-16 04:42:16 +01:00
0c2b838125
chmod +x, add #! entrypoint 2021-12-16 04:36:46 +01:00
c524ec93d8
add vim metadata 2021-12-16 04:35:13 +01:00
46659d9bd5
add parse_freqs() method 2021-12-16 04:34:24 +01:00
b31df6934e
optimise: mv the try block one level up 2021-12-16 04:29:47 +01:00
e361274b89
da_detector: have a fallback param value of ["sk"] 2021-12-16 04:27:50 +01:00
128db6d440
actually do return the processed data 2021-12-16 03:17:57 +01:00
ef91b2fca7
import just what's needed 2021-12-16 03:17:47 +01:00
e141f2c7b0
ignore vim swp files 2021-12-16 03:17:30 +01:00
c68db63fc8
initial commit 2021-12-16 03:16:47 +01:00