nlp - Building Jarvis like application for local languages -


the jarvis application developed, in english. want customize use local language. how develop kind of app local languages? kind of programming languages must know proceed development? have tested english version of jarvis, works me. how attach c# htk purpose of development?

how develop kind of app local languages?

you don't need develop scratch, take existing software , build on it. example can consider https://github.com/jasperproject/jasper-client, it's pretty actively developed.

what kind of programming languages must know proceed development?

most nlp libraries in python or java. need shell scripting (awk/perl) experience because models built linux tools.

for speech recognition it's easiest use cmusphinx, tutorial add language cmusphinx @ http://cmusphinx.sourceforge.net/wiki/tutorialam.

i have tested english version of jarvis, works me. how attach c# htk purpose of development?

there many ways interoperability:

1) c# can invoke htk tools binaries through process.start http://msdn.microsoft.com/en-us/library/system.diagnostics.process.start(v=vs.110).aspx

2) can build library htk , invoke pinvoke through interop framework

3) can build tcp or http server htk tools , connect server c# application speech recognition results.

overall, use existing solutions mentioned above, have hard things implemented, need configure local language.


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -