Skip to content

Commit

Permalink
add 5 more reverse models
Browse files Browse the repository at this point in the history
  • Loading branch information
neurlang authored and Your Name committed Jan 26, 2025
1 parent 577223d commit 2cd625f
Show file tree
Hide file tree
Showing 20 changed files with 1,354 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dicts/belarusian/language.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package belarusian

import "embed"

//go:embed *.tsv language.json weights1.json.lzw
//go:embed *.tsv language.json weights1.json.lzw language_reverse.json weights1_reverse.json.zlib
var Language embed.FS
59 changes: 59 additions & 0 deletions dicts/belarusian/language_reverse.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{"Map":{"a":["а"],
"b":["б"],
"d":["д","т"],
"e":["е"],
"f":["ф"],
"g":["г","ґ","к"],
"j":["й"],
"ja":["","я"],
"je":["","е"],
"ji":["і"],
"jo":["","ё"],
"ju":["","ю"],
"k":["к","г"],
"l":["л"],
"m":["м"],
"n":["н"],
"nʲːe":["нне"],
"nː":["нн"],
"o":["о"],
"p":["б","п"],
"r":["р"],
"s":["з","с","ж","ш"],
"sʲːa":["шся"],
"t":["д","т"],
"ts":["ц","дс","дз","тс"],
"tsʲi":["ці"],
"tsː":["цц","чц"],
"tʂ":["ч"],
"u":["у"],
"u̯":["ў"],
"v":["в","ф"],
"w":["ў"],
"x":["г","х"],
"z":["з","с"],
"zʲːe":["дзе","цьзе"],
"ɛ":["э","е"],
"ɣ":["г"],
"ɨ":["ы","і"],
"ɫ":["л"],
"ʂ":["ж","с","ш"],
"ʂː":[],
"ʐ":["ж","з"],
"ʲ":["ь"],
"ʲa":["я","е"],
"ʲe":["е","э"],
"ʲi":["і"],
"ʲo":["ё"],
"ʲtsʲi":["ці"],
"ʲu":["ю"],
"ʲːa":["ля","ця","ня","дя"],
"ʲːe":["це","се"],
"ʲːi":["ні"],
"ʲːo":["цё"],
"ʲːu":["ню"],
"ː":["д","с","ч","ж","т","ш"],
"ːs":["ц"],
"ːʂ":["ч"]},"SrcMulti":null,"DstMulti":null,"SrcMultiSuffix":null,"DstMultiSuffix":["ː"],
"DstMultiPrefix":["ˈ","'","ˌ"],
"DropLast":null,"SplitBefore":null,"SplitAfter":null,"PrePhonWordSteps":[{"Trim":".,"},{"ToLower":true}]}
Empty file.
Binary file added dicts/belarusian/weights1_reverse.json.zlib
Binary file not shown.
2 changes: 1 addition & 1 deletion dicts/bengali/language.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package bengali

import "embed"

//go:embed *.tsv language.json weights1.json.lzw
//go:embed *.tsv language.json weights1.json.lzw language_reverse.json weights1_reverse.json.zlib
var Language embed.FS
Loading

0 comments on commit 2cd625f

Please sign in to comment.