nlp - Phone number and Date of Birth from human speech -


is there effective natural language processor can fetch phone number , date of birth human speech. each user has different way of specifying phone number , date of birth. hence, converting speech text , parsing text phone number not helpful.

you can use google speech text api. had used same entering account number blind people. working bank there lots of numbers involved input eg account number, card number etc.

with google stt engine can define custom voice inputs.

also had created feedback mechanism using text speech api app can tell if users feedback invalid , request him speak again.

you can see code snippet @ github. https://github.com/hiteshsahu/android-tts-stt


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -