From 95c90a0784c4906867eaef9320f3187992684d6d Mon Sep 17 00:00:00 2001 From: Victor Shcherb Date: Wed, 31 Oct 2012 21:32:01 +0100 Subject: [PATCH] Remove unused heuristics --- OsmAnd/assets/voice/ro-tts/ttsconfig.p | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/assets/voice/ro-tts/ttsconfig.p b/OsmAnd/assets/voice/ro-tts/ttsconfig.p index c7c97bab3d..ae9299c7b5 100644 --- a/OsmAnd/assets/voice/ro-tts/ttsconfig.p +++ b/OsmAnd/assets/voice/ro-tts/ttsconfig.p @@ -92,7 +92,7 @@ distance_mi_y(Dist) == [ X, ' iarzi'] :- Dist < 1300, D is round(2 distance_mi_y(Dist) == ['circa o milă '] :- Dist < 2414. distance_mi_y(Dist) == ['circa ', X, ' mile '] :- Dist < 16093, D is round(Dist/1609.0), num_atom(D, X). distance_mi_y(Dist) == [ X, ' mile '] :- D is round(Dist/1609.0), num_atom(D, X). - + %% resolve command main method %% if you are familar with Prolog you can input specific to the whole mechanism,