Reply To: My LanguageModelPath is nil

Home Forums OpenEars My LanguageModelPath is nil Reply To: My LanguageModelPath is nil

#1031779
AlexMe
Participant

Hi,

for some reason xcode wants to compile the .lm file. I removed it from the compile sources before, because xcode obviously couldn’t compile it.
When printing all files in the directory I was expecting the files in, I immediately knew what went wrong…


2017-04-21 10:02:01.060 EntryPoint[2351:900694] 6258.dic
2017-04-21 10:02:01.074 EntryPoint[2351:900694] AcousticModelEnglish.bundle
2017-04-21 10:02:01.075 EntryPoint[2351:900694] AppIcon29x29.png
2017-04-21 10:02:01.075 EntryPoint[2351:900694] AppIcon29x29@3x.png
2017-04-21 10:02:01.081 EntryPoint[2351:900694] AppIcon57x57.png
2017-04-21 10:02:01.081 EntryPoint[2351:900694] AppIcon57x57@2x.png
2017-04-21 10:02:01.081 EntryPoint[2351:900694] AppIcon60x60@2x.png
2017-04-21 10:02:01.081 EntryPoint[2351:900694] AppIcon60x60@3x.png
2017-04-21 10:02:01.082 EntryPoint[2351:900694] AppIcon72x72~ipad.png
2017-04-21 10:02:01.082 EntryPoint[2351:900694] AppIcon76x76@2x~ipad.png
2017-04-21 10:02:01.082 EntryPoint[2351:900694] AppIcon76x76~ipad.png
2017-04-21 10:02:01.087 EntryPoint[2351:900694] CN1Resource.res
2017-04-21 10:02:01.087 EntryPoint[2351:900694] CodenameOne_GLViewController.nib
2017-04-21 10:02:01.087 EntryPoint[2351:900694] Default-568h@2x.png
2017-04-21 10:02:01.087 EntryPoint[2351:900694] Default-667h@2x.png
2017-04-21 10:02:01.087 EntryPoint[2351:900694] Default-736h-Landscape@3x.png
2017-04-21 10:02:01.088 EntryPoint[2351:900694] Default-736h@3x.png
2017-04-21 10:02:01.088 EntryPoint[2351:900694] Default-Landscape.png
2017-04-21 10:02:01.090 EntryPoint[2351:900694] Default-Landscape@2x.png
2017-04-21 10:02:01.090 EntryPoint[2351:900694] Default-Portrait.png
2017-04-21 10:02:01.090 EntryPoint[2351:900694] Default-Portrait@2x.png
2017-04-21 10:02:01.091 EntryPoint[2351:900694] Default.png
2017-04-21 10:02:01.091 EntryPoint[2351:900694] Default@2x.png
2017-04-21 10:02:01.091 EntryPoint[2351:900694] EntryPoint
2017-04-21 10:02:01.091 EntryPoint[2351:900694] Frameworks
2017-04-21 10:02:01.093 EntryPoint[2351:900694] Icon-152.png
2017-04-21 10:02:01.093 EntryPoint[2351:900694] Icon-72.png
2017-04-21 10:02:01.093 EntryPoint[2351:900694] Icon-76.png
2017-04-21 10:02:01.093 EntryPoint[2351:900694] Icon-Small-50.png
2017-04-21 10:02:01.093 EntryPoint[2351:900694] Icon-Small.png
2017-04-21 10:02:01.094 EntryPoint[2351:900694] Icon-Small@2x.png
2017-04-21 10:02:01.094 EntryPoint[2351:900694] Icon.png
2017-04-21 10:02:01.095 EntryPoint[2351:900694] Icon7.png
2017-04-21 10:02:01.096 EntryPoint[2351:900694] Icon7@2x.png
2017-04-21 10:02:01.096 EntryPoint[2351:900694] Icon7@3x.png
2017-04-21 10:02:01.096 EntryPoint[2351:900694] Icon@2x.png
2017-04-21 10:02:01.096 EntryPoint[2351:900694] Icon@3x.png
2017-04-21 10:02:01.096 EntryPoint[2351:900694] Info.plist
2017-04-21 10:02:01.096 EntryPoint[2351:900694] MANIFEST.MF
2017-04-21 10:02:01.097 EntryPoint[2351:900694] META-INF
2017-04-21 10:02:01.097 EntryPoint[2351:900694] MainWindow.nib
2017-04-21 10:02:01.099 EntryPoint[2351:900694] PkgInfo
2017-04-21 10:02:01.100 EntryPoint[2351:900694] _CodeSignature
2017-04-21 10:02:01.100 EntryPoint[2351:900694] cn1-version-numbers
2017-04-21 10:02:01.100 EntryPoint[2351:900694] embedded.mobileprovision
2017-04-21 10:02:01.100 EntryPoint[2351:900694] iOS7Theme.res
2017-04-21 10:02:01.100 EntryPoint[2351:900694] iPhoneTheme.res
2017-04-21 10:02:01.100 EntryPoint[2351:900694] iTunesArtwork
2017-04-21 10:02:01.101 EntryPoint[2351:900694] material-design-font.ttf
2017-04-21 10:02:01.101 EntryPoint[2351:900694] pom.properties
2017-04-21 10:02:01.101 EntryPoint[2351:900694] pom.xml
2017-04-21 10:02:01.101 EntryPoint[2351:900694] theme.res
2017-04-21 10:02:01.102 EntryPoint[2351:900694] zoozi18n.bundle

Only the .lm is missing. I renamed it to .languagemodel and now the language model gets found and xcode doesn’t detect it as a compilable file.

Thanks for your help.