-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cardinal numbers transducer test version
- Loading branch information
0 parents
commit 52bbcc5
Showing
3 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*.att | ||
*.hfst | ||
*.hfstol |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
btlx.num.analyzer.hfst: btlx.num.generator.hfst | ||
hfst-invert btlx.num.generator.hfst -o btlx.num.analyzer.hfst | ||
|
||
btlx.num.generator.hfst: btlx.num.lexd | ||
lexd btlx.num.lexd | hfst-txt2fst -o btlx.num.generator.hfst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
PATTERNS | ||
(TeenRoot | (NumRoot TyInfl)) TeenInfl < One | ||
TeenRoot (TeenInfl NumRoot)? CardInfl | ||
NumRoot (TyInfl > (TeenInfl NumRoot1))? CardInfl | ||
GrandRoot CardInfl #А ЧТО ДЕЛАТЬ С 200-900 и 2000-10000??????????????????????????????????????? | ||
|
||
LEXICON One | ||
<one>:цеб # один УТОЧНИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИТЬ!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
|
||
LEXICON NumRoot | ||
<two>:кӀе # два | ||
<three>:гьабу # три | ||
<four>:бугъу # четыре | ||
<five>:ищту # пять ПРОВЕРИТЬ И УТОЧНИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИТЬ!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
<six>:интлӀи # шесть УТОЧНИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИИТЬ!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
<seven>:гьакьу # семь | ||
<eight>:бикьи # восемь | ||
<nine>:гьачӀа # девять | ||
|
||
ALIAS NumRoot NumRoot1 | ||
|
||
LEXICON TeenRoot | ||
<ten>:гьацӀа # десять | ||
|
||
LEXICON TeenInfl | ||
<teen>:лъи # 11-19 | ||
|
||
LEXICON TyInfl | ||
<ty>:цӀали # 20-90 десятки | ||
|
||
LEXICON GrandRoot | ||
<hundred>:бешуну # сто | ||
<thousand>:азару # тысяча | ||
|
||
LEXICON CardInfl | ||
<card>:да |