Skip to content

Commit

Permalink
Fixed test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
anudeepti2004 committed Dec 15, 2017
1 parent 6364220 commit 22372c2
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
Expand Up @@ -43,7 +43,7 @@ public void shouldCreateBodyRegexClassifier() throws Exception {
public void shouldCreateSmileClassifier() throws Exception {
// given
String path = ClassifierFactoryTest.class.getResource("smile_classifier_config/").getPath();

System.out.println(path);
TargetClassifier classifier = TargetClassifierFactory.create(path);
assertThat(classifier, is(notNullValue()));
assertThat(classifier, is(instanceOf(SmileTargetClassifier.class)));
Expand Down

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
@@ -1,5 +1,5 @@
type: weka
type: smile
parameters:
features_file: pageclassifier.features
model_file: pageclassifier.model
stopwords_file: stoplist.txt
stopwords_file: stoplist.txt

This file was deleted.

Binary file not shown.

0 comments on commit 22372c2

Please sign in to comment.