Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update code for WikiHowTaskFrame extraction from Wikihow Data
  • Loading branch information
cxchu committed Mar 9, 2017
1 parent ad8a8d2 commit ce0c76d
Show file tree
Hide file tree
Showing 19 changed files with 168,319 additions and 6 deletions.
165,437 changes: 165,437 additions & 0 deletions data/noun-verb.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/java/kb/howtokb/global/Global.java
Expand Up @@ -6,7 +6,7 @@ public class Global {
public static final String GENERAL_THING = "GENERAL_THING";
public static final String GENERAL_INGREDIENT = "GENERAL_INGREDIENT";
public static final String REMOVE_LINK = "/home/cxchu/workspace/Github/data-extraction/DataExtraction/data/removelinks";
public static final String NOUN_VERB = "/home/cxchu/workspace/Github/data-extraction/DataExtraction/data/noun-verb.txt";
public static final String NOUN_VERB = "/home/cxchu/workspace/Github/howtokb/data/noun-verb.txt";
public static final String DUMMY_SUBJECT = "You";

public static final String VERBPHRASES_WN_FILE = "/var/tmp/cxchu/data-needed/db-text/verbphrases";
Expand Down
@@ -1,4 +1,4 @@
package kb.howtokb.extractor;
package kb.howtokb.reader;

import java.io.BufferedReader;
import java.io.FileReader;
Expand Down
@@ -1,4 +1,4 @@
package kb.howtokb.extractor;
package kb.howtokb.reader;

import java.io.BufferedReader;
import java.io.File;
Expand Down

0 comments on commit ce0c76d

Please sign in to comment.