-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathREADME
61 lines (42 loc) · 1.77 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
###########################
# LatticeWordSegmentation #
###########################
Software to apply unsupervised word segmentation on lattices or text sequences
using a nested hierarchical Pitman Yor language model
###########
# Contact #
###########
In case of questions, suggestions, problems etc. please send an email or check the disussion group.
Oliver Walter:
walter@nt.uni-paderborn.de
Discussion group:
email: latticewordsegmentation@googlegroups.com
google groups: https://groups.google.com/d/forum/latticewordsegmentation
##############
# References #
##############
Iterative Bayesian Word Segmentation for Unspuervised Vocabulary Discovery from Phoneme Lattices
Jahn Heymann, Oliver Walter, Reinhold Haeb-Umbach, Bhiksha Raj
In 39th International Conference on Acoustics, Speech and Signal Processing (ICASSP 2014)
Unsupervised Word Segmentation from Noisy Input
Jahn Heymann, Oliver Walter, Reinhold Haeb-Umbach, Bhiksha Raj
In Automatic Speech Recognition and Understanding Workshop (ASRU 2013)
Graham Neubig, Masato Mimura, Shinsuke Mori, Tatsuya Kawahara
"Learning a Language Model from Continuous Speech"
In proceedings for InterSpeech 2010
######################
# Manual Instalation #
######################
Import project into kdevelop (or other IDE)
Set cmake build path to $GITROOT/build/ (next to src/ and test/ directories)
Install openFST from http://www.openfst.org/twiki/bin/view/FST/FstDownload
Required boost packages: boost_system, boost_filesystem
Note: For more performace use release (-O3 -DNDEBUG) build!
#########################
# Automatic instalation #
#########################
run install.sh, this will also install boost and openfst in the tools directory
############
# Examples #
############
For demonstations see the scripts in the test/ folder