Révision 1894
| tmp/org.txm.specificities.core/src/org/txm/specificities/core/functions/Specificities.java (revision 1894) | ||
|---|---|---|
| 39 | 39 |
|
| 40 | 40 |
import org.eclipse.osgi.util.NLS; |
| 41 | 41 |
import org.rosuda.REngine.REXP; |
| 42 |
import org.txm.core.messages.TXMCoreMessages; |
|
| 42 | 43 |
import org.txm.core.preferences.TBXPreferences; |
| 43 | 44 |
import org.txm.core.results.Parameter; |
| 44 | 45 |
import org.txm.core.results.TXMParameters; |
| ... | ... | |
| 662 | 663 |
return NLS.bind(this.getName()+" (max score={0})", this.maxScore);
|
| 663 | 664 |
} |
| 664 | 665 |
|
| 666 |
|
|
| 667 |
|
|
| 665 | 668 |
@Override |
| 669 |
public String getComputingStartMessage() {
|
|
| 670 |
return TXMCoreMessages.bind("Calcul des spécificités...");
|
|
| 671 |
} |
|
| 672 |
|
|
| 673 |
|
|
| 674 |
@Override |
|
| 675 |
public String getComputingDoneMessage() {
|
|
| 676 |
return TXMCoreMessages.common_done; |
|
| 677 |
} |
|
| 678 |
|
|
| 679 |
|
|
| 680 |
@Override |
|
| 666 | 681 |
public boolean canCompute() {
|
| 667 | 682 |
|
| 668 | 683 |
if (this.lexicalTable == null) {
|
Formats disponibles : Unified diff