@@ -62,7 +62,7 @@ rather than traditional methods for speech recognition
6262applications [ @variani2014deep ; @hinton2012deep ; @liu2015deep ] .
6363
6464With the availability of free software for speech recognition such as
65- VOICEBOX[ ^ 1 ] , most of these softwares are Matlab-based which limits
65+ VOICEBOX, most of these softwares are Matlab-based which limits
6666their reproducibility due to commercial issues. Another great package is
6767PyAudioAnalysis [ @giannakopoulos2015pyaudioanalysis ] , which is a
6868the comprehensive package developed in Python. However, the issue with
@@ -87,7 +87,7 @@ motivations behind SpeechPy package:
8787SpeechPy has been developed to satisfy the aforementioned needs. It
8888contains the most important preprocessing and post-processing operations
8989and a selection of frequently used speech features. The package is free
90- and released as an open source software[ ^ 2 ] . Continuous integration
90+ and released as an open source software. Continuous integration
9191using for instant error check and validity of changes has been deployed
9292for SpeechPy. Moreover, prior to the latest official release of
9393SpeechPy, the package has successfully been utilized for research
@@ -99,7 +99,7 @@ purposes [@torfi20173d; @torfi2017text].
9999SpeechPy has been developed using Python language for its interface and
100100backed as well. An empirical study demonstrated that Python as a
101101scripting language, is more effective and productive than conventional
102- languages[ ^ 3 ] for some programming problems and memory consumption is
102+ languages for some programming problems and memory consumption is
103103often “better than Java and not much worse than C or
104104C++” [ @prechelt2000empirical ] . We chose Python due to its simplicity and
105105popularity. Third-party libraries are avoided except * Numpy* and * Scipy*
@@ -119,11 +119,11 @@ a library with a collection of sub-modules.
119119
120120SpeechPy is constructed based on PEP 8 style guide for Python codes.
121121Moreover, it is extensively documented using the formatted docstrings
122- and Sphinx[ ^ 4 ] for further automatic modifications to the document in
122+ and Sphinx for further automatic modifications to the document in
123123case of changing internal modules. The full documentation of the project
124124will be generated in HTML and PDF format using Sphinx and is hosted
125125online. The official releases of the project are hosted on the Zenodo as
126- well[ ^ 5 ] [ @torfispeechpy ] .
126+ well [ @torfispeechpy ] .
127127
128128![ A general view of the package] ( _imgs/packageview.png )
129129
0 commit comments