INSTALL 4.14 KB
#---------------#
# OTMEDIA LIA   #
# INSTALL       #
# version : 1.0 #
#---------------#

OTMEDIA LIA ready to use ? Really ?
No ! You have to do manualy configuartion for some features.
Let see...

SUMMARY
-------

1\ Before installation
2\ install.sh script
3\ SOLR install


1\ Before installation
----------------------

- Check and install dependencies.
- In 64 bits architcture be sure you can run 32 bits programs.
- Have 300 Go of free space.
- Have acces to the network and the nyx server.

2/ install.sh script
--------------------

install.sh script will do most of the work.
It will check dependencies and configure pass tools.
By default it will do a complet install (300 Go).

You can modifiy behavior by editing install.sh :

To disable lexicon adaption using SOLR DB put EXPLOITCONFPASS to 0 (mainly the 290 Go).
To disable confidence measure put CONFPASS to 0.
To disable second and third pass put PASS2 to 0.

run install.sh and follow the white rabbit.

3\ SOLR install
---------------

The install.sh script download otmedia-2013-04.tar.gz and untar it in OTMEDIA_HOME/tools/SOLR/ .
See SOLR.INSTALL file to install OTMEDIA SOLR DB.

4\ Install descriptions

OTMEDIA_HOME
    |-> bin/
           |-> aff_mat
           |-> aff_mat.64
           |-> lia_plp_mt
           |-> lia_plp_mt.64
           |-> LIUM_SpkDiarization-4.2.jar
           |-> sclite
    |-> cfg/
            |-> ConfidenceMeasure.cfg
            |-> ConfPass.cfg
            |-> ExploitConfidencePass.cfg
            |-> FirstPass.cfg
            |-> main_cfg.cfg
            |-> RecomposePass.cfg
            |-> Scoring.cfg
            |-> Secondass.cfg
            |-> ThirdPass.cfg
    |-> data/
            |-> rules/
                    |-> asupp
                    |-> basic
                    |-> lastprocess.regex
                    |-> muRules.tab
                    |-> numeric_rules
                    |-> postprocess.regex
                    |-> preprocess.regex
                    |-> random_regex.tab
    |-> main_tools/
                |-> CheckResults.sh
                |-> ConfidenceMeasure.sh
                |-> ConfPass.sh
                |-> ExploitConfidencePass.sh
                |-> FirstPass.sh
                |-> OneScriptToRuleThemAll.sh
                |-> RecomposePass.sh
                |-> ScoringRes.sh
                |-> SecondPass.sh
                |-> ThirdPass.sh
    |-> tools/
            |-> lia_ltbox/
            |-> PACKAGE_MESURES_V1.0/
            |-> QUOTE_FINDER/
            |-> scripts/
                       |-> ApplyCorrectionRules.pl
                       |-> BdlexUC.pl
                       |-> CheckConfPass.sh
                       |-> CheckExploitConfPass.sh
                       |-> CheckFirstPass.sh
                       |-> CheckSecondPass.sh
                       |-> CheckThirdPass.sh
                       |-> CleanFilter.sh
                       |-> CoverageReportMaker.pl
                       |-> ctm2show.pl
                       |-> Date2txt.pl
                       |-> daybefore2after.sh
                       |-> ExtractAudioFromTV.sh
                       |-> FindNormRules.pl
                       |-> formatRES.pl
                       |-> GenerateSOLRQueries.pl
                       |-> intersec.pl
                       |-> KeepConfZone.pl
                       |-> LexPhonFilter.pl
                       |-> MergeLexicon.pl
                       |-> NbMaxWordsFilter.pl
                       |-> Number2txt.pl
                       |-> perlmod/
                                  |-> Utils.pm
                       |-> PhonFormatter.pl
                       |-> ProcessSOLRQueries.py
                       |-> RandomRegex.pl
                       |-> RemoveLineContaining.pl
                       |-> res2out.pl
                       |-> ScoreCtm2trigg.pl
                       |-> scoredCtmAndTaggedLem2All.pl
                       |-> Sentencer.pl
                       |-> srt2stm.pl
                       |-> Tools.sh
                       |-> UrlConverter.pl
            |-> SIGMUND/
    |-> COPYING
    |-> CorpusOTMedia.txt
    |-> HOWTO
    |-> INSTALL
    |-> README
    |-> SOLR.INSTALL
    |-> TODO