marytts / voice-dfki-ot

A male Turkish unit selection voice
Other
1 stars 2 forks source link

Execution failed for task ':generateHalfPhoneFeatureDefinitionFile'. #6

Closed elnursamedzade closed 4 years ago

elnursamedzade commented 4 years ago

Hello there. I came again :) How do I create a new lab file? Can you suggest any tutorial to me? There are some errors in Voice-dfki-ot sound. Some letters don't sound right. Everything is fine in the txt file. I had to make changes to the lab file, but when I make the letter change in the lab file, I get the following error:

elka@DESKTOP-LCA50BE:~$ cd voice-dfki-ot-upgrade-voicebuilding-plugin
elka@DESKTOP-LCA50BE:~/voice-dfki-ot-upgrade-voicebuilding-plugin$ ./gradlew build
Starting a Gradle Daemon, 1 busy and 1 incompatible and 2 stopped Daemons could not be reused, use --status for details

> Task :wav
/usr/bin/sox /home/elka/voice-dfki-ot-upgrade-voicebuilding-plugin/wav/ot0003.wav /home/elka/voice-dfki-ot-upgrade-voicebuilding-plugin/build/wav/ot0003.wav rate 16000
/usr/bin/sox /home/elka/voice-dfki-ot-upgrade-voicebuilding-plugin/wav/ot0001.wav /home/elka/voice-dfki-ot-upgrade-voicebuilding-plugin/build/wav/ot0001.wav rate 16000
/usr/bin/sox /home/elka/voice-dfki-ot-upgrade-voicebuilding-plugin/wav/ot0002.wav /home/elka/voice-dfki-ot-upgrade-voicebuilding-plugin/build/wav/ot0002.wav rate 16000
/usr/bin/sox /home/elka/voice-dfki-ot-upgrade-voicebuilding-plugin/wav/ot0004.wav /home/elka/voice-dfki-ot-upgrade-voicebuilding-plugin/build/wav/ot0004.wav rate 16000
/usr/bin/sox /home/elka/voice-dfki-ot-upgrade-voicebuilding-plugin/wav/ot0005.wav /home/elka/voice-dfki-ot-upgrade-voicebuilding-plugin/build/wav/ot0005.wav rate 16000

> Task :featureLister
INFO  FeatureLister: locale = tr
INFO  FeatureLister: Reflection failed: java.lang.ClassNotFoundException: marytts.language.tr.features.FeatureProcessorManager
INFO  FeatureLister: Reflection failed: java.lang.ClassNotFoundException: marytts.language.tr.features.FeatureProcessorManager
INFO  FeatureLister: Instantiated generic FeatureProcessorManager for locale tr
INFO  FeatureLister: Wrote to /home/elka/voice-dfki-ot-upgrade-voicebuilding-plugin/build/mary/features.txt

