Skip to content

Commit

Permalink
hunspell update
Browse files Browse the repository at this point in the history
  • Loading branch information
arysin committed Dec 11, 2021
1 parent 6ca430a commit c8fd21d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion distr/hunspell/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ task getSpellWords (type: Exec) {
}


task testHunspellDirect (type: Exec/*, dependsOn: getSpellWords*/) { //, dependsOn: hunspell) {
task testHunspellDirect (type: Exec) {
dependsOn 'getSpellWords', "hunspell"
def cmd = "hunspell -d $outDir/uk_UA -l ${projectDir}/build/words_spell.txt > hunspell.unknown.txt; wc -l hunspell.unknown.txt"

commandLine "sh", "-c", "${cmd}"
Expand Down
14 changes: 14 additions & 0 deletions distr/hunspell/src/main/resources/extra_words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2244,3 +2244,17 @@
увіп'юся
увіп'ють
увіп'ються
чимось
чимсь
чім
чімось
чімсь
ким
кимось
кимсь
кім
кімось
кімсь
кого
когось
комусь

0 comments on commit c8fd21d

Please sign in to comment.