ソースを参照

Fixed recognition of "forty"

I spelled it "fourty", which tricks the lmtool into making it much
harder to recognize the word.  Now it's spelled "forty", which makes it
much easier to understand.
Clara Hobbs 7年前
コミット
baeb0e1fa0
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      kayleevc/numbers.py

+ 1
- 1
kayleevc/numbers.py ファイルの表示

@@ -42,7 +42,7 @@ class NumberParser:
42 42
     tens = {
43 43
         'twenty': 20,
44 44
         'thirty': 30,
45
-        'fourty': 40,
45
+        'forty': 40,
46 46
         'fifty': 50,
47 47
         'sixty': 60,
48 48
         'seventy': 70,

読み込み中…
キャンセル
保存