From ffc923152f7a23a1911c02c9fa6c4a51d18514b9 Mon Sep 17 00:00:00 2001 From: Soumendra kumar sahoo Date: Sat, 6 Aug 2022 10:21:38 +0530 Subject: [PATCH] feat(data.yml): ODPhone for Odia language added --- data.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data.yml b/data.yml index e5596b0..e657fc5 100644 --- a/data.yml +++ b/data.yml @@ -524,6 +524,13 @@ categories: [Code] tags: [FOSS] +- name: ODphone + description: ODPhone is an algorithm for phonetically encoding Odia words into English keys words by their pronounciation, like Metaphone for English. + url: "https://github.com/soumendrak/odphone" + languages: [Odia] + categories: [Code] + tags: [FOSS] + - name: ml2en description: An algorithm to transliterate Malayalam script to Roman / Latin characters (Manglish). url: "https://github.com/knadh/ml2en"