mirror of https://github.com/Yomguithereal/fog.git
Moving rusalka to phonetics
This commit is contained in:
parent
163ade21e2
commit
eb877657fa
|
@ -6,4 +6,3 @@ from fog.key.fingerprint import (
|
|||
)
|
||||
from fog.key.omission import omission_key
|
||||
from fog.key.skeleton import skeleton_key
|
||||
from fog.key.rusalka import rusalka
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
from fog.phonetics.cologne import cologne
|
||||
from fog.phonetics.rusalka import rusalka
|
||||
|
|
|
@ -17,6 +17,20 @@ from unidecode import unidecode
|
|||
# Tatiana Tatjana
|
||||
# Feodor Fyodor Fjodor
|
||||
# Růžena Maturová
|
||||
# Hranislav
|
||||
# Sergeiy_Liminovich
|
||||
# q -> k
|
||||
# Almas_Uteschow, Almas_Uteshov
|
||||
# Dmytro_Zamotayev, Dmytro_Samotajew
|
||||
# Farid_Dosayev, Farid_Dossajew
|
||||
# Mirian_Giorgadze, Miriani_Giorgadse
|
||||
# Musa_Murtazaliev, Musa_Murtasalijew
|
||||
# Soslan_Fraev, Soslan_Frajew
|
||||
# Volodymyr_Veredyuk, Wolodymyr_Weredjuk
|
||||
# Roman_Kolzow, Roman_Koltsov
|
||||
# Sergei_Belych, Sergey_Belykh
|
||||
|
||||
# criblage à base de aev pour normalisers
|
||||
|
||||
# fails if given numbers
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# =============================================================================
|
||||
# Fog Rusalka Unit Tests
|
||||
# =============================================================================
|
||||
from fog.key import rusalka
|
||||
from fog.phonetics import rusalka
|
||||
|
||||
TESTS = [
|
||||
((''), ''),
|
Loading…
Reference in New Issue