Révision 2685
tmp/org.txm.queryindex.rcp/src/org/txm/queryindex/core/functions/QueryIndex.java (revision 2685) | ||
---|---|---|
344 | 344 |
try { |
345 | 345 |
LexicalTableImpl lt = new LexicalTableImpl(freqs, rownames, colnames); |
346 | 346 |
LexicalTable table = new LexicalTable(partition); |
347 |
table.setParameters(partition.getCorpus().getDefaultProperty(), 1, this.getV(), null); |
|
347 |
table.setParameters(partition.getCorpus().getDefaultProperty(), 1, Integer.MAX_VALUE, this.getV(), null);
|
|
348 | 348 |
table.setData(lt); |
349 | 349 |
return table; |
350 | 350 |
} |
Formats disponibles : Unified diff