Giter Club home page Giter Club logo

huakunyang / summerasr Goto Github PK

View Code? Open in Web Editor NEW
76.0 7.0 7.0 3.64 MB

SummerAsr 是一个基于C++的可独立编译且几乎没有额外依赖库的本地中文语音识别器。 Summer Asr is a Chinese automatic speech recognize project written with C++ that can be easily built standalone without any depencency.

CMake 2.36% C++ 81.39% C 6.12% Shell 0.17% HTML 0.13% Cuda 1.00% Fortran 8.62% XSLT 0.04% Python 0.08% JavaScript 0.05% CSS 0.04% Makefile 0.01%
asr speech-recognition nodependence standalone cplusplus

summerasr's People

Contributors

huakunyang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

summerasr's Issues

make error on windows

after enter mingw32-make , got following:

[  1%] Building CXX object CMakeFiles/asr_test.dir/src/am/am.cpp.obj
[  3%] Building CXX object CMakeFiles/asr_test.dir/src/asr/asr.cpp.obj
[  5%] Building CXX object CMakeFiles/asr_test.dir/src/decoder/ctc_beam_search_decoder.cpp.obj
E:\SummerAsr-master\src\decoder\ctc_beam_search_decoder.cpp:12:32: error: 'numeric_limits' is not a member of 'std'
   12 | const float NUM_FLT_INF = std::numeric_limits<float>::max();
      |                                ^~~~~~~~~~~~~~
E:\SummerAsr-master\src\decoder\ctc_beam_search_decoder.cpp:12:47: error: expected primary-expression before 'float'
   12 | const float NUM_FLT_INF = std::numeric_limits<float>::max();
      |                                               ^~~~~
E:\SummerAsr-master\src\decoder\ctc_beam_search_decoder.cpp:13:32: error: 'numeric_limits' is not a member of 'std'
   13 | const float NUM_FLT_MIN = std::numeric_limits<float>::min();
      |                                ^~~~~~~~~~~~~~
E:\SummerAsr-master\src\decoder\ctc_beam_search_decoder.cpp:13:47: error: expected primary-expression before 'float'
   13 | const float NUM_FLT_MIN = std::numeric_limits<float>::min();
      |                                               ^~~~~
E:\SummerAsr-master\src\decoder\ctc_beam_search_decoder.cpp: In function 'T log_sum_exp(const T&, const T&)':
E:\SummerAsr-master\src\decoder\ctc_beam_search_decoder.cpp:19:34: error: 'numeric_limits' is not a member of 'std'
   19 |         static T num_min = -std::numeric_limits<T>::max();
      |                                  ^~~~~~~~~~~~~~
E:\SummerAsr-master\src\decoder\ctc_beam_search_decoder.cpp:19:50: error: expected primary-expression before '>' token
   19 |         static T num_min = -std::numeric_limits<T>::max();
      |                                                  ^
E:\SummerAsr-master\src\decoder\ctc_beam_search_decoder.cpp:19:53: error: '::max' has not been declared; did you mean 'std::max'?
   19 |         static T num_min = -std::numeric_limits<T>::max();
      |                                                     ^~~
      |                                                     std::max
In file included from D:/TODO/mingw-w64/lib/gcc/x86_64-w64-mingw32/12.2.0/include/c++/algorithm:61,
                 from E:\SummerAsr-master\src\decoder\ctc_beam_search_decoder.cpp:4:
D:/TODO/mingw-w64/lib/gcc/x86_64-w64-mingw32/12.2.0/include/c++/bits/stl_algo.h:5756:5: note: 'std::max' declared here
 5756 |     max(initializer_list<_Tp> __l, _Compare __comp)
      |     ^~~
mingw32-make[2]: *** [CMakeFiles\asr_test.dir\build.make:111: CMakeFiles/asr_test.dir/src/decoder/ctc_beam_search_decoder.cpp.obj] Error 1
mingw32-make[1]: *** [CMakeFiles\Makefile2:95: CMakeFiles/asr_test.dir/all] Error 2
mingw32-make: *** [Makefile:103: all] Error 2

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.