I would like to install Simon Voice recognition software on Ubunu 18.04












0















I can't find an easy way to install Simon voice recognition software on Ubuntu 18.04. What is the easiest way?



If you know an alternative that can be installed on Debian or Ubuntu let me know. Wrist problems and a voice recognition to control my station would be more than welcome.










share|improve this question




















  • 1





    If you know an alternative that can be installed on Debian or Ubuntu let me know. Wrist problems and a voice recognition to control my station would be more than welcome

    – Jean-Francois Bourdeau
    Aug 2 '18 at 22:01











  • I have added your comment into your post.

    – zwets
    Aug 7 '18 at 11:55











  • I found an step-by-step here : userbase.kde.org/Simon/Development_Environment

    – vic31
    Jan 21 at 19:36
















0















I can't find an easy way to install Simon voice recognition software on Ubuntu 18.04. What is the easiest way?



If you know an alternative that can be installed on Debian or Ubuntu let me know. Wrist problems and a voice recognition to control my station would be more than welcome.










share|improve this question




















  • 1





    If you know an alternative that can be installed on Debian or Ubuntu let me know. Wrist problems and a voice recognition to control my station would be more than welcome

    – Jean-Francois Bourdeau
    Aug 2 '18 at 22:01











  • I have added your comment into your post.

    – zwets
    Aug 7 '18 at 11:55











  • I found an step-by-step here : userbase.kde.org/Simon/Development_Environment

    – vic31
    Jan 21 at 19:36














0












0








0








I can't find an easy way to install Simon voice recognition software on Ubuntu 18.04. What is the easiest way?



If you know an alternative that can be installed on Debian or Ubuntu let me know. Wrist problems and a voice recognition to control my station would be more than welcome.










share|improve this question
















I can't find an easy way to install Simon voice recognition software on Ubuntu 18.04. What is the easiest way?



If you know an alternative that can be installed on Debian or Ubuntu let me know. Wrist problems and a voice recognition to control my station would be more than welcome.







18.04 voice-recognition simon






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 7 '18 at 11:54









zwets

8,23922240




8,23922240










asked Aug 2 '18 at 22:00









Jean-Francois BourdeauJean-Francois Bourdeau

438




438








  • 1





    If you know an alternative that can be installed on Debian or Ubuntu let me know. Wrist problems and a voice recognition to control my station would be more than welcome

    – Jean-Francois Bourdeau
    Aug 2 '18 at 22:01











  • I have added your comment into your post.

    – zwets
    Aug 7 '18 at 11:55











  • I found an step-by-step here : userbase.kde.org/Simon/Development_Environment

    – vic31
    Jan 21 at 19:36














  • 1





    If you know an alternative that can be installed on Debian or Ubuntu let me know. Wrist problems and a voice recognition to control my station would be more than welcome

    – Jean-Francois Bourdeau
    Aug 2 '18 at 22:01











  • I have added your comment into your post.

    – zwets
    Aug 7 '18 at 11:55











  • I found an step-by-step here : userbase.kde.org/Simon/Development_Environment

    – vic31
    Jan 21 at 19:36








1




1





If you know an alternative that can be installed on Debian or Ubuntu let me know. Wrist problems and a voice recognition to control my station would be more than welcome

– Jean-Francois Bourdeau
Aug 2 '18 at 22:01





If you know an alternative that can be installed on Debian or Ubuntu let me know. Wrist problems and a voice recognition to control my station would be more than welcome

– Jean-Francois Bourdeau
Aug 2 '18 at 22:01













I have added your comment into your post.

– zwets
Aug 7 '18 at 11:55





I have added your comment into your post.

– zwets
Aug 7 '18 at 11:55













I found an step-by-step here : userbase.kde.org/Simon/Development_Environment

– vic31
Jan 21 at 19:36





I found an step-by-step here : userbase.kde.org/Simon/Development_Environment

– vic31
Jan 21 at 19:36










3 Answers
3






active

oldest

votes


















2














Since simon was dropped from the 18.04 repositories, installation is not easy, and requires downloading its source code and compiling it. This is non-trivial.



Alternatives? CMUsphinx is just a toolkit which simon uses, and freespeech AKA OpenMindSpeech is less. julius, another toolkit simon uses, exists and is in the 18.04 repositories, but is nowhere near as well documented as simon. Installing julius is simple: open a terminal window and type in



sudo apt-get install julius


Should you find julius wanting, this article goes into great detail on an alternative through Google Docs.






share|improve this answer


























  • Is it, or is it not in the repositories?

    – mikewhatever
    Aug 2 '18 at 23:18



















1














