Misc improvements
This commit is contained in:
parent
5c56fc7540
commit
6e9f041f15
17 changed files with 977752 additions and 468873 deletions
6
data/chars_of.sh
Executable file
6
data/chars_of.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/bash
|
||||
set -e
|
||||
|
||||
allowed="azertyuiopqsdfghjklmwxcvbn"
|
||||
|
||||
cat "$1" | tr '[:upper:]' '[:lower:]' | sed 's/\(.\)/\1\n/g' | sort | uniq | grep -v -E "[$allowed]"
|
272683
data/dict/gutenberg.txt
272683
data/dict/gutenberg.txt
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
78855
data/dict/pli07.txt
Normal file
78855
data/dict/pli07.txt
Normal file
File diff suppressed because it is too large
Load diff
386264
data/dict/scrable_2012.txt
Normal file
386264
data/dict/scrable_2012.txt
Normal file
File diff suppressed because it is too large
Load diff
3
data/dict_specs.txt
Normal file
3
data/dict_specs.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
- abriates
|
||||
+ revisite
|
||||
+ captes
|
Loading…
Add table
Add a link
Reference in a new issue