Browse Source

Update ParaphraseDictionary.java

tags/v0.1.2
knightmarehs 6 years ago
parent
commit
f0d4b9bc75
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/paradict/ParaphraseDictionary.java

+ 1
- 2
src/paradict/ParaphraseDictionary.java View File

@@ -36,8 +36,7 @@ public class ParaphraseDictionary {
public HashSet<String> prepositions; public HashSet<String> prepositions;
public HashSet<String> bannedTypes; public HashSet<String> bannedTypes;
//public final int typePredicateID = 1541; //dbpedia2015 <type>=1541
public int typePredicateID = 5157; //Dbpedia 2016 <type>=5166
public int typePredicateID = 5157; //Dbpedia 2016 <type>=5157 | It will be updated according the dataset
public int totalPredCount = 0; public int totalPredCount = 0;
public int paraphrasedPredCount = 0; public int paraphrasedPredCount = 0;
public int lineCount = 0; public int lineCount = 0;


Loading…
Cancel
Save