| Package | Description | 
|---|---|
| eu.fbk.dkm.pikes.raid | |
| eu.fbk.dkm.pikes.raid.pipeline | |
| eu.fbk.dkm.pikes.raid.sbrs | 
| Modifier and Type | Method and Description | 
|---|---|
static Component | 
Component.forLetter(char letter)  | 
static Component | 
Component.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Component[] | 
Component.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Component> | 
Trainer.components()  | 
static Set<Component> | 
Component.forLetters(String letters)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Analyzer | 
Analyzer.create(Iterable<String> goldLabels,
      Extractor extractor,
      Path reportPath,
      Component... components)  | 
static Analyzer | 
Analyzer.create(Iterable<String> goldLabels,
      Iterable<String> testLabels,
      Path reportPath,
      Component... components)  | 
static Trainer<? extends Extractor> | 
Trainer.create(Properties properties,
      Component... components)  | 
void | 
Extractor.extract(Iterable<KAFDocument> documents,
       String outLabel,
       Component... components)  | 
void | 
Extractor.extract(KAFDocument document,
       String outLabel,
       Component... components)  | 
static Set<Term> | 
Opinions.heads(KAFDocument document,
     Span<Term> span,
     Component component)  | 
void | 
Extractor.refine(Iterable<KAFDocument> documents,
      Iterable<String> inLabels,
      String outLabel,
      Component... components)  | 
void | 
Extractor.refine(KAFDocument document,
      Iterable<String> inLabels,
      String outLabel,
      Component... components)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract Iterable<Opinion> | 
Extractor.doExtract(KAFDocument document,
         int sentenceID,
         EnumSet<Component> components)  | 
protected abstract Iterable<Opinion> | 
Extractor.doRefine(KAFDocument document,
        int sentenceID,
        EnumSet<Component> components,
        Opinion opinion)  | 
static List<Opinion> | 
Opinions.merge(KAFDocument document,
     Iterable<Opinion> opinions,
     Iterable<Component> components)  | 
static void | 
Opinions.retain(Iterable<Opinion> opinions,
      Opinion refOpinion,
      Iterable<Component> components)  | 
static List<Opinion> | 
Opinions.split(KAFDocument document,
     Iterable<Opinion> opinions,
     Iterable<Component> components)  | 
| Constructor and Description | 
|---|
Trainer(Component... components)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Iterable<Opinion> | 
PipelineExtractor.doExtract(KAFDocument document,
         int sentence,
         EnumSet<Component> components)  | 
protected Iterable<Opinion> | 
PipelineExtractor.doRefine(KAFDocument document,
        int sentence,
        EnumSet<Component> components,
        Opinion opinion)  | 
| Constructor and Description | 
|---|
PipelineTrainer(Properties properties,
               Component... components)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Iterable<Opinion> | 
SBRSExtractor.doExtract(KAFDocument document,
         int sentenceID,
         EnumSet<Component> components)  | 
protected Iterable<Opinion> | 
SBRSExtractor.doRefine(KAFDocument document,
        int sentenceID,
        EnumSet<Component> components,
        Opinion opinion)  | 
| Constructor and Description | 
|---|
SBRSTrainer(Properties properties,
           Component... components)  | 
Copyright © 2016–2020 FBK. All rights reserved.