| Package | Description |
|---|---|
| corpora | |
| relations |
| Modifier and Type | Method and Description |
|---|---|
DBUtils |
DataLoader.Txt2Db(String pid,
String text,
List<String> proteins)
Creates a database for event extraction as an programmatic API-call where
all values are given directly rather then reading the values from files.
|
| Constructor and Description |
|---|
DataSaver(DBUtils db) |
| Modifier and Type | Method and Description |
|---|---|
void |
SenSimplifier.loadDict(DBUtils dbs)
Load dictionary from default database DB: DB source to load dictionary
|
Map<String,Rules>[] |
SenSimplifier.loadPatterns(DBUtils db)
Load pattern from database
|
Map<String,RuleSet> |
SenSimplifier.loadRuleSet(DBUtils db) |
void |
EventExtraction.setDb(DBUtils docDb) |
void |
SenAnalyzer.setDB(DBUtils dbs)
Set default database
|
void |
SenSimplifier.setDB(DBUtils dbs)
Set default database
|
void |
RuleLearner.storePatterns(Map<String,Rules>[] map,
DBUtils db) |
void |
RuleLearner.storeRuleSet(Map<String,RuleSet> map,
DBUtils db) |
| Constructor and Description |
|---|
EventExtraction(DBUtils sr,
DBUtils db)
Extract event from the given data
|
RuleLearner(DBUtils sr,
DBUtils dest) |
SenAnalyzer(DBUtils sr,
DBUtils db_dest)
Use given database
|
SenSimplifier(DBUtils dbs) |
TriggerLearner(DBUtils sr,
DBUtils dbs) |
Copyright © 2016 JULIE Lab, Germany. All rights reserved.