Blame view
INSTALL
4.69 KB
665a8dac3 ! follow the whit... |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
#---------------# # 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 |
5a14b8678 update doc |
17 |
4\ Install descriptions |
665a8dac3 ! follow the whit... |
18 19 20 21 22 23 24 25 26 |
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. |
5a14b8678 update doc |
27 |
2\ install.sh script |
665a8dac3 ! follow the whit... |
28 29 30 31 32 33 34 35 36 37 38 |
-------------------- 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. |
06520e7fc update |
39 |
To disable Scoring compilation tools put SCORING to 0. |
665a8dac3 ! follow the whit... |
40 |
|
5a14b8678 update doc |
41 |
If your login name differ from your nyx login name, edit install.sh and change the username variable to your nyx login name. |
665a8dac3 ! follow the whit... |
42 43 44 45 46 47 48 |
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. |
0052714e7 bugfix 3pass |
49 |
4\ Install descriptions |
5a14b8678 update doc |
50 |
----------------------- |
0052714e7 bugfix 3pass |
51 52 53 |
OTMEDIA_HOME |-> bin/ |
1fa99e8a2 add info in INSTA... |
54 55 56 57 58 59 |
|-> aff_mat |-> aff_mat.64 |-> lia_plp_mt |-> lia_plp_mt.64 |-> LIUM_SpkDiarization-4.2.jar |-> sclite |
5a14b8678 update doc |
60 |
|-> cfg/ # Main scripts configurations files |
1fa99e8a2 add info in INSTA... |
61 62 63 64 65 66 67 68 69 |
|-> ConfidenceMeasure.cfg |-> ConfPass.cfg |-> ExploitConfidencePass.cfg |-> FirstPass.cfg |-> main_cfg.cfg |-> RecomposePass.cfg |-> Scoring.cfg |-> Secondass.cfg |-> ThirdPass.cfg |
5a14b8678 update doc |
70 |
|-> data/ # Some data |
1fa99e8a2 add info in INSTA... |
71 72 73 74 75 76 77 78 79 |
|-> rules/ |-> asupp |-> basic |-> lastprocess.regex |-> muRules.tab |-> numeric_rules |-> postprocess.regex |-> preprocess.regex |-> random_regex.tab |
5a14b8678 update doc |
80 |
|-> main_tools/ # Main scripts |
1fa99e8a2 add info in INSTA... |
81 82 83 84 85 86 87 88 89 90 |
|-> CheckResults.sh |-> ConfidenceMeasure.sh |-> ConfPass.sh |-> ExploitConfidencePass.sh |-> FirstPass.sh |-> OneScriptToRuleThemAll.sh |-> RecomposePass.sh |-> ScoringRes.sh |-> SecondPass.sh |-> ThirdPass.sh |
5a14b8678 update doc |
91 |
|-> tools/ # Tools |
06520e7fc update |
92 |
|-> CRF++-0.58.tar.gz |
1fa99e8a2 add info in INSTA... |
93 94 95 |
|-> lia_ltbox/ |-> PACKAGE_MESURES_V1.0/ |-> QUOTE_FINDER/ |
5a14b8678 update doc |
96 |
|-> scripts/ # Secondary scripts (but useful) |
1fa99e8a2 add info in INSTA... |
97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 |
|-> 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/ |
5a14b8678 update doc |
133 134 |
|-> SOLR/ |-> Speeral/ |
0052714e7 bugfix 3pass |
135 136 137 138 139 140 141 |
|-> COPYING |-> CorpusOTMedia.txt |-> HOWTO |-> INSTALL |-> README |-> SOLR.INSTALL |-> TODO |
665a8dac3 ! follow the whit... |
142 |