Révision 708
tmp/org.txm.groovy.core/src/groovy/org/txm/test/CQPBenchmark.groovy (revision 708) | ||
---|---|---|
36 | 36 |
|
37 | 37 |
|
38 | 38 |
import java.util.ArrayList; |
39 |
|
|
39 |
import org.txm.information.core.functions.* |
|
40 | 40 |
import org.txm.utils.DeleteDir; |
41 | 41 |
import org.txm.*; |
42 | 42 |
import org.txm.lexicaltable.core.functions.LexicalTable |
... | ... | |
54 | 54 |
import org.txm.functions.concordances.comparators.*; |
55 | 55 |
import org.txm.referencer.core.functions.Referencer; |
56 | 56 |
import org.txm.searchengine.cqp.ReferencePattern |
57 |
import org.txm.searchengine.cqp.core.functions.information.Information |
|
58 | 57 |
import org.txm.searchengine.cqp.corpus.*; |
59 | 58 |
import org.txm.searchengine.cqp.corpus.query.*; |
60 | 59 |
|
... | ... | |
105 | 104 |
// INFORMATIONS |
106 | 105 |
print " INFO" |
107 | 106 |
time = System.currentTimeMillis(); |
108 |
Information diag = new Information(corpus, 20)
|
|
107 |
def diag = new Information(corpus, 20)
|
|
109 | 108 |
diag.stepGeneralInfos(); |
110 | 109 |
diag.stepLexicalProperties(); |
111 | 110 |
diag.stepStructuralUnits(); |
tmp/org.txm.groovy.core/src/groovy/org/txm/test/Informations.groovy (revision 708) | ||
---|---|---|
35 | 35 |
|
36 | 36 |
// imports des fonctions que l'on va utiliser |
37 | 37 |
import org.txm.Toolbox |
38 |
import org.txm.searchengine.cqp.core.functions.information.Information
|
|
38 |
import org.txm.information.core.functions.Information
|
|
39 | 39 |
import org.txm.searchengine.cqp.corpus.* |
40 | 40 |
import org.txm.objects.* |
41 | 41 |
|
tmp/org.txm.groovy.core/META-INF/MANIFEST.MF (revision 708) | ||
---|---|---|
35 | 35 |
org.txm.referencer.core;bundle-version="1.0.0", |
36 | 36 |
org.txm.libs.cqp;bundle-version="1.0.0", |
37 | 37 |
org.txm.searchengine.core;bundle-version="1.0.0", |
38 |
org.eclipse.swt;bundle-version="3.103.2" |
|
38 |
org.eclipse.swt;bundle-version="3.103.2", |
|
39 |
org.txm.information.core;bundle-version="1.0.0" |
|
39 | 40 |
Export-Package: ., |
40 | 41 |
filters.BuildXmlLiturgie, |
41 | 42 |
filters.Concatenator, |
Formats disponibles : Unified diff