Révision 1114
tmp/org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/corpus/Part.java (revision 1114) | ||
---|---|---|
41 | 41 |
/** The number of texts composing this part. */ |
42 | 42 |
private int nTexts = -1; |
43 | 43 |
|
44 |
/** |
|
45 |
* |
|
46 |
* @param partition |
|
47 |
*/ |
|
44 | 48 |
public Part(Partition partition) { |
45 | 49 |
super(partition); |
46 | 50 |
|
... | ... | |
49 | 53 |
this.userPersistable = false; |
50 | 54 |
} |
51 | 55 |
|
56 |
/** |
|
57 |
* |
|
58 |
* @param parametersNodePath |
|
59 |
*/ |
|
52 | 60 |
public Part(String parametersNodePath) { |
53 |
super(parametersNodePath); // build the subcorpus part
|
|
61 |
super(parametersNodePath); |
|
54 | 62 |
|
55 | 63 |
this.setVisible(false); |
56 | 64 |
this.internalPersistable = true; |
... | ... | |
81 | 89 |
} |
82 | 90 |
|
83 | 91 |
@Override |
92 |
@Deprecated |
|
84 | 93 |
public boolean toTxt(File outfile, String encoding, String colseparator, String txtseparator) throws Exception { |
85 | 94 |
return this.toTxt(outfile, encoding, colseparator, txtseparator); |
86 | 95 |
} |
tmp/org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/corpus/CQPCorpus.java (revision 1114) | ||
---|---|---|
64 | 64 |
*/ |
65 | 65 |
public abstract class CQPCorpus extends org.txm.objects.CorpusBuild implements CqpObject { |
66 | 66 |
|
67 |
/** |
|
68 |
* |
|
69 |
* @param project |
|
70 |
*/ |
|
67 | 71 |
protected CQPCorpus(Project project) { |
68 | 72 |
super(project); |
69 | 73 |
} |
70 | 74 |
|
75 |
/** |
|
76 |
* |
|
77 |
* @param corpus |
|
78 |
*/ |
|
71 | 79 |
public CQPCorpus(CQPCorpus corpus) { |
72 | 80 |
super(corpus); |
73 | 81 |
} |
74 | 82 |
|
83 |
/** |
|
84 |
* |
|
85 |
* @param partition |
|
86 |
*/ |
|
75 | 87 |
public CQPCorpus(Partition partition) { |
76 | 88 |
super(partition); |
77 | 89 |
} |
tmp/org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/corpus/Subcorpus.java (revision 1114) | ||
---|---|---|
37 | 37 |
import org.txm.core.preferences.TBXPreferences; |
38 | 38 |
import org.txm.core.results.Parameter; |
39 | 39 |
import org.txm.core.results.TXMParameters; |
40 |
import org.txm.objects.Project; |
|
41 | 40 |
import org.txm.searchengine.cqp.AbstractCqiClient; |
42 | 41 |
import org.txm.searchengine.cqp.NetCqiClient; |
43 | 42 |
import org.txm.searchengine.cqp.clientExceptions.CqiClientException; |
... | ... | |
58 | 57 |
*/ |
59 | 58 |
public class Subcorpus extends CQPCorpus { |
60 | 59 |
|
61 |
/** The query. */ |
|
60 |
/** |
|
61 |
* Query used to build the corpus. |
|
62 |
*/ |
|
62 | 63 |
@Parameter(key=TBXPreferences.QUERY) |
63 | 64 |
protected CQLQuery pQuery; |
64 | 65 |
|
... | ... | |
534 | 535 |
|
535 | 536 |
|
536 | 537 |
@Override |
538 |
@Deprecated |
|
537 | 539 |
public boolean toTxt(File outfile, String encoding, String colseparator, String txtseparator) throws Exception { |
538 | 540 |
return false; |
539 | 541 |
} |
Formats disponibles : Unified diff