It's no longer in the repositories for 18.04 and hence you need to compile it from source. First pull it from the git repo using



git clone git://anongit.kde.org/simon simonsource


Install the build dependencies



sudo apt-get install cmake kdelibs-bin kdelibs5-dbg kdelibs5-dev


And then build it



cd simonsource
./build_ubuntu.sh





share|improve this answer
























  • Apologies to everyone who has read my previous post. My mistake. I meant to post it as a Comment not as a Solution. Thanks, Amit, for pointing this out.

    – John Rose
    Sep 1 '18 at 6:07











  • Here is the Comment referred to earlier in my last Comment. Problem in ./build_ubuntu.sh - stops within a minute (notable to include all log due to restrictions on this site: Qwt 6.x include dir not found CMake Error at cmake/FindQwt6.cmake:114 (MESSAGE): Could not find Qwt 6.x Call Stack (most recent call first): CMakeLists.txt:24 (find_package) -- Configuring incomplete, errors occurred! See also "/home/john/simonsource/build/CMakeFiles/CMakeOutput.log". See also "/home/john/simonsource/build/CMakeFiles/CMakeError.log".

    – John Rose
    Sep 1 '18 at 6:08



















0















git clone git://anongit.kde.org/simon simonsource



sudo apt-get install cmake kdelibs-bin kdelibs5-dbg kdelibs5-dev



sudo apt-get install libqwt-dev




Add in file: simonsource/build/simonlib/simonactions/moc_actionmanager.cpp (last line)



#include "../../../simonlib/simonactions/actionmanager.h" // behind this line:9
#include <QHash> // add this line


Save file and compile.




cd simonsource



./build_ubuntu.sh







share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1061857%2fi-would-like-to-install-simon-voice-recognition-software-on-ubunu-18-04%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    3 Answers
    3






    active

    oldest

    votes








    3 Answers
    3






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    2














    Since simon was dropped from the 18.04 repositories, installation is not easy, and requires downloading its source code and compiling it. This is non-trivial.



    Alternatives? CMUsphinx is just a toolkit which simon uses, and freespeech AKA OpenMindSpeech is less. julius, another toolkit simon uses, exists and is in the 18.04 repositories, but is nowhere near as well documented as simon. Installing julius is simple: open a terminal window and type in



    sudo apt-get install julius


    Should you find julius wanting, this article goes into great detail on an alternative through Google Docs.






    share|improve this answer


























    • Is it, or is it not in the repositories?

      – mikewhatever
      Aug 2 '18 at 23:18
















    2














    Since simon was dropped from the 18.04 repositories, installation is not easy, and requires downloading its source code and compiling it. This is non-trivial.



    Alternatives? CMUsphinx is just a toolkit which simon uses, and freespeech AKA OpenMindSpeech is less. julius, another toolkit simon uses, exists and is in the 18.04 repositories, but is nowhere near as well documented as simon. Installing julius is simple: open a terminal window and type in



    sudo apt-get install julius


    Should you find julius wanting, this article goes into great detail on an alternative through Google Docs.






    share|improve this answer


























    • Is it, or is it not in the repositories?

      – mikewhatever
      Aug 2 '18 at 23:18














    2












    2








    2







    Since simon was dropped from the 18.04 repositories, installation is not easy, and requires downloading its source code and compiling it. This is non-trivial.



    Alternatives? CMUsphinx is just a toolkit which simon uses, and freespeech AKA OpenMindSpeech is less. julius, another toolkit simon uses, exists and is in the 18.04 repositories, but is nowhere near as well documented as simon. Installing julius is simple: open a terminal window and type in



    sudo apt-get install julius


    Should you find julius wanting, this article goes into great detail on an alternative through Google Docs.






    share|improve this answer















    Since simon was dropped from the 18.04 repositories, installation is not easy, and requires downloading its source code and compiling it. This is non-trivial.



    Alternatives? CMUsphinx is just a toolkit which simon uses, and freespeech AKA OpenMindSpeech is less. julius, another toolkit simon uses, exists and is in the 18.04 repositories, but is nowhere near as well documented as simon. Installing julius is simple: open a terminal window and type in



    sudo apt-get install julius


    Should you find julius wanting, this article goes into great detail on an alternative through Google Docs.







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Aug 13 '18 at 17:20

























    answered Aug 2 '18 at 22:57









    K7AAYK7AAY

    3,89921644




    3,89921644













    • Is it, or is it not in the repositories?

      – mikewhatever
      Aug 2 '18 at 23:18



















    • Is it, or is it not in the repositories?

      – mikewhatever
      Aug 2 '18 at 23:18

















    Is it, or is it not in the repositories?

    – mikewhatever
    Aug 2 '18 at 23:18





    Is it, or is it not in the repositories?

    – mikewhatever
    Aug 2 '18 at 23:18













    1














    It's no longer in the repositories for 18.04 and hence you need to compile it from source. First pull it from the git repo using



    git clone git://anongit.kde.org/simon simonsource


    Install the build dependencies



    sudo apt-get install cmake kdelibs-bin kdelibs5-dbg kdelibs5-dev


    And then build it



    cd simonsource
    ./build_ubuntu.sh





    share|improve this answer
























    • Apologies to everyone who has read my previous post. My mistake. I meant to post it as a Comment not as a Solution. Thanks, Amit, for pointing this out.

      – John Rose
      Sep 1 '18 at 6:07











    • Here is the Comment referred to earlier in my last Comment. Problem in ./build_ubuntu.sh - stops within a minute (notable to include all log due to restrictions on this site: Qwt 6.x include dir not found CMake Error at cmake/FindQwt6.cmake:114 (MESSAGE): Could not find Qwt 6.x Call Stack (most recent call first): CMakeLists.txt:24 (find_package) -- Configuring incomplete, errors occurred! See also "/home/john/simonsource/build/CMakeFiles/CMakeOutput.log". See also "/home/john/simonsource/build/CMakeFiles/CMakeError.log".

      – John Rose
      Sep 1 '18 at 6:08
















    1














    It's no longer in the repositories for 18.04 and hence you need to compile it from source. First pull it from the git repo using



    git clone git://anongit.kde.org/simon simonsource


    Install the build dependencies



    sudo apt-get install cmake kdelibs-bin kdelibs5-dbg kdelibs5-dev


    And then build it



    cd simonsource
    ./build_ubuntu.sh





    share|improve this answer
























    • Apologies to everyone who has read my previous post. My mistake. I meant to post it as a Comment not as a Solution. Thanks, Amit, for pointing this out.

      – John Rose
      Sep 1 '18 at 6:07











    • Here is the Comment referred to earlier in my last Comment. Problem in ./build_ubuntu.sh - stops within a minute (notable to include all log due to restrictions on this site: Qwt 6.x include dir not found CMake Error at cmake/FindQwt6.cmake:114 (MESSAGE): Could not find Qwt 6.x Call Stack (most recent call first): CMakeLists.txt:24 (find_package) -- Configuring incomplete, errors occurred! See also "/home/john/simonsource/build/CMakeFiles/CMakeOutput.log". See also "/home/john/simonsource/build/CMakeFiles/CMakeError.log".

      – John Rose
      Sep 1 '18 at 6:08














    1












    1








    1







    It's no longer in the repositories for 18.04 and hence you need to compile it from source. First pull it from the git repo using



    git clone git://anongit.kde.org/simon simonsource


    Install the build dependencies



    sudo apt-get install cmake kdelibs-bin kdelibs5-dbg kdelibs5-dev


    And then build it



    cd simonsource
    ./build_ubuntu.sh





    share|improve this answer













    It's no longer in the repositories for 18.04 and hence you need to compile it from source. First pull it from the git repo using



    git clone git://anongit.kde.org/simon simonsource


    Install the build dependencies



    sudo apt-get install cmake kdelibs-bin kdelibs5-dbg kdelibs5-dev


    And then build it



    cd simonsource
    ./build_ubuntu.sh






    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Aug 3 '18 at 7:11









    Amith KKAmith KK

    10.2k1255111




    10.2k1255111













    • Apologies to everyone who has read my previous post. My mistake. I meant to post it as a Comment not as a Solution. Thanks, Amit, for pointing this out.

      – John Rose
      Sep 1 '18 at 6:07











    • Here is the Comment referred to earlier in my last Comment. Problem in ./build_ubuntu.sh - stops within a minute (notable to include all log due to restrictions on this site: Qwt 6.x include dir not found CMake Error at cmake/FindQwt6.cmake:114 (MESSAGE): Could not find Qwt 6.x Call Stack (most recent call first): CMakeLists.txt:24 (find_package) -- Configuring incomplete, errors occurred! See also "/home/john/simonsource/build/CMakeFiles/CMakeOutput.log". See also "/home/john/simonsource/build/CMakeFiles/CMakeError.log".

      – John Rose
      Sep 1 '18 at 6:08



















    • Apologies to everyone who has read my previous post. My mistake. I meant to post it as a Comment not as a Solution. Thanks, Amit, for pointing this out.

      – John Rose
      Sep 1 '18 at 6:07











    • Here is the Comment referred to earlier in my last Comment. Problem in ./build_ubuntu.sh - stops within a minute (notable to include all log due to restrictions on this site: Qwt 6.x include dir not found CMake Error at cmake/FindQwt6.cmake:114 (MESSAGE): Could not find Qwt 6.x Call Stack (most recent call first): CMakeLists.txt:24 (find_package) -- Configuring incomplete, errors occurred! See also "/home/john/simonsource/build/CMakeFiles/CMakeOutput.log". See also "/home/john/simonsource/build/CMakeFiles/CMakeError.log".

      – John Rose
      Sep 1 '18 at 6:08

















    Apologies to everyone who has read my previous post. My mistake. I meant to post it as a Comment not as a Solution. Thanks, Amit, for pointing this out.

    – John Rose
    Sep 1 '18 at 6:07





    Apologies to everyone who has read my previous post. My mistake. I meant to post it as a Comment not as a Solution. Thanks, Amit, for pointing this out.

    – John Rose
    Sep 1 '18 at 6:07













    Here is the Comment referred to earlier in my last Comment. Problem in ./build_ubuntu.sh - stops within a minute (notable to include all log due to restrictions on this site: Qwt 6.x include dir not found CMake Error at cmake/FindQwt6.cmake:114 (MESSAGE): Could not find Qwt 6.x Call Stack (most recent call first): CMakeLists.txt:24 (find_package) -- Configuring incomplete, errors occurred! See also "/home/john/simonsource/build/CMakeFiles/CMakeOutput.log". See also "/home/john/simonsource/build/CMakeFiles/CMakeError.log".

    – John Rose
    Sep 1 '18 at 6:08





    Here is the Comment referred to earlier in my last Comment. Problem in ./build_ubuntu.sh - stops within a minute (notable to include all log due to restrictions on this site: Qwt 6.x include dir not found CMake Error at cmake/FindQwt6.cmake:114 (MESSAGE): Could not find Qwt 6.x Call Stack (most recent call first): CMakeLists.txt:24 (find_package) -- Configuring incomplete, errors occurred! See also "/home/john/simonsource/build/CMakeFiles/CMakeOutput.log". See also "/home/john/simonsource/build/CMakeFiles/CMakeError.log".

    – John Rose
    Sep 1 '18 at 6:08











    0















    git clone git://anongit.kde.org/simon simonsource



    sudo apt-get install cmake kdelibs-bin kdelibs5-dbg kdelibs5-dev



    sudo apt-get install libqwt-dev




    Add in file: simonsource/build/simonlib/simonactions/moc_actionmanager.cpp (last line)



    #include "../../../simonlib/simonactions/actionmanager.h" // behind this line:9
    #include <QHash> // add this line


    Save file and compile.




    cd simonsource



    ./build_ubuntu.sh







    share|improve this answer




























      0















      git clone git://anongit.kde.org/simon simonsource



      sudo apt-get install cmake kdelibs-bin kdelibs5-dbg kdelibs5-dev



      sudo apt-get install libqwt-dev




      Add in file: simonsource/build/simonlib/simonactions/moc_actionmanager.cpp (last line)



      #include "../../../simonlib/simonactions/actionmanager.h" // behind this line:9
      #include <QHash> // add this line


      Save file and compile.




      cd simonsource



      ./build_ubuntu.sh







      share|improve this answer


























        0












        0








        0








        git clone git://anongit.kde.org/simon simonsource



        sudo apt-get install cmake kdelibs-bin kdelibs5-dbg kdelibs5-dev



        sudo apt-get install libqwt-dev




        Add in file: simonsource/build/simonlib/simonactions/moc_actionmanager.cpp (last line)



        #include "../../../simonlib/simonactions/actionmanager.h" // behind this line:9
        #include <QHash> // add this line


        Save file and compile.




        cd simonsource



        ./build_ubuntu.sh







        share|improve this answer














        git clone git://anongit.kde.org/simon simonsource



        sudo apt-get install cmake kdelibs-bin kdelibs5-dbg kdelibs5-dev



        sudo apt-get install libqwt-dev




        Add in file: simonsource/build/simonlib/simonactions/moc_actionmanager.cpp (last line)



        #include "../../../simonlib/simonactions/actionmanager.h" // behind this line:9
        #include <QHash> // add this line


        Save file and compile.




        cd simonsource



        ./build_ubuntu.sh








        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 18 '18 at 14:24









        dreamondreamon

        1




        1






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1061857%2fi-would-like-to-install-simon-voice-recognition-software-on-ubunu-18-04%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

            is 'sed' thread safe

            How to make a Squid Proxy server?