Skip to content

Commit fb78371

Browse files
committed
Newwave
1 parent 8927a57 commit fb78371

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

paper/paper.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ rather than traditional methods for speech recognition
6262
applications [@variani2014deep; @hinton2012deep; @liu2015deep].
6363

6464
With 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
6666
their reproducibility due to commercial issues. Another great package is
6767
PyAudioAnalysis [@giannakopoulos2015pyaudioanalysis], which is a
6868
the comprehensive package developed in Python. However, the issue with
@@ -87,7 +87,7 @@ motivations behind SpeechPy package:
8787
SpeechPy has been developed to satisfy the aforementioned needs. It
8888
contains the most important preprocessing and post-processing operations
8989
and 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
9191
using for instant error check and validity of changes has been deployed
9292
for SpeechPy. Moreover, prior to the latest official release of
9393
SpeechPy, the package has successfully been utilized for research
@@ -99,7 +99,7 @@ purposes [@torfi20173d; @torfi2017text].
9999
SpeechPy has been developed using Python language for its interface and
100100
backed as well. An empirical study demonstrated that Python as a
101101
scripting 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
103103
often “better than Java and not much worse than C or
104104
C++” [@prechelt2000empirical]. We chose Python due to its simplicity and
105105
popularity. Third-party libraries are avoided except *Numpy* and *Scipy*
@@ -119,11 +119,11 @@ a library with a collection of sub-modules.
119119

120120
SpeechPy is constructed based on PEP 8 style guide for Python codes.
121121
Moreover, 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
123123
case of changing internal modules. The full documentation of the project
124124
will be generated in HTML and PDF format using Sphinx and is hosted
125125
online. 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

Comments
 (0)