Skip to content

Commit

Permalink
Remove NUMBER_DAWG_FACTOR and WORD_DAWG_FACTOR from grc rules
Browse files Browse the repository at this point in the history
These aren't used anywhere, and are difficult to calculate for grc,
so leave them as the default.
  • Loading branch information
nickjwhite committed Sep 11, 2015
1 parent 714d2cc commit ac6050d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions training/language-specific.sh
Expand Up @@ -1068,8 +1068,6 @@ set_lang_specific_parameters() {
WORD_DAWG_FACTOR=0.08
test -z "$FONTS" && FONTS=( "${GREEK_FONTS[@]}" ) ;;
grc )
NUMBER_DAWG_FACTOR=0.05
WORD_DAWG_FACTOR=0.08
test -z "$FONTS" && FONTS=( "${ANCIENT_GREEK_FONTS[@]}" ) ;;
hye ) test -z "$FONTS" && FONTS=( "${ARMENIAN_FONTS[@]}" ) ;;
iku ) test -z "$FONTS" && FONTS=( "${NORTH_AMERICAN_ABORIGINAL_FONTS[@]}" ) ;;
Expand Down

0 comments on commit ac6050d

Please sign in to comment.