2016-09-14 23 views
5

Phonetisaurus'u yüklemeye çalışıyorum (Jasper yükleme yönergeleri here kullanarak). Ne yazık ki çözemediğim bir bağımlılık sorunu yaşadım.Phonetisaurus bağımlılık sorunu

Ben sudo apt-get -t experimental install phonetisaurus m2m-aligner mitlm libfst-tools aşağıdaki çıktı üretmesi olsun komutu çalıştırdığınızda:

Reading package lists... Done 
Building dependency tree 
Reading state information... Done 
libstdc++6 is already the newest version. 
The following packages were automatically installed and are no longer required: 
    libboost-atomic1.55.0 libboost-filesystem1.55.0 
    libboost-program-options1.55.0 libboost-regex1.55.0 libboost-thread1.55.0 
    libcwiid1 libfftw3-single3 libjs-prettify libqscintilla2-11 
    libqscintilla2-l10n libqt4-network libqt4-xmlpatterns libqtwebkit4 
    libruby1.9.1 libruby1.9.1-dbg libscsynth1 libtcltk-ruby1.9.1 ri1.9.1 
    ruby1.9.1 ruby1.9.1-dev ruby1.9.1-examples ruby1.9.1-full ruby1.9.3 
    supercollider supercollider-common supercollider-ide supercollider-language 
    supercollider-server supercollider-supernova 
Use 'apt-get autoremove' to remove them. 
0 upgraded, 0 newly installed, 0 to remove and 82 not upgraded. 

deneniyor: Doğrudan ++ 6 libstdc yüklemek için çalışılıyor

Reading package lists... done 
Building dependency tree 
Reading state information... Done 
Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. 
The following information may help to resolve the situation: 

The following packages have unmet dependencies: 
    m2m-aligner : Depends: libstdc++6 (>=5.2) but 4.9.2-10 is to be installed 
    mitlm : Depends libmitlm0 (= 0.4.1-2) but it is not going to be installed 
      Depends: libstdc++6 (>=5.2) but 4.9.2-10 is to be installed 
phonetisaurus : Depends: libfst4 (>=1.5.3+r3) but it is not installable 
       Depends: libstdc++6 (>=5.2) but 4.9.2-10 is to be installed 

(ya sudo apt-get install libstdc++6 veya sudo apt-get -f libstdc++6 ile) bana bırakır libfst4'ü yüklemek için bana aşağıdakileri verir:

Reading package lists... Done 
Building dependency tree 
Reading state information... Done 
Package libfst4 is not available, but is referred to by another package. 
This may mean that the package is missing, has been obsoleted, or 
is only available from another source 

E: Package 'libfst4' has no installation candidate 

Ve libmitlm0 yüklemeye çalışmadan bana verir:

Reading package lists... Done 
Building dependency tree 
Reading state information... Done 
Some packages could not be installed. This may mean that you have 
requested an impossible situation or if you are using the unstable 
distribution that some required packages have not yet been created 
or been moved out of Incoming. 
The following information may help to resolve the situation: 

The following packages have unmet dependencies: 
libmitlm0 : Depends: libstdc++6 (>= 5.2) but 4.9.2-10 is to be installed 
E: Unable to correct problems, you have held broken packages. 

orada burada özlüyorum şeydir ama onunla düşünsen bir gün sonra ben hala onu anlamaya olamaz gibi hissediyorum. Herhangi bir yardım/içgörü takdir edilecektir.

+1

Jasper belge gerçekten yararlı modası geçmiş ve değildir. – G10DRAS

+1

Deneysel repo kullanmayın, phonetisaurus'u koddan derleyin. – G10DRAS

+0

CMUSphinx sitesini inceledikten sonra, sıralama-sıralı G2P araç setine gideceğimi düşünüyorum çünkü bu daha güncel görünüyor. Yine de ipuçları için teşekkür ederim. –

cevap

4

Bağlantıyı sağladığından G10DRAS için teşekkürler.

Bu çözüm benim için çalıştı. Birincisi, ben Sonra bu dosyaları

sudo wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/phonetisaurus/is2013-conversion.tgz 
sudo wget http://www.openfst.org/twiki/pub/FST/FstDownload/openfst-1.3.4.tar.gz 

indirilen Nihayet dosyaları
tar -xvf is2013-conversion.tgz 
tar -xvf openfst-1.3.4.tar.gz 

untared, sonraki adımları izleyerek: http://jasperproject.github.io/documentation/installation

+0

Bu işe yaramış görünüyor, ancak yükleme kılavuzunun bana söylediği dosyaları taşıyamıyorum. Ben bir 'cp: stat/_filename_ böyle bir dosya ya da dizin hatası veremiyorum. –

+0

Unutmayın, bunu bir alt dizinde yapıyorum ve taşıma komutunu yansıtmak için dosya yolunu ayarlamadan çalışmayacağım. –