<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Automatic speech recognition for Tunisian dialect</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>ANLP Research group</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>MIRACL Lab.</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>University of Sfax</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tunisia</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Le Mans University</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>France</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>ahmedbenltaief</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Tunisian dialect, ASR system</institution>
          ,
          <addr-line>HMM-GMM, HMM-DNN, Kaldi</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>Speech recognition for under-resourced languages represents an active field of research during the past decade. The tunisian arabic dialect has been chosen as a typical example for an under-resourced Arabic dialect. We propose, in this paper, our first steps to build an automatic speech recognition system for Tunisian dialect. Several Acoustic Models have been trained using HMM-GMM and HMM-DNN system. The speech corpus has been collected and transcribed from dialogues in the Tunisian Railway Transport Network. The HMM-DNN system can give an impressive relative reduction in WER.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>The remainder of this paper is organized as follows: section 2 introduces Tunisian
dialect. Section 3 presents the ASR and the different component of an ASR system. A
brief related works for MSA and dialect will be presented in section 4. In section 5, we
will present our differents models for building an ASR system for Tunisian dialect and
discussing the experimental results. Section 6 concludes this work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Tunisian Dialect</title>
      <p>
        Tunisian dialect is the spoken Arabic language in Tunisia. It is used in daily life and
emerged as as the language of communication online: social media, blogs, SMS, emails,
etc. It exists many regional varieties of Tunisian dialect and it differs from a region
to another. This varieties includes the Tunis dialect (Capital), Sahil dialect, Sfax
dialect, Northwestern Tunisian dialect, Southwestern Tunisian dialect, and Southeastern
Tunisian dialect [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
[
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] classified the Tunisian dialect into four classes. The first one includes words
derived from MSA roots with the application of MSA patterns. The second class gathers
Words derived from Tunisian dialect roots via the application of the derivation patterns
of MSA. The third class consists on applying TD specific patterns on words that are
derived from the MSA roots. The last class includes words which are derived from foreign
languages especially French and Italian.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Automatic Speech Recognition</title>
      <p>Automatic Speech Recognition (ASR) is a tehnologie that converts an audio signal to
text. Speech recognition software is now frequently installed in computers and mobile
devices, allowing for easy access and makes life easier.</p>
      <p>
        ASR has a wide range of applications like command recognition, dictation, interactive
voice response, learning foreign language [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], automatic query answering,
speech-totext transcription, etc. It can be also beneficial for handicapped people to interact with
society.
      </p>
      <p>
        Researchers on automatic speech recognition have several potential choices of
opensource toolkits for building a recognition system such as HTK [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], CMU Sphinx [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ],
Julius [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ],Kaldi [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], etc. General architecture of an ASR system that uses the
HMMbased approach is presented in figure 1.
      </p>
      <p>The waveforme audio given in the input is converted into a sequence of fixed size
acoustic vectors Y=y1,...,yn. The decoder tries then to find the sequence of words
W=w1,...,wn which is which is most likely to have generated Y.</p>
      <p>W^ =argwmax{P(Y|w)P(w)}</p>
      <p>P(Y|w) is determined by an acoustic model and P(w) is determined by a language
model.
3.1</p>
      <sec id="sec-3-1">
        <title>Feature extraction</title>
        <p>The first step in any ASR system is to extract features. It consists in identifying the
component of an audio signal that are useful for the recognition task and discarding all
the remaining useless information such as noise, emotion, etc.</p>
        <p>Mel Frequency Ceptral Coefficient (MFCC) is one of the common methods for feature
extraction. The signal is framed into 20-40 ms frames. The intuition underlying this
assumtion is that on short time scales the audio signal doesn’t change much and we
assume that the signal is enough stable. Afterwards, for each frame a vector of acoustic
parameter is extracted.
3.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Acoustic model</title>
        <p>Acoustic modeling represents the relationship between linguistic units of speech and
audio signals. An acoustic model is created by taking a large database of speech and
using special training algorithms to create statistical representations for each phoneme in
a language. These statistical representations are called Hidden Markov Models (HMM).
Each phoneme has its own HMM.</p>
        <p>A Hidden Markov Model (HMM) is a statistical model for representing probability
distributions over sequences of observations. A HMM consists of two stochastic processes,
an invisible process of hidden states and a visible process of observable events. HMMs
models are trained on data with the forward-backward or Baum-Welch algorithm.
In speech recognition, the speech recognizer tries to find the sequence of phonemes
(states) that gave rise to the actual uttered sound (observations).</p>
        <p>The HMM relies on the assumption that the probability of being in a state at time t
depends only on the state at time t-1. Formally:
P(zt|zt 1,zt 2, ...)=P(zt|zt 1)</p>
        <p>If the acoustic model is trained with sufficient number of speakers, it will be able to
represent the properties of new speakers. This model is called speaker-independent. If
the corpus includes the data of a specific speakers, such as a model trained with speakers
belonging to the same community, it is considered speaker-dependent.
3.3</p>
      </sec>
      <sec id="sec-3-3">
        <title>Pronunciation Dictionary</title>
        <p>The Pronunciation Dictionary (PD) or lexicons has an important role in the predictive
powers of ASR. It maps vocabulary words to sequence of phonemes which indicates
the pronunciation of each of these words. For example: hello H EH L OW.
Lexicon should cover all the words we need, otherwise the system will not be able to
recognize them. To fix this problem, we need a langage model (we will present it in
the next section); the system looks for the word both in the lexicon and in the language
model.
3.4</p>
      </sec>
      <sec id="sec-3-4">
        <title>Langage Model</title>
        <p>The Language Model (LM) is used to estimate the probability of a word given the word
sequence that has already been observed:</p>
        <p>P(wn|w1,w2,w3...wn 1)</p>
        <p>We distinguish two types of langage model: Grammar Based Language Models
(GBLM) and Probabilistic Language Models (PLM). The latter are currently dominate
the field of speech recognition because GBLM is not generally useful for large
vocabulary applications and it is so difficult to write a grammar with sufficient coverage.
N-gram models are the simplest kind of statistical language model. The basic idea is to
consider the structure of a corpus as the probability of different words occurring alone
or occurring in sequence.
3-gram are probably the most common ones used in ASR and represent a good balance
between complexity and robust estimation. In a 3-gram language model the probability
of a word given it’s predecessors is estimated by the probability given the previous two
words:</p>
        <p>P(wn|w1,w2,w3,w4,...wn-1) = P(wn|wn-2,wn-1)
3.5</p>
      </sec>
      <sec id="sec-3-5">
        <title>Speech decoder</title>
        <p>Speech decoder is one of the central parts of ASR system. Decoding calculates which
sequence of words is most likely to match best with speech given an acoustic and
langage models. The decoder listens for the distinct sounds spoken by a user and then looks
for a matching HMM in the Acoustic Model. If it is true, it keeps track of the matching
phonemes. Then, the decoder looks up the matching series of phonemes it finds in its
Pronunciation Dictionary to determine which word is spoken.
4</p>
        <p>
          Related works
[
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] proposed an enhanced ASR system for Arabic (MSA). The author used Kaldi toolkit
to build their system around. They trained different acoustic models using HMM-GMM
system with several techniques such as LDA+MLLT, SAT, fMLLR, and HMM-DNN
systems. Two corpora are used to train the acoustic model: Nemlar and NetDC
consisting of 63 hours of Standard Arabic news broadcasts. The langage model was trained also
with two corpora: GigaWord3 Arabic corpus and the acoustic training data
transcription. The former has 1,000 million word occurrences and the latter has 315K words. the
best result is obtained with DNN models achieving 14.42 of WER.
        </p>
        <p>
          [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] described their ASR system for MSA using kaldi toolkit. They built three
triphone models: a GMM-HMM, SGMM-HMM and DNN-HMM models. A
preprocessing phase was integrated which does autocorrection of the original text represented in
the normalization and the vowelization using MADA toolkit [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]. The dataset contains
two types of speech: 127 hours of broadcast conversations and 76 hours of broadcast
reports. The lexicon has 526K unique words, with 2M pronunciations, and The LM has
1.4M words.
        </p>
        <p>The experiments showed better results when using a normalized text than a raw or
normalized and vowelized text for the LM using the SGMM+bMMI AM. The best results
are obtained using SGMM+bMMI,DNN and DNN+MPE having respectively 30.73%,
29.81% and 26.95%.</p>
        <p>
          [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] proposed cross-lingual language approach for the development of a TV
broadcasts system for Qatari dialect.The ASR system is a GMM-HMM architecture based on
the speech recognition toolkit Kaldi [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ].
        </p>
        <p>Firstable, the Qatari LM was interpolated with the MSA-LM which is trained using the
LDC Gigaword corpus. this interpolation resulted in a vocabulary size of 265.7K words.
Thereby, a significantly decrease of out of vocablary (OOV) rate. Afterwards, a MSA
acoustic model is used to decode qatari speech data. A data pooling technique was used
after the previous step consisting on training an acoustic model using both qatari and
MSA data.</p>
        <p>Then, an acoustic aodel adaptation was applied using Maximum Likelihood Linear
Regression (MLLR) and Maximum APosteriori (MAP) re-estimation on the MSA model
using Qatari speech Data. A combination of different system was applied finally leading
on 21.3% and 28.9% relative WER reduction on QA development set and evaluation set
respectively. The MSA corpus consists of two speech resources: the NEMLAR
Broadcast News Speech Corpus which consists of about 40 hours of audio, and the NetDC
which has about 22.5 hours of Arabic Broadcast News Speech. The Qatari corpus
consists of 15 hours collected from different TV series and talk show programs.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Experiments</title>
      <p>
        We used Kaldi Recognition toolkit [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] to build our system. Kaldi has attracted speech
researchers, and it has been very actively developed over the past few years. Kaldi is
released under the Apache license v2.0, which is flexible and fairly open license. It
includes recipes for training ASR systems with many speech corpora which are available
and frequently updated with the latest techniques, such as Bottle-Neck Features (BNF),
Deep Neural Networks (DNN), etc.
5.1
      </p>
      <sec id="sec-4-1">
        <title>Dataset</title>
        <p>
          We used for our experiments the TARIC corpus (Tunisian Arabic Railway Interaction
Corpus) [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] which is a collection of audio recordings and transcriptions from dialogues
in the Tunisian Railway Transport Network. The TARIC corpus was manually
transcribed due to the absence of tools for automatic transcription for tunisian arabic. Then,
a normalization step was applied to obtain coherent data using a standard orthographies
described in [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ].
        </p>
        <p>Data #hours #vocablary
Train 8 Hours and 57 Minutes 3027
Dev 33 Minutes and 40 Seconds 612</p>
        <p>Test 43 Minutes and 14 Seconds 1009
Different models are trained using HMM-GMM and HMM-DNN systems during
acoustic model training. The first one was trained using MFCC, deltas and deltas-deltas
features. Linear Discriminant Analysis (LDA) and Maximum Likelihood Linear
Transform (MLLT) are applied to reduce dimensionality, which improves accuracy as well
as recognition speed. Speaker Adaptive Training (SAT) was introduced afterwards with
Feature-space MLLR (fMLLR).</p>
        <p>A Maximum Mutual Information (MMI) criterion is used also to give a high
discriminative ability to the system and thus MMI belongs to the so called "discriminative
training" category.</p>
        <p>Finally, we trained a DNN model on top of fMLLR features. The training is done in
three stages: RBM pre-training, frame cross-entropy training which has as objective to
classify frames to correct pdfs, and the sequence-training optimizing sMBR. The DNN
training was done using one GPU on a single machine.</p>
      </sec>
      <sec id="sec-4-2">
        <title>Langage Modeling</title>
        <p>Our LM was built using TARIC transcription. We have trained a 3-gram model given
the training corpus and the vocablary using SRILM toolkit. The given vocablary has
3211 unique words.
5.4</p>
      </sec>
      <sec id="sec-4-3">
        <title>Results</title>
        <p>In this paper, we present our work on establishing Kaldi recipes to build Tunisian speech
recognition system. Different Acoustic models have been trained using different
techniques in order to increase system performances. The best results are coming from the
training of DNN models, with an overall WER of 25% for dev set 36.8% for test. As a
future work, we will ameliorate this results by increasing our data set, and using
crosslingual approach to take benifit from the other langages.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Ali</surname>
            ,
            <given-names>A.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cardinal</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dehak</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vogel</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Glass</surname>
            ,
            <given-names>J.R.:</given-names>
          </string-name>
          <article-title>A complete KALDI recipe for building arabic speech recognition systems</article-title>
          .
          <source>In: 2014 IEEE Spoken Language Technology Workshop</source>
          , SLT 2014,
          <article-title>South Lake Tahoe</article-title>
          ,
          <string-name>
            <surname>NV</surname>
          </string-name>
          , USA, December 7-
          <issue>10</issue>
          ,
          <year>2014</year>
          . pp.
          <fpage>525</fpage>
          -
          <lpage>529</lpage>
          . IEEE (
          <year>2014</year>
          ), https://doi.org/10.1109/SLT.
          <year>2014</year>
          .7078629
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Elmahdy</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hasegawa-Johnson</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mustafawi</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          :
          <article-title>Development of a tv broadcasts speech recognition system for qatari arabic</article-title>
          . In: Chair),
          <string-name>
            <given-names>N.C.C.</given-names>
            ,
            <surname>Choukri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Declerck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Loftsson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Maegaard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Mariani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Moreno</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Odijk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Piperidis</surname>
          </string-name>
          , S. (eds.)
          <source>Proceedings of the Ninth International Conference on Language Resources and Evaluation (LREC'14)</source>
          .
          <source>European Language Resources Association (ELRA)</source>
          , Reykjavik, Iceland (may
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Gibson</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          : Dialect Contact in Tunisian Arabic: Sociolinguistic and
          <string-name>
            <given-names>Structural</given-names>
            <surname>Aspects</surname>
          </string-name>
          . University of Reading (
          <year>1999</year>
          ), https://books.google.fr/books?id= iFO9GwAACAAJ
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Habash</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rambow</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Roth</surname>
          </string-name>
          , R.:
          <article-title>Mada+tokan: A toolkit for arabic tokenization, diacritization, morphological disambiguation, pos tagging, stemming and lemmatization (</article-title>
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kawahara</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shikano</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Julius - an open source realtime large vocabulary recognition engine</article-title>
          .
          <source>In: in EUROSPEECH</source>
          . pp.
          <fpage>1691</fpage>
          -
          <lpage>1694</lpage>
          (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>K.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hon</surname>
            ,
            <given-names>H.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reddy</surname>
            ,
            <given-names>R.:</given-names>
          </string-name>
          <article-title>An overview of the sphinx speech recognition system</article-title>
          .
          <source>IEEE Trans. Acoustics, Speech, and Signal Processing</source>
          <volume>38</volume>
          (
          <issue>1</issue>
          ),
          <fpage>35</fpage>
          -
          <lpage>45</lpage>
          (
          <year>1990</year>
          ), http://dblp. uni-trier.de/db/journals/tsp/tsp38.html#LeeHR90
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Masmoudi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Khmekhem</surname>
            ,
            <given-names>M.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Estève</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Belguith</surname>
            ,
            <given-names>L.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Habash</surname>
          </string-name>
          , N.:
          <article-title>A corpus and phonetic dictionary for tunisian arabic speech recognition</article-title>
          . In: Calzolari,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Choukri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Declerck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Loftsson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Maegaard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Mariani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Moreno</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Odijk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Piperidis</surname>
          </string-name>
          , S. (eds.)
          <source>Proceedings of the Ninth International Conference on Language Resources and Evaluation</source>
          ,
          <string-name>
            <surname>LREC</surname>
          </string-name>
          <year>2014</year>
          , Reykjavik, Iceland, May
          <volume>26</volume>
          -31,
          <year>2014</year>
          . pp.
          <fpage>306</fpage>
          -
          <lpage>310</lpage>
          . European Language Resources Association (ELRA) (
          <year>2014</year>
          ), http://www.lrec-conf.org/ proceedings/lrec2014/summaries/454.html
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Menacer</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mella</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fohr</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jouvet</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Langlois</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smaili</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>An enhanced automatic speech recognition system for arabic</article-title>
          .
          <source>In: Proceedings of the Third Arabic Natural Language Processing Workshop</source>
          . pp.
          <fpage>157</fpage>
          -
          <lpage>165</lpage>
          . Association for Computational Linguistics, Valencia,
          <source>Spain (April</source>
          <year>2017</year>
          ), http://www.aclweb.org/anthology/W17-1319
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Povey</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ghoshal</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boulianne</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Burget</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Glembek</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goel</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hannemann</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Motlicek</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Qian</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schwarz</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Silovsky</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stemmer</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vesely</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>The Kaldi Speech Recognition Toolkit</article-title>
          .
          <source>In: IEEE 2011 Workshop on Automatic Speech Recognition and Understanding. IEEE Signal Processing Society</source>
          (
          <year>2011</year>
          ), http://publications.idiap.ch/index.php/publications/ showcite/Povey_Idiap-RR-04
          <article-title>-2012</article-title>
          , iEEE Catalog No.:
          <fpage>CFP11SRW</fpage>
          -USB
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Satori</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Harti</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chenfour</surname>
          </string-name>
          , N.:
          <article-title>Introduction to arabic speech recognition using cmusphinx system</article-title>
          .
          <source>CoRR abs/0704</source>
          .
          <year>2083</year>
          (
          <year>2007</year>
          ), http://arxiv.org/abs/0704.2083
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Young</surname>
            ,
            <given-names>S.J.:</given-names>
          </string-name>
          <article-title>The HTK Hidden Markov model ToolKit: Design and philosophy</article-title>
          . Entropic Cambridge Research Laboratory, Ltd
          <volume>2</volume>
          ,
          <fpage>2</fpage>
          -
          <lpage>44</lpage>
          (
          <year>1994</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Zribi</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boujelbane</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Masmoudi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ellouze</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Belguith</surname>
            ,
            <given-names>L.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Habash</surname>
          </string-name>
          , N.:
          <article-title>A conventional orthography for tunisian arabic</article-title>
          .
          <source>In: Proceedings of the Ninth International Conference on Language Resources and Evaluation</source>
          ,
          <string-name>
            <surname>LREC</surname>
          </string-name>
          <year>2014</year>
          , Reykjavik, Iceland, May
          <volume>26</volume>
          -31,
          <year>2014</year>
          . pp.
          <fpage>2355</fpage>
          -
          <lpage>2361</lpage>
          (
          <year>2014</year>
          ), http://www.lrec-conf.org/proceedings/ lrec2014/summaries/219.html
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Zribi</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Khemakhem</surname>
            ,
            <given-names>M.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Belguith</surname>
            ,
            <given-names>L.H.</given-names>
          </string-name>
          :
          <article-title>Morphological analysis of tunisian dialect</article-title>
          .
          <source>In: Sixth International Joint Conference on Natural Language Processing, IJCNLP</source>
          <year>2013</year>
          , Nagoya, Japan,
          <source>October 14-18</source>
          ,
          <year>2013</year>
          . pp.
          <fpage>992</fpage>
          -
          <lpage>996</lpage>
          .
          <article-title>Asian Federation of Natural Language Processing / ACL (</article-title>
          <year>2013</year>
          ), http://aclweb.org/anthology/I/I13/I13-1133. pdf
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>