Révision 406

tmp/org.txm.lexicaltable.core/src/org/txm/functions/intertextualdistance/InterTextDistance.java (revision 406)
7 7

  
8 8
import org.rosuda.REngine.REXP;
9 9
import org.rosuda.REngine.REXPMismatchException;
10
import org.txm.functions.Function;
10
import org.txm.functions.TXMCommand;
11 11
import org.txm.lexicaltable.core.statsengine.data.ILexicalTable;
12 12
import org.txm.searchengine.cqp.clientExceptions.CqiClientException;
13 13
import org.txm.searchengine.cqp.clientExceptions.InvalidCqpIdException;
14 14
import org.txm.statsengine.core.StatException;
15 15
import org.txm.statsengine.r.core.RWorkspace;
16 16

  
17
public class InterTextDistance extends Function {
17
public class InterTextDistance extends TXMCommand {
18 18
	
19 19
	ILexicalTable table;
20 20
	String method = "euclidian"; //$NON-NLS-1$
tmp/org.txm.lexicaltable.core/src/org/txm/lexicaltable/core/statsengine/data/ILexicalTable.java (revision 406)
31 31
import java.util.List;
32 32

  
33 33
import org.rosuda.REngine.REXPMismatchException;
34
import org.txm.core.results.ITXMResult;
34
import org.txm.core.results.TXMResult;
35 35
import org.txm.searchengine.cqp.corpus.Corpus;
36 36
import org.txm.searchengine.cqp.corpus.Partition;
37 37
import org.txm.searchengine.cqp.corpus.Property;
tmp/org.txm.lexicaltable.core/src/org/txm/lexicaltable/core/functions/LexicalTableFactory.java (revision 406)
5 5
import java.util.List;
6 6
import java.util.Map;
7 7

  
8
import org.txm.core.results.ITXMResult;
8
import org.txm.core.results.TXMResult;
9 9
import org.txm.lexicaltable.core.statsengine.data.ILexicalTable;
10 10
import org.txm.lexicaltable.core.statsengine.r.data.LexicalTableImpl;
11 11
import org.txm.lexicon.core.corpusengine.cqp.Lexicon;

Formats disponibles : Unified diff