> Task :generateAllophones
INFO  main: Mary starting up...
INFO  main: Specification version 5.2
INFO  main: Implementation version unknown
INFO  main: Running on a Java 1.8.0_252 implementation by Private Build, on a Linux platform (amd64, 4.4.0-18362-Microsoft)
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.JPhonemiser(tr.)'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.MinimalisticPosTagger(tr,tr.)'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.Synthesis'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.TextToMaryXML'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.SableParser'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.SSMLParser'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.APMLParser'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.EmotionmlParser'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.JTokeniser'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.DummyTokens2Words'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.ProsodyGeneric'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.PronunciationModel'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.TargetFeatureLister'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.HalfPhoneTargetFeatureLister'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.AcousticModeller'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.RealisedAcoustparamsExtractor'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.RealisedDurationsExtractor'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.HTSEngine'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.PraatTextGridGenerator'
INFO  JPhonemiser: Module started (PARTSOFSPEECH->PHONEMES, locale tr).
INFO  JPhonemiser: Starting power-on self test.
INFO  JPhonemiser: Power-on self test complete.
INFO  OpenNLPPosTagger: Module started (WORDS->PARTSOFSPEECH, locale tr).
INFO  OpenNLPPosTagger: Starting power-on self test.
INFO  OpenNLPPosTagger: Power-on self test complete.
INFO  UnitSelectionSynthesizer: started.
INFO  TargetFeatureLister: Module started (ACOUSTPARAMS->TARGETFEATURES, locale null).
INFO  HTSEngine: Module started (TARGETFEATURES->AUDIO, locale null).
INFO  HMMSynthesizer: started.
INFO  Synthesis: Module started (ACOUSTPARAMS->AUDIO, locale null).
INFO  HMMSynthesizer: Starting power-on self test.
INFO  TextToMaryXML: Module started (TEXT->RAWMARYXML, locale null).
INFO  TextToMaryXML: Starting power-on self test.
WARN  TextToMaryXML: Locale is null, overriding with en
WARN  TextToMaryXML: Locale is null, overriding with en
INFO  TextToMaryXML: Power-on self test complete.
INFO  SableParser: Module started (SABLE->RAWMARYXML, locale null).
INFO  SableParser: Starting power-on self test.
INFO  SableParser: Power-on self test complete.
INFO  SSMLParser: Module started (SSML->RAWMARYXML, locale null).
INFO  SSMLParser: Starting power-on self test.
INFO  SSMLParser: Power-on self test complete.
INFO  APMLParser: Module started (APML->RAWMARYXML, locale null).
INFO  APMLParser: Starting power-on self test.
INFO  APMLParser: Power-on self test complete.
INFO  EmotionmlParser: Module started (EMOTIONML->RAWMARYXML, locale null).
INFO  EmotionmlParser: Starting power-on self test.
INFO  EmotionmlParser: Power-on self test complete.
INFO  JTokeniser: Module started (RAWMARYXML->TOKENS, locale null).
INFO  JTok: loading language resources for en from jtok/en
INFO  JTokeniser: Starting power-on self test.
INFO  JTokeniser: Power-on self test complete.
INFO  DummyTokens2Words: Module started (TOKENS->WORDS, locale null).
INFO  DummyTokens2Words: Starting power-on self test.
INFO  DummyTokens2Words: Power-on self test complete.
INFO  Prosody: Module started (PHONEMES->INTONATION, locale null).
INFO  Prosody: Starting power-on self test.
INFO  Prosody: Power-on self test complete.
INFO  PronunciationModel: Module started (INTONATION->ALLOPHONES, locale null).
INFO  PronunciationModel: Starting power-on self test.
INFO  PronunciationModel: Power-on self test complete.
INFO  TargetFeatureLister: Starting power-on self test.
INFO  TargetFeatureLister: Power-on self test complete.
INFO  TargetFeatureLister: Module started (ACOUSTPARAMS->HALFPHONE_TARGETFEATURES, locale null).
INFO  TargetFeatureLister: Starting power-on self test.
INFO  TargetFeatureLister: Power-on self test complete.
INFO  AcousticModeller: Module started (ALLOPHONES->ACOUSTPARAMS, locale null).
INFO  AcousticModeller: Starting power-on self test.
INFO  AcousticModeller: Power-on self test complete.
INFO  Realised acoustparams extractor: Module started (AUDIO->REALISED_ACOUSTPARAMS, locale null).
INFO  Realised acoustparams extractor: Starting power-on self test.
INFO  Realised acoustparams extractor: Power-on self test complete.
INFO  Realised durations extractor: Module started (AUDIO->REALISED_DURATIONS, locale null).
INFO  Realised durations extractor: Starting power-on self test.
INFO  Realised durations extractor: Power-on self test complete.
INFO  Praat TextGrid generator: Module started (REALISED_ACOUSTPARAMS->PRAAT_TEXTGRID, locale null).
INFO  Praat TextGrid generator: Starting power-on self test.
INFO  Praat TextGrid generator: Power-on self test complete.
INFO  main: Startup complete.
INFO  R 1: New request (input type "TEXT", output type "ALLOPHONES)
INFO  R 1: Handling request using the following modules:
INFO  R 1: - TextToMaryXML (marytts.modules.TextToMaryXML)
INFO  R 1: Next module: TextToMaryXML
INFO  R 1: Handling request using the following modules:
INFO  R 1: - JTokeniser (marytts.modules.JTokeniser)
INFO  R 1: - DummyTokens2Words (marytts.modules.DummyTokens2Words)
INFO  R 1: - OpenNLPPosTagger (marytts.modules.MinimalisticPosTagger)
INFO  R 1: - JPhonemiser (marytts.modules.JPhonemiser)
INFO  R 1: - Prosody (marytts.modules.ProsodyGeneric)
INFO  R 1: - PronunciationModel (marytts.modules.PronunciationModel)
INFO  R 1: Next module: JTokeniser
INFO  R 1: Next module: DummyTokens2Words
INFO  R 1: Next module: OpenNLPPosTagger
INFO  R 1: Next module: JPhonemiser
INFO  R 1: Next module: Prosody
INFO  R 1: Next module: PronunciationModel
INFO  R 1: Request processed in 73 ms.
INFO  R 1:    TextToMaryXML took 0 ms
INFO  R 1:    JTokeniser took 8 ms
INFO  R 1:    DummyTokens2Words took 0 ms
INFO  R 1:    OpenNLPPosTagger took 1 ms
INFO  R 1:    JPhonemiser took 35 ms
INFO  R 1:    Prosody took 13 ms
INFO  R 1:    PronunciationModel took 7 ms
INFO  BatchProcessor: Wrote to /home/elka/voice-dfki-ot-upgrade-voicebuilding-plugin/build/prompt_allophones/ot0001.xml
INFO  R 1: New request (input type "TEXT", output type "ALLOPHONES)
INFO  R 1: Handling request using the following modules:
INFO  R 1: - TextToMaryXML (marytts.modules.TextToMaryXML)
INFO  R 1: Next module: TextToMaryXML
INFO  R 1: Handling request using the following modules:
INFO  R 1: - JTokeniser (marytts.modules.JTokeniser)
INFO  R 1: - DummyTokens2Words (marytts.modules.DummyTokens2Words)
INFO  R 1: - OpenNLPPosTagger (marytts.modules.MinimalisticPosTagger)
INFO  R 1: - JPhonemiser (marytts.modules.JPhonemiser)
INFO  R 1: - Prosody (marytts.modules.ProsodyGeneric)
INFO  R 1: - PronunciationModel (marytts.modules.PronunciationModel)
INFO  R 1: Next module: JTokeniser
INFO  R 1: Next module: DummyTokens2Words
INFO  R 1: Next module: OpenNLPPosTagger
INFO  R 1: Next module: JPhonemiser
INFO  R 1: Next module: Prosody
INFO  R 1: Next module: PronunciationModel
INFO  R 1: Request processed in 14 ms.
INFO  R 1:    TextToMaryXML took 1 ms
INFO  R 1:    JTokeniser took 1 ms
INFO  R 1:    DummyTokens2Words took 0 ms
INFO  R 1:    OpenNLPPosTagger took 1 ms
INFO  R 1:    JPhonemiser took 5 ms
INFO  R 1:    Prosody took 2 ms
INFO  R 1:    PronunciationModel took 2 ms
INFO  BatchProcessor: Wrote to /home/elka/voice-dfki-ot-upgrade-voicebuilding-plugin/build/prompt_allophones/ot0002.xml
INFO  R 1: New request (input type "TEXT", output type "ALLOPHONES)
INFO  R 1: Handling request using the following modules:
INFO  R 1: - TextToMaryXML (marytts.modules.TextToMaryXML)
INFO  R 1: Next module: TextToMaryXML
INFO  R 1: Handling request using the following modules:
INFO  R 1: - JTokeniser (marytts.modules.JTokeniser)
INFO  R 1: - DummyTokens2Words (marytts.modules.DummyTokens2Words)
INFO  R 1: - OpenNLPPosTagger (marytts.modules.MinimalisticPosTagger)
INFO  R 1: - JPhonemiser (marytts.modules.JPhonemiser)
INFO  R 1: - Prosody (marytts.modules.ProsodyGeneric)
INFO  R 1: - PronunciationModel (marytts.modules.PronunciationModel)
INFO  R 1: Next module: JTokeniser
INFO  R 1: Next module: DummyTokens2Words
INFO  R 1: Next module: OpenNLPPosTagger
INFO  R 1: Next module: JPhonemiser
INFO  R 1: Next module: Prosody
INFO  R 1: Next module: PronunciationModel
INFO  R 1: Request processed in 12 ms.
INFO  R 1:    TextToMaryXML took 1 ms
INFO  R 1:    JTokeniser took 2 ms
INFO  R 1:    DummyTokens2Words took 0 ms
INFO  R 1:    OpenNLPPosTagger took 0 ms
INFO  R 1:    JPhonemiser took 4 ms
INFO  R 1:    Prosody took 3 ms
INFO  R 1:    PronunciationModel took 1 ms
INFO  BatchProcessor: Wrote to /home/elka/voice-dfki-ot-upgrade-voicebuilding-plugin/build/prompt_allophones/ot0003.xml
INFO  R 1: New request (input type "TEXT", output type "ALLOPHONES)
INFO  R 1: Handling request using the following modules:
INFO  R 1: - TextToMaryXML (marytts.modules.TextToMaryXML)
INFO  R 1: Next module: TextToMaryXML
INFO  R 1: Handling request using the following modules:
INFO  R 1: - JTokeniser (marytts.modules.JTokeniser)
INFO  R 1: - DummyTokens2Words (marytts.modules.DummyTokens2Words)
INFO  R 1: - OpenNLPPosTagger (marytts.modules.MinimalisticPosTagger)
INFO  R 1: - JPhonemiser (marytts.modules.JPhonemiser)
INFO  R 1: - Prosody (marytts.modules.ProsodyGeneric)
INFO  R 1: - PronunciationModel (marytts.modules.PronunciationModel)
INFO  R 1: Next module: JTokeniser
INFO  R 1: Next module: DummyTokens2Words
INFO  R 1: Next module: OpenNLPPosTagger
INFO  R 1: Next module: JPhonemiser
INFO  R 1: Next module: Prosody
INFO  R 1: Next module: PronunciationModel
INFO  R 1: Request processed in 9 ms.
INFO  R 1:    TextToMaryXML took 0 ms
INFO  R 1:    JTokeniser took 0 ms
INFO  R 1:    DummyTokens2Words took 0 ms
INFO  R 1:    OpenNLPPosTagger took 1 ms
INFO  R 1:    JPhonemiser took 3 ms
INFO  R 1:    Prosody took 2 ms
INFO  R 1:    PronunciationModel took 0 ms
INFO  BatchProcessor: Wrote to /home/elka/voice-dfki-ot-upgrade-voicebuilding-plugin/build/prompt_allophones/ot0004.xml
INFO  R 1: New request (input type "TEXT", output type "ALLOPHONES)
INFO  R 1: Handling request using the following modules:
INFO  R 1: - TextToMaryXML (marytts.modules.TextToMaryXML)
INFO  R 1: Next module: TextToMaryXML
INFO  R 1: Handling request using the following modules:
INFO  R 1: - JTokeniser (marytts.modules.JTokeniser)
INFO  R 1: - DummyTokens2Words (marytts.modules.DummyTokens2Words)
INFO  R 1: - OpenNLPPosTagger (marytts.modules.MinimalisticPosTagger)
INFO  R 1: - JPhonemiser (marytts.modules.JPhonemiser)
INFO  R 1: - Prosody (marytts.modules.ProsodyGeneric)
INFO  R 1: - PronunciationModel (marytts.modules.PronunciationModel)
INFO  R 1: Next module: JTokeniser
INFO  R 1: Next module: DummyTokens2Words
INFO  R 1: Next module: OpenNLPPosTagger
INFO  R 1: Next module: JPhonemiser
INFO  R 1: Next module: Prosody
INFO  R 1: Next module: PronunciationModel
INFO  R 1: Request processed in 6 ms.
INFO  R 1:    TextToMaryXML took 0 ms
INFO  R 1:    JTokeniser took 1 ms
INFO  R 1:    DummyTokens2Words took 0 ms
INFO  R 1:    OpenNLPPosTagger took 0 ms
INFO  R 1:    JPhonemiser took 2 ms
INFO  R 1:    Prosody took 1 ms
INFO  R 1:    PronunciationModel took 1 ms
INFO  BatchProcessor: Wrote to /home/elka/voice-dfki-ot-upgrade-voicebuilding-plugin/build/prompt_allophones/ot0005.xml
INFO  main: Shutting down modules...
INFO  JPhonemiser: Module shut down.
INFO  OpenNLPPosTagger: Module shut down.
INFO  Synthesis: Module shut down.
INFO  TextToMaryXML: Module shut down.
INFO  SableParser: Module shut down.
INFO  SSMLParser: Module shut down.
INFO  APMLParser: Module shut down.
INFO  EmotionmlParser: Module shut down.
INFO  JTokeniser: Module shut down.
INFO  DummyTokens2Words: Module shut down.
INFO  Prosody: Module shut down.
INFO  PronunciationModel: Module shut down.
INFO  TargetFeatureLister: Module shut down.
INFO  TargetFeatureLister: Module shut down.
INFO  AcousticModeller: Module shut down.
INFO  Realised acoustparams extractor: Module shut down.
INFO  Realised durations extractor: Module shut down.
INFO  HTSEngine: Module shut down.
INFO  Praat TextGrid generator: Module shut down.
INFO  main: Shutdown complete.

> Task :alignLabelsWithPrompts
No allophone set -- cannot use intelligent distance metrics
Orig   : _|a|v|r|u|p|a|l|@|l|a|r|_|o|k|Z|a|n|u|s|Z|a|n|@|n|_|tS|e|S|I|t|l|I|_|k|@|s|@|m|l|a|r|@|n|@|_|s|I|Z|a|s|I|_|b|a|k|@|m|d|a|n|_|k|o|n|t|r|o|l|_|e|t|m|e|k|l|e|_|Z|e|t|I|n|m|e|Z|e|r|e|k|_|I|k|l|I|m|I|_|e|l|v|e|r|I|S|l|I|_|t|o|p|r|a|k|l|a|r|a|_|Z|e|r|l|e|S|t|I|l|e|r|_
Correct: _|a|v|r|u|p|a|l|ı|l|a|r|o|k|y|a|n|u|s|y|a|n|ı|n|ç|e|ş|i|t|l|i|k|ı|s|ı|m|l|a|r|ı|n|ı|s|i|y|a|s|i|b|a|k|ı|m|d|a|n|k|o|n|t|r|o|l|e|t|m|e|k|l|e|y|e|t|i|n|m|e|y|e|r|e|k|i|k|l|i|m|i|e|l|v|e|r|i|ş|l|i|t|o|p|r|a|k|l|a|r|a|y|e|r|l|e|ş|t|i|l|e|r|_
Alignments:  _ # a # v # r # u # p # a # l # ı # l # a # r # # o # k # y # a # n # u # s # y # a # n # ı # n # # ç # e # ş # i # t # l # i # # k # ı # s # ı # m # l # a # r # ı # n # ı # # s # i # y # a # s # i # # b # a # k # ı # m # d # a # n # # k # o # n # t # r # o # l # # e # t # m # e # k # l # e # # y # e # t # i # n # m # e # y # e # r # e # k # # i # k # l # i # m # i # # e # l # v # e # r # i # ş # l # i # # t # o # p # r # a # k # l # a # r # a # # y # e # r # l # e # ş # t # i # l # e # r # _
  inserted boundary in xml
Ph = a, align =  a
Ph = v, align =  v
Ph = r, align =  r
Ph = u, align =  u
Ph = p, align =  p
Ph = a, align =  a
Ph = l, align =  l
Ph = @, align =  ı
Ph = l, align =  l
Ph = a, align =  a
Ph = r, align =  r
Boundary, align =
  deleted boundary from xml
Ph = o, align =  o
Ph = k, align =  k
Ph = Z, align =  y
Ph = a, align =  a
Ph = n, align =  n
Ph = u, align =  u
Ph = s, align =  s
Ph = Z, align =  y
Ph = a, align =  a
Ph = n, align =  n
Ph = @, align =  ı
Ph = n, align =  n
Ph = tS, align =  ç
Ph = e, align =  e
Ph = S, align =  ş
Ph = I, align =  i
Ph = t, align =  t
Ph = l, align =  l
Ph = I, align =  i
Ph = k, align =  k
Ph = @, align =  ı
Ph = s, align =  s
Ph = @, align =  ı
Ph = m, align =  m
Ph = l, align =  l
Ph = a, align =  a
Ph = r, align =  r
Ph = @, align =  ı
Ph = n, align =  n
Ph = @, align =  ı
Ph = s, align =  s
Ph = I, align =  i
Ph = Z, align =  y
Ph = a, align =  a
Ph = s, align =  s
Ph = I, align =  i
Ph = b, align =  b
Ph = a, align =  a
Ph = k, align =  k
Ph = @, align =  ı
Ph = m, align =  m
Ph = d, align =  d
Ph = a, align =  a
Ph = n, align =  n
Ph = k, align =  k
Ph = o, align =  o
Ph = n, align =  n
Ph = t, align =  t
Ph = r, align =  r
Ph = o, align =  o
Ph = l, align =  l
Ph = e, align =  e
Ph = t, align =  t
Ph = m, align =  m
Ph = e, align =  e
Ph = k, align =  k
Ph = l, align =  l
Ph = e, align =  e
Ph = Z, align =  y
Ph = e, align =  e
Ph = t, align =  t
Ph = I, align =  i
Ph = n, align =  n
Ph = m, align =  m
Ph = e, align =  e
Ph = Z, align =  y
Ph = e, align =  e
Ph = r, align =  r
Ph = e, align =  e
Ph = k, align =  k
Ph = I, align =  i
Ph = k, align =  k
Ph = l, align =  l
Ph = I, align =  i
Ph = m, align =  m
Ph = I, align =  i
Ph = e, align =  e
Ph = l, align =  l
Ph = v, align =  v
Ph = e, align =  e
Ph = r, align =  r
Ph = I, align =  i
Ph = S, align =  ş
Ph = l, align =  l
Ph = I, align =  i
Ph = t, align =  t
Ph = o, align =  o
Ph = p, align =  p
Ph = r, align =  r
Ph = a, align =  a
Ph = k, align =  k
Ph = l, align =  l
Ph = a, align =  a
Ph = r, align =  r
Ph = a, align =  a
Ph = Z, align =  y
Ph = e, align =  e
Ph = r, align =  r
Ph = l, align =  l
Ph = e, align =  e
Ph = S, align =  ş
Ph = t, align =  t
Ph = I, align =  i
Ph = l, align =  l
Ph = e, align =  e
Ph = r, align =  r
Boundary, align =  _
Orig   : _|o|_|z|a|m|a|n|_|g|I|d|I|n|_|S|u|_|g|@'|r|Z|n|e|n|_|g|@'|k|tS|a|m|l|a|r|@|n|_|a|l|t|@|n|a|_|k|o|n|u|n|_|d|I|Z|o|r|_
Correct: _|o|z|a|m|a|n|g|i|d|i|n|ş|u|g|ö|r|ü|n|e|n|g|ö|k|ç|a|m|l|a|r|ı|n|a|l|t|ı|n|a|k|o|n|u|n|d|i|y|o|r|_
Alignments:  _ # o # # z # a # m # a # n # # g # i # d # i # n # # ş # u # # g # ö # r # ü # n # e # n # # g # ö # k # ç # a # m # l # a # r # ı # n # # a # l # t # ı # n # a # # k # o # n # u # n # # d # i # y # o # r # _
  inserted boundary in xml
Ph = o, align =  o
Ph = z, align =  z
Ph = a, align =  a
Ph = m, align =  m
Ph = a, align =  a
Ph = n, align =  n
Ph = g, align =  g
Ph = I, align =  i
Ph = d, align =  d
Ph = I, align =  i
Ph = n, align =  n
Ph = S, align =  ş
Ph = u, align =  u
Ph = g, align =  g
Ph = @', align =  ö
Ph = r, align =  r
Ph = Z, align =  ü
Ph = n, align =  n
Ph = e, align =  e
Ph = n, align =  n
Ph = g, align =  g
Ph = @', align =  ö
Ph = k, align =  k
Ph = tS, align =  ç
Ph = a, align =  a
Ph = m, align =  m
Ph = l, align =  l
Ph = a, align =  a
Ph = r, align =  r
Ph = @, align =  ı
Ph = n, align =  n
Ph = a, align =  a
Ph = l, align =  l
Ph = t, align =  t
Ph = @, align =  ı
Ph = n, align =  n
Ph = a, align =  a
Ph = k, align =  k
Ph = o, align =  o
Ph = n, align =  n
Ph = u, align =  u
Ph = n, align =  n
Ph = d, align =  d
Ph = I, align =  i
Ph = Z, align =  y
Ph = o, align =  o
Ph = r, align =  r
Boundary, align =  _
Orig   : _|s|u|_|k|e|m|e|r|I|_|k|u|r|u|k|@'|p|r|Z|_|b|e|l|d|e|s|I|n|I|n|_|g|I|r|I|S|I|n|d|e|_|Z|e|r|_|a|l|m|a|k|t|a|d|@|r|_
Correct: _|s|u|k|e|m|e|r|i|k|u|r|u|k|ö|p|r|ü|b|e|l|d|e|s|i|n|i|n|g|i|r|i|ş|i|n|d|e|y|e|r|a|l|m|a|k|t|a|d|ı|r|_
Alignments:  _ # s # u # # k # e # m # e # r # i # # k # u # r # u # k # ö # p # r # ü # # b # e # l # d # e # s # i # n # i # n # # g # i # r # i # ş # i # n # d # e # # y # e # r # # a # l # m # a # k # t # a # d # ı # r # _
  inserted boundary in xml
Ph = s, align =  s
Ph = u, align =  u
Ph = k, align =  k
Ph = e, align =  e
Ph = m, align =  m
Ph = e, align =  e
Ph = r, align =  r
Ph = I, align =  i
Boundary, align =
  deleted boundary from xml
Ph = k, align =  k
Ph = u, align =  u
Ph = r, align =  r
Ph = u, align =  u
Ph = k, align =  k
Ph = @', align =  ö
Ph = p, align =  p
Ph = r, align =  r
Ph = Z, align =  ü
Ph = b, align =  b
Ph = e, align =  e
Ph = l, align =  l
Ph = d, align =  d
Ph = e, align =  e
Ph = s, align =  s
Ph = I, align =  i
Ph = n, align =  n
Ph = I, align =  i
Ph = n, align =  n
Ph = g, align =  g
Ph = I, align =  i
Ph = r, align =  r
Ph = I, align =  i
Ph = S, align =  ş
Ph = I, align =  i
Ph = n, align =  n
Ph = d, align =  d
Ph = e, align =  e
Ph = Z, align =  y
Ph = e, align =  e
Ph = r, align =  r
Ph = a, align =  a
Ph = l, align =  l
Ph = m, align =  m
Ph = a, align =  a
Ph = k, align =  k
Ph = t, align =  t
Ph = a, align =  a
Ph = d, align =  d
Ph = @, align =  ı
Ph = r, align =  r
Boundary, align =  _
Orig   : _|d|I|l|_|m|e|s|e|l|e|l|e|r|I|_|Z|z|e|r|I|n|d|e|_|@'|n|e|m|l|e|_|d|u|r|d|u|_
Correct: _|d|i|L|m|e|s|e|l|e|l|e|r|i|ü|z|e|r|i|n|d|e|ö|n|e|m|l|e|d|u|r|d|u|_
Alignments:  _ # d # i # L # # m # e # s # e # l # e # l # e # r # i # # ü # z # e # r # i # n # d # e # # ö # n # e # m # l # e # # d # u # r # d # u # _
  inserted boundary in xml
Ph = d, align =  d
Ph = I, align =  i
Ph = l, align =  L
Ph = m, align =  m
Ph = e, align =  e
Ph = s, align =  s
Ph = e, align =  e
Ph = l, align =  l
Ph = e, align =  e
Ph = l, align =  l
Ph = e, align =  e
Ph = r, align =  r
Ph = I, align =  i
Ph = Z, align =  ü
Ph = z, align =  z
Ph = e, align =  e
Ph = r, align =  r
Ph = I, align =  i
Ph = n, align =  n
Ph = d, align =  d
Ph = e, align =  e
Ph = @', align =  ö
Ph = n, align =  n
Ph = e, align =  e
Ph = m, align =  m
Ph = l, align =  l
Ph = e, align =  e
Ph = d, align =  d
Ph = u, align =  u
Ph = r, align =  r
Ph = d, align =  d
Ph = u, align =  u
Boundary, align =  _
Orig   : _|r|o|m|a|l|@|l|a|r|@|n|_|a|n|a|_|d|I|l|I|_|l|a|t|I|n|dZ|e|Z|d|I|_
Correct: _|r|o|m|a|l|ı|l|a|r|ı|n|a|n|a|d|i|l|i|l|a|t|i|n|c|e|y|d|i|_
Alignments:  _ # r # o # m # a # l # ı # l # a # r # ı # n # # a # n # a # # d # i # l # i # # l # a # t # i # n # c # e # y # d # i # _
  inserted boundary in xml
Ph = r, align =  r
Ph = o, align =  o
Ph = m, align =  m
Ph = a, align =  a
Ph = l, align =  l
Ph = @, align =  ı
Ph = l, align =  l
Ph = a, align =  a
Ph = r, align =  r
Ph = @, align =  ı
Ph = n, align =  n
Ph = a, align =  a
Ph = n, align =  n
Ph = a, align =  a
Ph = d, align =  d
Ph = I, align =  i
Ph = l, align =  l
Ph = I, align =  i
Ph = l, align =  l
Ph = a, align =  a
Ph = t, align =  t
Ph = I, align =  i
Ph = n, align =  n
Ph = dZ, align =  c
Ph = e, align =  e
Ph = Z, align =  y
Ph = d, align =  d
Ph = I, align =  i
Boundary, align =  _

> Task :halfPhoneUnitFeatureComputer
INFO  main: Mary starting up...
INFO  main: Specification version 5.2
INFO  main: Implementation version unknown
INFO  main: Running on a Java 1.8.0_252 implementation by Private Build, on a Linux platform (amd64, 4.4.0-18362-Microsoft)
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.JPhonemiser(tr.)'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.MinimalisticPosTagger(tr,tr.)'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.Synthesis'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.TextToMaryXML'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.SableParser'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.SSMLParser'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.APMLParser'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.EmotionmlParser'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.JTokeniser'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.DummyTokens2Words'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.ProsodyGeneric'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.PronunciationModel'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.TargetFeatureLister'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.HalfPhoneTargetFeatureLister'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.AcousticModeller'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.RealisedAcoustparamsExtractor'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.RealisedDurationsExtractor'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.HTSEngine'
INFO  ModuleRegistry: Now initiating mary module 'marytts.modules.PraatTextGridGenerator'
INFO  JPhonemiser: Module started (PARTSOFSPEECH->PHONEMES, locale tr).
INFO  JPhonemiser: Starting power-on self test.
INFO  JPhonemiser: Power-on self test complete.
INFO  OpenNLPPosTagger: Module started (WORDS->PARTSOFSPEECH, locale tr).
INFO  OpenNLPPosTagger: Starting power-on self test.
INFO  OpenNLPPosTagger: Power-on self test complete.
INFO  UnitSelectionSynthesizer: started.
INFO  TargetFeatureLister: Module started (ACOUSTPARAMS->TARGETFEATURES, locale null).
INFO  HTSEngine: Module started (TARGETFEATURES->AUDIO, locale null).
INFO  HMMSynthesizer: started.
INFO  Synthesis: Module started (ACOUSTPARAMS->AUDIO, locale null).
INFO  HMMSynthesizer: Starting power-on self test.
INFO  TextToMaryXML: Module started (TEXT->RAWMARYXML, locale null).
INFO  TextToMaryXML: Starting power-on self test.
WARN  TextToMaryXML: Locale is null, overriding with en
WARN  TextToMaryXML: Locale is null, overriding with en
INFO  TextToMaryXML: Power-on self test complete.
INFO  SableParser: Module started (SABLE->RAWMARYXML, locale null).
INFO  SableParser: Starting power-on self test.
INFO  SableParser: Power-on self test complete.
INFO  SSMLParser: Module started (SSML->RAWMARYXML, locale null).
INFO  SSMLParser: Starting power-on self test.
INFO  SSMLParser: Power-on self test complete.
INFO  APMLParser: Module started (APML->RAWMARYXML, locale null).
INFO  APMLParser: Starting power-on self test.
INFO  APMLParser: Power-on self test complete.
INFO  EmotionmlParser: Module started (EMOTIONML->RAWMARYXML, locale null).
INFO  EmotionmlParser: Starting power-on self test.
INFO  EmotionmlParser: Power-on self test complete.
INFO  JTokeniser: Module started (RAWMARYXML->TOKENS, locale null).
INFO  JTok: loading language resources for en from jtok/en
INFO  JTokeniser: Starting power-on self test.
INFO  JTokeniser: Power-on self test complete.
INFO  DummyTokens2Words: Module started (TOKENS->WORDS, locale null).
INFO  DummyTokens2Words: Starting power-on self test.
INFO  DummyTokens2Words: Power-on self test complete.
INFO  Prosody: Module started (PHONEMES->INTONATION, locale null).
INFO  Prosody: Starting power-on self test.
INFO  Prosody: Power-on self test complete.
INFO  PronunciationModel: Module started (INTONATION->ALLOPHONES, locale null).
INFO  PronunciationModel: Starting power-on self test.
INFO  PronunciationModel: Power-on self test complete.
INFO  TargetFeatureLister: Starting power-on self test.
INFO  TargetFeatureLister: Power-on self test complete.
INFO  TargetFeatureLister: Module started (ACOUSTPARAMS->HALFPHONE_TARGETFEATURES, locale null).
INFO  TargetFeatureLister: Starting power-on self test.
INFO  TargetFeatureLister: Power-on self test complete.
INFO  AcousticModeller: Module started (ALLOPHONES->ACOUSTPARAMS, locale null).
INFO  AcousticModeller: Starting power-on self test.
INFO  AcousticModeller: Power-on self test complete.
INFO  Realised acoustparams extractor: Module started (AUDIO->REALISED_ACOUSTPARAMS, locale null).
INFO  Realised acoustparams extractor: Starting power-on self test.
INFO  Realised acoustparams extractor: Power-on self test complete.
INFO  Realised durations extractor: Module started (AUDIO->REALISED_DURATIONS, locale null).
INFO  Realised durations extractor: Starting power-on self test.
INFO  Realised durations extractor: Power-on self test complete.
INFO  Praat TextGrid generator: Module started (REALISED_ACOUSTPARAMS->PRAAT_TEXTGRID, locale null).
INFO  Praat TextGrid generator: Starting power-on self test.
INFO  Praat TextGrid generator: Power-on self test complete.
INFO  main: Startup complete.
INFO  R 1: New request (input type "ALLOPHONES", output type "HALFPHONE_TARGETFEATURES)
INFO  R 1: Handling request using the following modules:
INFO  R 1: - AcousticModeller (marytts.modules.AcousticModeller)
INFO  R 1: - TargetFeatureLister (marytts.modules.HalfPhoneTargetFeatureLister)
INFO  R 1: Next module: AcousticModeller
INFO  R 1: Next module: TargetFeatureLister
ERROR BatchProcessor: cannot process
INFO  R 1: New request (input type "ALLOPHONES", output type "HALFPHONE_TARGETFEATURES)
INFO  R 1: Handling request using the following modules:
INFO  R 1: - AcousticModeller (marytts.modules.AcousticModeller)
INFO  R 1: - TargetFeatureLister (marytts.modules.HalfPhoneTargetFeatureLister)
INFO  R 1: Next module: AcousticModeller
INFO  R 1: Next module: TargetFeatureLister
ERROR BatchProcessor: cannot process
INFO  R 1: New request (input type "ALLOPHONES", output type "HALFPHONE_TARGETFEATURES)
INFO  R 1: Handling request using the following modules:
INFO  R 1: - AcousticModeller (marytts.modules.AcousticModeller)
INFO  R 1: - TargetFeatureLister (marytts.modules.HalfPhoneTargetFeatureLister)
INFO  R 1: Next module: AcousticModeller
INFO  R 1: Next module: TargetFeatureLister
ERROR BatchProcessor: cannot process
INFO  R 1: New request (input type "ALLOPHONES", output type "HALFPHONE_TARGETFEATURES)
INFO  R 1: Handling request using the following modules:
INFO  R 1: - AcousticModeller (marytts.modules.AcousticModeller)
INFO  R 1: - TargetFeatureLister (marytts.modules.HalfPhoneTargetFeatureLister)
INFO  R 1: Next module: AcousticModeller
INFO  R 1: Next module: TargetFeatureLister
ERROR BatchProcessor: cannot process
INFO  R 1: New request (input type "ALLOPHONES", output type "HALFPHONE_TARGETFEATURES)
INFO  R 1: Handling request using the following modules:
INFO  R 1: - AcousticModeller (marytts.modules.AcousticModeller)
INFO  R 1: - TargetFeatureLister (marytts.modules.HalfPhoneTargetFeatureLister)
INFO  R 1: Next module: AcousticModeller
INFO  R 1: Next module: TargetFeatureLister
ERROR BatchProcessor: cannot process
INFO  main: Shutting down modules...
INFO  JPhonemiser: Module shut down.
INFO  OpenNLPPosTagger: Module shut down.
INFO  Synthesis: Module shut down.
INFO  TextToMaryXML: Module shut down.
INFO  SableParser: Module shut down.
INFO  SSMLParser: Module shut down.
INFO  APMLParser: Module shut down.
INFO  EmotionmlParser: Module shut down.
INFO  JTokeniser: Module shut down.
INFO  DummyTokens2Words: Module shut down.
INFO  Prosody: Module shut down.
INFO  PronunciationModel: Module shut down.
INFO  TargetFeatureLister: Module shut down.
INFO  TargetFeatureLister: Module shut down.
INFO  AcousticModeller: Module shut down.
INFO  Realised acoustparams extractor: Module shut down.
INFO  Realised durations extractor: Module shut down.
INFO  HTSEngine: Module shut down.
INFO  Praat TextGrid generator: Module shut down.
INFO  main: Shutdown complete.

> Task :generateHalfPhoneFeatureDefinitionFile FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':generateHalfPhoneFeatureDefinitionFile'.
> Cannot access first() element from an empty Iterable

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 31s
16 actionable tasks: 15 executed, 1 up-to-date
elka@DESKTOP-LCA50BE:~/voice-dfki-ot-upgrade-voicebuilding-plugin$  

Original ot0001.lab file:

#
1.299969 125 _
1.469969 125 a
1.484969 125 v
1.499969 125 r
1.624969 125 u
1.719969 125 p
1.784969 125 a
1.804969 125 l
1.819969 125 @
1.954969 125 l
2.069969 125 a
2.124969 125 r
2.284969 125 o
2.444969 125 k
2.489969 125 j
2.509969 125 a
2.564969 125 n
2.609969 125 u
2.784969 125 s
2.804969 125 j
2.819969 125 a
2.889969 125 n
2.904969 125 @
2.994969 125 n
3.114969 125 tS
3.164969 125 e
3.334969 125 S
3.349969 125 I
3.384969 125 t
3.424969 125 l
3.449969 125 I
3.524969 125 k
3.539969 125 @
3.694969 125 s
3.709969 125 @
3.839969 125 m
3.854969 125 l
3.929969 125 a
3.944969 125 r
3.959969 125 @
4.034969 125 n
4.069969 125 @
4.229969 125 s
4.249969 125 I
4.299969 125 j
4.409969 125 a
4.559969 125 s
4.619969 125 I
4.694969 125 b
4.749969 125 a
4.869969 125 k
4.884969 125 @
4.974969 125 m
5.014969 125 d
5.104969 125 a
5.169969 125 n
5.249969 125 k
5.369969 125 o
5.409969 125 n
5.494969 125 t
5.519969 125 r
5.594969 125 o
5.634969 125 l
5.724969 125 e
5.814969 125 t
5.884969 125 m
5.944969 125 e
6.054969 125 k
6.084969 125 l
6.144969 125 e
6.199969 125 j
6.254969 125 e
6.384969 125 t
6.399969 125 I
6.474969 125 n
6.539969 125 m
6.619969 125 e
6.674969 125 j
6.689969 125 e
6.729969 125 r
6.804969 125 e
7.264969 125 k
7.334969 125 I
7.454969 125 k
7.494969 125 l
7.509969 125 I
7.564969 125 m
7.579969 125 I
7.719969 125 e
7.809969 125 l
7.824969 125 v
7.894969 125 e
7.909969 125 r
7.924969 125 I
8.079969 125 S
8.094969 125 l
8.119969 125 I
8.214969 125 t
8.294969 125 o
8.399969 125 p
8.419969 125 r
8.489969 125 a
8.629969 125 k
8.644969 125 l
8.68997 125 a
8.72497 125 r
8.76497 125 a
8.84997 125 j
8.95997 125 e
8.97997 125 r
9.034969 125 l
9.114969 125 e
9.31997 125 S
9.334969 125 t
9.349969 125 I
9.364968 125 l
9.464968 125 e
9.599968 125 r
10.134968 125 _

I edited The ot0001.lab file:

#
1.299969 125 _
1.469969 125 a
1.484969 125 v
1.499969 125 r
1.624969 125 u
1.719969 125 p
1.784969 125 a
1.804969 125 l
1.819969 125 ı
1.954969 125 l
2.069969 125 a
2.124969 125 r
2.284969 125 o
2.444969 125 k
2.489969 125 y
2.509969 125 a
2.564969 125 n
2.609969 125 u
2.784969 125 s
2.804969 125 y
2.819969 125 a
2.889969 125 n
2.904969 125 ı
2.994969 125 n
3.114969 125 ç
3.164969 125 e
3.334969 125 ş
3.349969 125 i
3.384969 125 t
3.424969 125 l
3.449969 125 i
3.524969 125 k
3.539969 125 ı
3.694969 125 s
3.709969 125 ı
3.839969 125 m
3.854969 125 l
3.929969 125 a
3.944969 125 r
3.959969 125 ı
4.034969 125 n
4.069969 125 ı
4.229969 125 s
4.249969 125 i
4.299969 125 y
4.409969 125 a
4.559969 125 s
4.619969 125 i
4.694969 125 b
4.749969 125 a
4.869969 125 k
4.884969 125 ı
4.974969 125 m
5.014969 125 d
5.104969 125 a
5.169969 125 n
5.249969 125 k
5.369969 125 o
5.409969 125 n
5.494969 125 t
5.519969 125 r
5.594969 125 o
5.634969 125 l
5.724969 125 e
5.814969 125 t
5.884969 125 m
5.944969 125 e
6.054969 125 k
6.084969 125 l
6.144969 125 e
6.199969 125 y
6.254969 125 e
6.384969 125 t
6.399969 125 i
6.474969 125 n
6.539969 125 m
6.619969 125 e
6.674969 125 y
6.689969 125 e
6.729969 125 r
6.804969 125 e
7.264969 125 k
7.334969 125 i
7.454969 125 k
7.494969 125 l
7.509969 125 i
7.564969 125 m
7.579969 125 i
7.719969 125 e
7.809969 125 l
7.824969 125 v
7.894969 125 e
7.909969 125 r
7.924969 125 i
8.079969 125 ş
8.094969 125 l
8.119969 125 i
8.214969 125 t
8.294969 125 o
8.399969 125 p
8.419969 125 r
8.489969 125 a
8.629969 125 k
8.644969 125 l
8.68997 125 a
8.72497 125 r
8.76497 125 a
8.84997 125 y
8.95997 125 e
8.97997 125 r
9.034969 125 l
9.114969 125 e
9.31997 125 ş
9.334969 125 t
9.349969 125 i
9.364968 125 l
9.464968 125 e
9.599968 125 r
10.134968 125 _

Any ideas or suggestions will be highly appreciated. Thanks.

psibre commented 4 years ago

Fixed formatting for you. Please refer to https://guides.github.com/features/mastering-markdown/ and remember to always wrap your terminal output, code blocks, etc. in triple backticks, i.e.,

[pasted code or output]

psibre commented 4 years ago

I see the following differences in your edited lab file:

diff --git a/ot0001.lab b/ot0001.lab
index 3ab7d1f..ce0a7a0 100644
--- a/ot0001.lab
+++ b/ot0001.lab
@@ -7,50 +7,50 @@
 1.719969 125 p
 1.784969 125 a
 1.804969 125 l
-1.819969 125 @
+1.819969 125 ı
 1.954969 125 l
 2.069969 125 a
 2.124969 125 r
 2.284969 125 o
 2.444969 125 k
-2.489969 125 j
+2.489969 125 y
 2.509969 125 a
 2.564969 125 n
 2.609969 125 u
 2.784969 125 s
-2.804969 125 j
+2.804969 125 y
 2.819969 125 a
 2.889969 125 n
-2.904969 125 @
+2.904969 125 ı
 2.994969 125 n
-3.114969 125 tS
+3.114969 125 ç
 3.164969 125 e
-3.334969 125 S
-3.349969 125 I
+3.334969 125 ş
+3.349969 125 i
 3.384969 125 t
 3.424969 125 l
-3.449969 125 I
+3.449969 125 i
 3.524969 125 k
-3.539969 125 @
+3.539969 125 ı
 3.694969 125 s
-3.709969 125 @
+3.709969 125 ı
 3.839969 125 m
 3.854969 125 l
 3.929969 125 a
 3.944969 125 r
-3.959969 125 @
+3.959969 125 ı
 4.034969 125 n
-4.069969 125 @
+4.069969 125 ı
 4.229969 125 s
-4.249969 125 I
-4.299969 125 j
+4.249969 125 i
+4.299969 125 y
 4.409969 125 a
 4.559969 125 s
-4.619969 125 I
+4.619969 125 i
 4.694969 125 b
 4.749969 125 a
 4.869969 125 k
-4.884969 125 @
+4.884969 125 ı
 4.974969 125 m
 5.014969 125 d
 5.104969 125 a
@@ -69,33 +69,33 @@
 6.054969 125 k
 6.084969 125 l
 6.144969 125 e
-6.199969 125 j
+6.199969 125 y
 6.254969 125 e
 6.384969 125 t
-6.399969 125 I
+6.399969 125 i
 6.474969 125 n
 6.539969 125 m
 6.619969 125 e
-6.674969 125 j
+6.674969 125 y
 6.689969 125 e
 6.729969 125 r
 6.804969 125 e
 7.264969 125 k
-7.334969 125 I
+7.334969 125 i
 7.454969 125 k
 7.494969 125 l
-7.509969 125 I
+7.509969 125 i
 7.564969 125 m
-7.579969 125 I
+7.579969 125 i
 7.719969 125 e
 7.809969 125 l
 7.824969 125 v
 7.894969 125 e
 7.909969 125 r
-7.924969 125 I
-8.079969 125 S
+7.924969 125 i
+8.079969 125 ş
 8.094969 125 l
-8.119969 125 I
+8.119969 125 i
 8.214969 125 t
 8.294969 125 o
 8.399969 125 p
@@ -106,14 +106,14 @@
 8.68997 125 a
 8.72497 125 r
 8.76497 125 a
-8.84997 125 j
+8.84997 125 y
 8.95997 125 e
 8.97997 125 r
 9.034969 125 l
 9.114969 125 e
-9.31997 125 S
+9.31997 125 ş
 9.334969 125 t
-9.349969 125 I
+9.349969 125 i
 9.364968 125 l
 9.464968 125 e
 9.599968 125 r

Please be aware that the AllophoneSet for Turkish does not include unicode symbols -- if you want your label files to work, they must include only the symbols defined in

https://github.com/marytts/marytts-lexicon-tr/blob/5aecfec2ecc877c54ac9829cc58a9202b15e09a1/modules/tr/lexicon/allophones.tr.xml

This means that not only do the orthographic letters you inserted need to be replaced by the corresponding Turkish phonemes, but those need to be encoded along the lines of SAMPA for Turkish, following the AllophoneSet defined in allophones.tr.xml.

How did you create your lab files?

psibre commented 4 years ago

Let's continue the discussion over in #3 and close this issue?