简体   繁体   中英

adding a parser to a java applet that works as a web browser

I am trying to make a web browser that works entirely on voice commands (ie speech-to-text and vice versa using sphinx.)

I have a Java applet, but I don't know how to add a parser to it so that different parts of different websites go to a particular segment in my browser.

What are the necessary steps to add a parser to a web browser applet?

You don't need java applet, it creates too many issues. You need something like pocketsphinx.js:

https://github.com/syl22-00/pocketsphinx.js

This technology can give you access to content of the browser with javascript, a way easier way to manage things.

Now i am able to make a fully speech based web browser. I used Jsoup for extracting various elements of any web page. Then with the help of sphinx and freetts i allowed users to interact with browser by using speech commands only.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM