Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update test
  • Loading branch information
cxchu committed Mar 31, 2017
1 parent ac4b295 commit 7b768f8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/test/java/kb/howtokb/WikiHowArticleReaderTest.java
Expand Up @@ -6,6 +6,7 @@
import org.json.simple.parser.ParseException;

import kb.howtokb.reader.WikiHowArticleReader;
import kb.howtokb.taskframe.extractor.TextToWikiHowTaskFrame;
import kb.howtokb.wkhobject.Question;

public class WikiHowArticleReaderTest {
Expand All @@ -18,5 +19,12 @@ public static void main(String[] args) throws ClassNotFoundException, IOExceptio
}

System.out.println("Total of questions: " + allques.size());



// //Test activity extraction
// String sent = "You have to buy a new pass for the following day.";
// TextToWikiHowTaskFrame test = new TextToWikiHowTaskFrame();
// System.out.println(test.sentToListWikiHowTaskFrame(sent));
}
}

0 comments on commit 7b768f8

Please sign in to comment.