BIG REFACTOR - erasing unused code
This commit is contained in:
@@ -23,9 +23,9 @@ public class CorpusTests {
|
||||
|
||||
File f = Settings.corpus.iterator().next();
|
||||
|
||||
Statistics stats = new Statistics(AnalysisLevel.STRING_LEVEL, 2, 0, CalculateFor.WORD);
|
||||
// stats.setCorpusType(CorpusType.GOS);
|
||||
stats.setCorpusType(CorpusType.SOLAR);
|
||||
// Statistics stats = new Statistics(AnalysisLevel.STRING_LEVEL, 2, 0, CalculateFor.WORD);
|
||||
// // stats.setCorpusType(CorpusType.GOS);
|
||||
// stats.setCorpusType(CorpusType.SOLAR);
|
||||
|
||||
// XML_processing.readXMLGos(f.toString(), stats);
|
||||
// XML_processing.readXML(f.toString(), stats);
|
||||
@@ -33,10 +33,10 @@ public class CorpusTests {
|
||||
|
||||
}
|
||||
|
||||
@Test
|
||||
public void test() {
|
||||
ObservableList<String> var = GosTaxonomy.getForComboBox();
|
||||
String debug = "";
|
||||
|
||||
}
|
||||
// @Test
|
||||
// public void test() {
|
||||
// ObservableList<String> var = GosTaxonomy.getForComboBox();
|
||||
// String debug = "";
|
||||
//
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user