Révision 393
tmp/org.txm.groovy.core/src/groovy/org/txm/test/ReleaseFunctionsValidation.groovy (revision 393) | ||
---|---|---|
3 | 3 |
//import org.txm.functions.* |
4 | 4 |
//import org.txm.functions.ca.* |
5 | 5 |
//import org.txm.functions.classification.* |
6 |
//import org.txm.concordances.functions.*
|
|
7 |
//import org.txm.concordances.functions.comparators.*
|
|
6 |
//import org.txm.concordance.core.functions.*
|
|
7 |
//import org.txm.concordance.core.functions.comparators.*
|
|
8 | 8 |
//import org.txm.functions.cooccurrences.Cooccurrence |
9 | 9 |
//import org.txm.functions.diagnostic.* |
10 | 10 |
//import org.txm.functions.index.* |
tmp/org.txm.groovy.core/src/groovy/org/txm/test/CQPBenchmark.groovy (revision 393) | ||
---|---|---|
4 | 4 |
//import org.txm.functions.* |
5 | 5 |
////import org.txm.functions.ca.* |
6 | 6 |
////import org.txm.functions.classification.CAH |
7 |
//import org.txm.concordances.functions.*
|
|
8 |
//import org.txm.concordances.functions.comparators.*
|
|
7 |
//import org.txm.concordance.core.functions.*
|
|
8 |
//import org.txm.concordance.core.functions.comparators.*
|
|
9 | 9 |
//import org.txm.functions.cooccurrences.* |
10 | 10 |
//import org.txm.functions.diagnostic.* |
11 | 11 |
//import org.txm.functions.index.* |
tmp/org.txm.groovy.core/src/groovy/org/txm/test/Concordances.groovy (revision 393) | ||
---|---|---|
37 | 37 |
import org.txm.Toolbox |
38 | 38 |
import org.txm.searchengine.cqp.corpus.* |
39 | 39 |
import org.txm.searchengine.cqp.corpus.query.* |
40 |
import org.txm.concordances.functions.*
|
|
41 |
import org.txm.concordances.functions.comparators.*
|
|
40 |
import org.txm.concordance.core.functions.*
|
|
41 |
import org.txm.concordance.core.functions.comparators.*
|
|
42 | 42 |
import org.txm.functions.ReferencePattern |
43 | 43 |
|
44 | 44 |
// get the DISCOURS corpus |
tmp/org.txm.groovy.core/src/groovy/org/txm/export/MultipleConcordances.groovy (revision 393) | ||
---|---|---|
53 | 53 |
import org.txm.Toolbox |
54 | 54 |
import org.txm.searchengine.cqp.corpus.* |
55 | 55 |
import org.txm.searchengine.cqp.corpus.query.* |
56 |
import org.txm.concordances.functions.*
|
|
57 |
import org.txm.concordances.functions.comparators.*
|
|
56 |
import org.txm.concordance.core.functions.*
|
|
57 |
import org.txm.concordance.core.functions.comparators.*
|
|
58 | 58 |
import org.txm.functions.ReferencePattern |
59 | 59 |
|
60 | 60 |
//PARAMETRES |
tmp/org.txm.groovy.core/src/groovy/org/txm/export/ConcordancesExport_discours.groovy (revision 393) | ||
---|---|---|
43 | 43 |
import org.txm.Toolbox |
44 | 44 |
import org.txm.searchengine.cqp.corpus.* |
45 | 45 |
import org.txm.searchengine.cqp.corpus.query.* |
46 |
import org.txm.concordances.functions.*
|
|
47 |
import org.txm.concordances.functions.comparators.*
|
|
46 |
import org.txm.concordance.core.functions.*
|
|
47 |
import org.txm.concordance.core.functions.comparators.*
|
|
48 | 48 |
import org.txm.functions.ReferencePattern |
49 | 49 |
|
50 | 50 |
// TODO: Auto-generated Javadoc |
tmp/org.txm.groovy.core/src/groovy/org/txm/export/ConcordancesExport.groovy (revision 393) | ||
---|---|---|
36 | 36 |
import org.txm.Toolbox |
37 | 37 |
import org.txm.searchengine.cqp.corpus.* |
38 | 38 |
import org.txm.searchengine.cqp.corpus.query.* |
39 |
import org.txm.concordances.functions.*
|
|
40 |
import org.txm.concordances.functions.comparators.*
|
|
39 |
import org.txm.concordance.core.functions.*
|
|
40 |
import org.txm.concordance.core.functions.comparators.*
|
|
41 | 41 |
import org.txm.functions.ReferencePattern |
42 | 42 |
|
43 | 43 |
// TODO: Auto-generated Javadoc |
tmp/org.txm.groovy.core/src/groovy/org/txm/export/ParaConc.groovy (revision 393) | ||
---|---|---|
30 | 30 |
import org.txm.Toolbox |
31 | 31 |
import org.txm.searchengine.cqp.corpus.* |
32 | 32 |
import org.txm.searchengine.cqp.corpus.query.* |
33 |
import org.txm.concordances.functions.*
|
|
34 |
import org.txm.concordances.functions.comparators.*
|
|
33 |
import org.txm.concordance.core.functions.*
|
|
34 |
import org.txm.concordance.core.functions.comparators.*
|
|
35 | 35 |
import org.txm.functions.ReferencePattern |
36 | 36 |
|
37 | 37 |
////// PARAMETERS ////// |
tmp/org.txm.groovy.core/src/groovy/org/txm/importer/hyperprince/AnalyzeAlignement.groovy (revision 393) | ||
---|---|---|
48 | 48 |
import java.util.ArrayList; |
49 | 49 |
import javax.xml.stream.*; |
50 | 50 |
|
51 |
import org.txm.concordances.functions.comparators.NullComparator;
|
|
51 |
import org.txm.concordance.core.functions.comparators.NullComparator;
|
|
52 | 52 |
|
53 | 53 |
|
54 | 54 |
// TODO: Auto-generated Javadoc |
tmp/org.txm.groovy.core/src/groovy/org/txm/macro/annotation/BuildWordPropTableMacro.groovy (revision 393) | ||
---|---|---|
29 | 29 |
import org.txm.Toolbox |
30 | 30 |
import org.txm.searchengine.cqp.corpus.* |
31 | 31 |
import org.txm.searchengine.cqp.corpus.query.* |
32 |
import org.txm.concordances.functions.*
|
|
33 |
import org.txm.concordances.functions.comparators.*
|
|
32 |
import org.txm.concordance.core.functions.*
|
|
33 |
import org.txm.concordance.core.functions.comparators.*
|
|
34 | 34 |
import org.txm.functions.ReferencePattern |
35 | 35 |
import org.kohsuke.args4j.* |
36 | 36 |
import groovy.transform.Field |
tmp/org.txm.concordance.core/src/org/txm/concordance/core/functions/comparators/CompositeComparator.java (revision 393) | ||
---|---|---|
78 | 78 |
} |
79 | 79 |
|
80 | 80 |
/* (non-Javadoc) |
81 |
* @see org.txm.functions.concordances.comparators.LineComparator#initialize(org.txm.searchengine.cqp.corpus.Corpus)
|
|
81 |
* @see org.txm.concordance.functionscomparators.LineComparator#initialize(org.txm.searchengine.cqp.corpus.Corpus)
|
|
82 | 82 |
*/ |
83 | 83 |
@Override |
84 | 84 |
public void initialize(Corpus corpus) { |
tmp/org.txm.concordance.core/src/org/txm/concordance/core/functions/comparators/LineComparator.java (revision 393) | ||
---|---|---|
43 | 43 |
|
44 | 44 |
/** The available comparator. */ |
45 | 45 |
private static String[] availableComparator = new String[] { |
46 |
"org.txm.functions.concordances.comparators.LexicographicKeywordComparator", //$NON-NLS-1$
|
|
47 |
"org.txm.functions.concordances.comparators.LexicographicLeftContextComparator", //$NON-NLS-1$
|
|
48 |
"org.txm.functions.concordances.comparators.LexicographicRightContextComparator", //$NON-NLS-1$
|
|
49 |
"org.txm.functions.concordances.comparators.PropertiesReferenceComparator" //$NON-NLS-1$
|
|
46 |
"org.txm.concordance.functionscomparators.LexicographicKeywordComparator", //$NON-NLS-1$
|
|
47 |
"org.txm.concordance.functionscomparators.LexicographicLeftContextComparator", //$NON-NLS-1$
|
|
48 |
"org.txm.concordance.functionscomparators.LexicographicRightContextComparator", //$NON-NLS-1$
|
|
49 |
"org.txm.concordance.functionscomparators.PropertiesReferenceComparator" //$NON-NLS-1$
|
|
50 | 50 |
}; |
51 | 51 |
|
52 | 52 |
/** |
tmp/org.txm.concordance.core/src/org/txm/concordance/core/functions/comparators/ReverseComparator.java (revision 393) | ||
---|---|---|
61 | 61 |
} |
62 | 62 |
|
63 | 63 |
/* (non-Javadoc) |
64 |
* @see org.txm.functions.concordances.comparators.LineComparator#initialize(org.txm.searchengine.cqp.corpus.Corpus)
|
|
64 |
* @see org.txm.concordance.functionscomparators.LineComparator#initialize(org.txm.searchengine.cqp.corpus.Corpus)
|
|
65 | 65 |
*/ |
66 | 66 |
@Override |
67 | 67 |
public void initialize(Corpus corpus) { |
tmp/org.txm.concordance.core/src/org/txm/concordance/core/functions/comparators/LocalizedLineComparator.java (revision 393) | ||
---|---|---|
77 | 77 |
} |
78 | 78 |
|
79 | 79 |
/* (non-Javadoc) |
80 |
* @see org.txm.functions.concordances.comparators.LineComparator#initialize(org.txm.searchengine.cqp.corpus.Corpus)
|
|
80 |
* @see org.txm.concordance.functionscomparators.LineComparator#initialize(org.txm.searchengine.cqp.corpus.Corpus)
|
|
81 | 81 |
*/ |
82 | 82 |
@Override |
83 | 83 |
public void initialize(Corpus corpus) { |
Formats disponibles : Unified diff