Commit ad76455b229e1c18ba5f10252907565e8be1ae01
1 parent
83f00bae10
Exists in
master
up
Showing 1 changed file with 1 additions and 1 deletions Inline Diff
README
1 | ___ _____ __ __ _____ ____ ___ _ _ ___ _ | 1 | ___ _____ __ __ _____ ____ ___ _ _ ___ _ |
2 | / _ \_ _| \/ | ____| _ \_ _| / \ | | |_ _| / \ | 2 | / _ \_ _| \/ | ____| _ \_ _| / \ | | |_ _| / \ |
3 | | | | || | | |\/| | _| | | | | | / _ \ | | | | / _ \ | 3 | | | | || | | |\/| | _| | | | | | / _ \ | | | | / _ \ |
4 | | |_| || | | | | | |___| |_| | | / ___ \ | |___ | | / ___ \ | 4 | | |_| || | | | | | |___| |_| | | / ___ \ | |___ | | / ___ \ |
5 | \___/ |_| |_| |_|_____|____/___/_/ \_\ |_____|___/_/ \_\ | 5 | \___/ |_| |_| |_|_____|____/___/_/ \_\ |_____|___/_/ \_\ |
6 | 6 | ||
7 | 7 | ||
8 | #---------------# | 8 | #---------------# |
9 | # OTMEDIA LIA # | 9 | # OTMEDIA LIA # |
10 | # README # | 10 | # README # |
11 | # version 1.0 # | 11 | # version 1.0 # |
12 | #---------------# | 12 | #---------------# |
13 | 13 | ||
14 | DESCRIPTION | 14 | DESCRIPTION |
15 | ----------- | 15 | ----------- |
16 | 16 | ||
17 | OTMEDIA means "Observatoire Transmedia", its main objective is to study the evolution and transformation of the media world. | 17 | OTMEDIA means "Observatoire Transmedia", its main objective is to study the evolution and transformation of the media world. |
18 | The scientific objective of the project is the creation of a new generation of media observatory | 18 | The scientific objective of the project is the creation of a new generation of media observatory |
19 | based on an interactive automatic analysis system (semi-automatic) transmedia to understand | 19 | based on an interactive automatic analysis system (semi-automatic) transmedia to understand |
20 | the world of information and developments. | 20 | the world of information and developments. |
21 | 21 | ||
22 | Web Site : http://www.otmedia.fr | 22 | Web Site : http://www.otmedia.fr |
23 | 23 | ||
24 | OTMEDIA LIA project is a set of tools to transcribe radio and TV shows. | 24 | OTMEDIA LIA project is a set of tools to transcribe radio and TV shows. |
25 | It does multiple things : | 25 | It does multiple things : |
26 | - First pass : default transcription with speeral and speaker diarization. | 26 | - First pass : default transcription with speeral and speaker diarization. |
27 | - Second pass : speaker adaptation and a second transcription pass with speeral. | 27 | - Second pass : speaker adaptation and a second transcription pass with speeral. |
28 | - Confidence pass : calcul confidence measure from transcription output. | 28 | - Confidence pass : calcul confidence measure from transcription output. |
29 | - Exploit Confidence Measure : use SOLR DB data to extend the lexicon on low confidence measure and create trigg files. | 29 | - Exploit Confidence Measure : use SOLR DB data to extend the lexicon on low confidence measure and create trigg files. |
30 | - Third pass : second pass using the new lexicon and trigg files. | 30 | - Third pass : second pass using the new lexicon and trigg files. |
31 | 31 | ||
32 | From GIT : git@gitlia.univ-avignon.fr/otmedia.git | 32 | From GIT : http://gitlia.univ-avignon.fr/jean-francois.rey/otmedia |
33 | 33 | ||
34 | DEPENDENCIES | 34 | DEPENDENCIES |
35 | ------------ | 35 | ------------ |
36 | 36 | ||
37 | GNU Toolchain | 37 | GNU Toolchain |
38 | Available from : http://www.gnu.org | 38 | Available from : http://www.gnu.org |
39 | and debian packages | 39 | and debian packages |
40 | 40 | ||
41 | Compiling, linking, and building applications. | 41 | Compiling, linking, and building applications. |
42 | 42 | ||
43 | 43 | ||
44 | avconv (libav-tools >= 0.8) | 44 | avconv (libav-tools >= 0.8) |
45 | Available from : http://libav.org | 45 | Available from : http://libav.org |
46 | and debian package | 46 | and debian package |
47 | 47 | ||
48 | avconv is a very fast video and audio converter. | 48 | avconv is a very fast video and audio converter. |
49 | 49 | ||
50 | JAVA JDK and JRE ( >= 6) | 50 | JAVA JDK and JRE ( >= 6) |
51 | Available from : http://www.oralce.com | 51 | Available from : http://www.oralce.com |
52 | and debian packages | 52 | and debian packages |
53 | 53 | ||
54 | JAVA Developpment kit and JAVA runtime environment. | 54 | JAVA Developpment kit and JAVA runtime environment. |
55 | 55 | ||
56 | Python ( >= 2.7.0) | 56 | Python ( >= 2.7.0) |
57 | Available from : http://http://www.python.org/ | 57 | Available from : http://http://www.python.org/ |
58 | and debian packages | 58 | and debian packages |
59 | 59 | ||
60 | Python is a programming language. | 60 | Python is a programming language. |
61 | 61 | ||
62 | Perl ( >= 5.0.0) | 62 | Perl ( >= 5.0.0) |
63 | Available from : http://www.perl.org/ | 63 | Available from : http://www.perl.org/ |
64 | and debian packages | 64 | and debian packages |
65 | 65 | ||
66 | Perl is a programming language. | 66 | Perl is a programming language. |
67 | 67 | ||
68 | iconv ( >= 2.0.0) | 68 | iconv ( >= 2.0.0) |
69 | Available from : http://www.gnu.org | 69 | Available from : http://www.gnu.org |
70 | and debian package | 70 | and debian package |
71 | 71 | ||
72 | Character set conversion. | 72 | Character set conversion. |
73 | 73 | ||
74 | csh shell (csh) | 74 | csh shell (csh) |
75 | Available on debian packages. | 75 | Available on debian packages. |
76 | 76 | ||
77 | The C shell was originally written at UCB to overcome limitations in the | 77 | The C shell was originally written at UCB to overcome limitations in the |
78 | Bourne shell. Its flexibility and comfort (at that time) quickly made it | 78 | Bourne shell. Its flexibility and comfort (at that time) quickly made it |
79 | the shell of choice until more advanced shells like ksh, bash, zsh or | 79 | the shell of choice until more advanced shells like ksh, bash, zsh or |
80 | tcsh appeared. Most of the latter incorporate features original to csh | 80 | tcsh appeared. Most of the latter incorporate features original to csh |
81 | 81 | ||
82 | The SRI Language Modeling Toolkit (SRILM >= 1.6.0) | 82 | The SRI Language Modeling Toolkit (SRILM >= 1.6.0) |
83 | Available from : http://www.speech.sri.com/projects/srilm/ | 83 | Available from : http://www.speech.sri.com/projects/srilm/ |
84 | 84 | ||
85 | SRILM is a toolkit for building and applying statistical language models. | 85 | SRILM is a toolkit for building and applying statistical language models. |
86 | 86 | ||
87 | Tomcat ( >= 7.0.0) | 87 | Tomcat ( >= 7.0.0) |
88 | Available from : http://tomcat.apache.org/ | 88 | Available from : http://tomcat.apache.org/ |
89 | and debian packages | 89 | and debian packages |
90 | 90 | ||
91 | Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies. | 91 | Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies. |
92 | 92 | ||
93 | INSTALL | 93 | INSTALL |
94 | ------- | 94 | ------- |
95 | 95 | ||
96 | See the INSTALL file for the installation procedure. | 96 | See the INSTALL file for the installation procedure. |
97 | 97 | ||
98 | Quick install below. | 98 | Quick install below. |
99 | 99 | ||
100 | Before launching installation : | 100 | Before launching installation : |
101 | 101 | ||
102 | Be certain that all dependencies are satisfied. | 102 | Be certain that all dependencies are satisfied. |
103 | Have 300 Go of free space for complet install. | 103 | Have 300 Go of free space for complet install. |
104 | 104 | ||
105 | Issue the following commands to the shell : | 105 | Issue the following commands to the shell : |
106 | $> ./install.sh | 106 | $> ./install.sh |
107 | $> export OTMEDIA_HOME=path/to/OTMEDIA/directory | 107 | $> export OTMEDIA_HOME=path/to/OTMEDIA/directory |
108 | 108 | ||
109 | Read SOLR.INSTALL part 3 to install SOLRDB. | 109 | Read SOLR.INSTALL part 3 to install SOLRDB. |
110 | 110 | ||
111 | RUNNING | 111 | RUNNING |
112 | ------- | 112 | ------- |
113 | 113 | ||
114 | See HOWTO file. | 114 | See HOWTO file. |
115 | 115 | ||
116 | ACKNOWLEDGEMENTS | 116 | ACKNOWLEDGEMENTS |
117 | ---------------- | 117 | ---------------- |
118 | 118 | ||
119 | Many thanks to Jean-François Rey for useful help and work done. | 119 | Many thanks to Jean-François Rey for useful help and work done. |
120 | 120 | ||
121 | KNOWN BUGS | 121 | KNOWN BUGS |
122 | ---------- | 122 | ---------- |
123 | 123 | ||
124 | Many. | 124 | Many. |
125 | For Bug report, please contact Pascal Nocera at pascal.nocera@univ-avignon.fr | 125 | For Bug report, please contact Pascal Nocera at pascal.nocera@univ-avignon.fr |
126 | 126 | ||
127 | COPYRIGHT | 127 | COPYRIGHT |
128 | --------- | 128 | --------- |
129 | 129 | ||
130 | See the COPYING file. | 130 | See the COPYING file. |
131 | 131 | ||
132 | AUTHORS | 132 | AUTHORS |
133 | ------- | 133 | ------- |
134 | 134 | ||
135 | Jean-François Rey <jean-francois.rey@univ-avignon.fr> | 135 | Jean-François Rey <jean-francois.rey@univ-avignon.fr> |
136 | Hugo Mauchrétien <hugo.mauchretien@univ-avignon.fr> | 136 | Hugo Mauchrétien <hugo.mauchretien@univ-avignon.fr> |
137 | Emmanuel Ferreira <emmanuel.ferreira@univ-avignon.fr> | 137 | Emmanuel Ferreira <emmanuel.ferreira@univ-avignon.fr> |
138 | 138 | ||
139 | 139 |