Code Monkey home page Code Monkey logo

Comments (4)

sdkcarlos avatar sdkcarlos commented on May 18, 2024

As artyom uses speechRecognition API , there's no way to customize the grammar because it is retrieven from the Google Servers. The spelling (a,b,c ) works but for short words. You can open the Console in an artyom demo and see how your spelling is recognized.

Can you provide an example of what do you want to achieve ?

from artyom.js.

skibulk avatar skibulk commented on May 18, 2024

I wanted to use exotic names, for example: http://www.huffingtonpost.com/2014/10/01/rare-and-unusual-baby-names_n_5888536.html

from artyom.js.

skibulk avatar skibulk commented on May 18, 2024

I also wanted to improve the the accuracy of difficult words: https://www.vocabulary.com/lists/191545#view=notes

Using Phonetics, For example,
abrogate
ab·ro·gate
ˈabrəˌɡāt/

from artyom.js.

sdkcarlos avatar sdkcarlos commented on May 18, 2024

@skibulk unfortunately artyom is just a wrapper of the webkitSpeechRecognition api and doesn't support such customization. However the google service is very good and recognizes almost everything correctly (obviously something with sense).

Abrogate example

artyom.addCommands({
   indexes:["abrogate"],
   action: function(i){
      // i = 0
      // do something if abrogate
   }
});

Finally, this project JuliusJS seems to help with what you want , see the homepage here.

from artyom.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.