git pull origin master

This is what I did a few minutes ago because sorting has been fixed and because of the symbol [χ]:

ubuntu@ubuntu-desktop:~$ cd Documents/201005/speech2text && git pull origin master
remote: Counting objects: 35, done.
remote: Compressing objects: 100% (18/18), done.
remote: Total 18 (delta 15), reused 0 (delta 0)
Unpacking objects: 100% (18/18), done.
From git://speech2text.git.sourceforge.net/gitroot/speech2text/speech2text
* branch master -> FETCH_HEAD
Updating 97be4d2..afe2203
Fast-forward
sam/src/samview.cpp | 1 +
.../src/simonmodelmanagementui/ImportDict/dict.cpp | 3 +++
simonlib/simonmodeltest/fileresultmodel.cpp | 7 +++++--
3 files changed, 9 insertions(+), 2 deletions(-)
ubuntu@ubuntu-desktop:~/Documents/201005/speech2text$ ./build_ubuntu.sh

I want to see whether the Ach-Laut is imported correctly by importing these entries (first entry with ASCII-[x]; second entry with IPA-[χ]:

<lexeme role="Substantiv">
<grapheme>Hochkultur</grapheme>
<phoneme>hoːxkʊltuːʀ</phoneme>
<phoneme>hoːxkʊltuːɐ̯</phoneme>
</lexeme>
<lexeme role="Substantiv">
<grapheme>Hochkulturen</grapheme>
<phoneme>hoːχkʊltuːʀən</phoneme>
<phoneme>hoːχkʊltuːɐ̯n</phoneme>
</lexeme>

No, it didn’t work out:

ach-laut The word Hochkultur is displayed with the correct SAMPA. But the word Hochkulturen doesn’t have the correct SAMPA.

Comments are closed.