-
The dictionary provided by default with this program is very small. For enhanced security, it would be better to replace or augment this dictionary with one that has at least ten to fifteen thousand …
-
User session with cookie, corresponds to DB entry in sessions store, keep word list here to ensure no repeats
-
flow should be: password -> make it in a specific length (fill with zeros) -> convert to mnemonic -> menmonic to seed -> get the public key, should be done in the client-side
libs to check
- bip…
-
字符串 s : ilovebytedance
单词列表 words[]: i,love,byte,bytedance
返回:true/false
思路:dp[i]表示s[0]...s[i]这个子串能否由单词列表构成
dp[i]=if_exists_in_wordlist(words[k])&&dp[i-words[k].length()]
-
Possible formats:
- JSON
- YAML
- TXT (Newline)
- CSV (Newline, similar to TXT)
Example of wordlists
- Buzzword classic https://github.com/words/buzzwords/blob/main/index.js
- News words http…
-
Hi,
I get the following error:
```
Traceback (most recent call last):
File "C:\Users\yshub\Documents\GitHub\TelegramChatStats\telegram-statistics.py", line 267, in
main()
File "C:\Us…
-
A long-standing core bug: the wordlist/rules check against `last` word (poor man's de-duplication) isn't doing the right thing when an external mode filter modifies the word (the check compares post-f…
-
It would be nice if wordlist / rules upload script copied file into a single bucket then replicate to other buckets using AWS copy functionality.
This would help out with slow upload speeds on loc…
-
I've been working with displays using Vue js and the Cologne api. This is in the [sanlex-vue](https://github.com/funderburkjim/sanlex-vue) repository.
I hope others will take a look. In particula…
-
To test the orthography profiles, we need to make sure that there are no empty morphemes in the data, which may result, if a segmented word starts with a `+` or ends with it or has two `+` one after t…