This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
hummingbird
/
gAnswer
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
3
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Update ParaphraseDictionary.java
tags/v0.1.2
Nick Lin
GitHub
6 years ago
parent
821359c6bc
commit
e5a5feb767
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/paradict/ParaphraseDictionary.java
+ 1
- 0
src/paradict/ParaphraseDictionary.java
View File
@@ -95,6 +95,7 @@ public class ParaphraseDictionary {
loadDboPredicate();
loadDboPredicate();
loadParaDict();
loadParaDict();
buildInvertedIndex();
buildInvertedIndex();
typePredicateID = predicate_2_id.get("type");
} catch (Exception e) {
} catch (Exception e) {
e.printStackTrace();
e.printStackTrace();
}
}
Write
Preview
Loading…
Cancel
Save