Skip to content

Commit

Permalink
#20
Browse files Browse the repository at this point in the history
  • Loading branch information
ziy committed Aug 15, 2013
1 parent 28d8c3d commit 7e43df8
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions src/main/resources/bioqa/bioqa-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,22 @@ configuration:
author: ziy

persistence-provider:
inherit: bioqa.db.cse-persistence-provider
inherit: bioqa.db.local-mysql-persistence-provider
# inherit: bioqa.db.roche-persistence-provider
# inherit: bioqa.db.cse-persistence-provider
# inherit: helloqa.db.local-persistence-provider

#collection-reader:
# inherit: bioqa.collection.decorated-collection-reader
#dataset: TRECGEN06
#file: /input/trecgen06.txt

collection-reader:
inherit: bioqa.db.collection-reader
dataset: BIO-COMBINED
sequence-start: 160
sequence-end: 187
#sequence-end: 160
inherit: bioqa.collection.decorated-collection-reader
dataset: TRECGEN06
file: /input/trecgen06.txt

#collection-reader:
# inherit: bioqa.db.collection-reader
# dataset: BIO-COMBINED
# sequence-start: 160
# sequence-end: 187
# #sequence-end: 160

pipeline:
- inherit: jdbc.cse.phase
Expand Down Expand Up @@ -62,10 +64,10 @@ pipeline:
#options: |
# - inherit: bioqa.keyterm.kb.entrezgene

#- inherit: jdbc.cse.phase
# name: synonyms
#options: |
# - inherit: bioqa.keyterm.kb.umls
# - inherit: jdbc.cse.phase
# name: synonyms
# options: |
# - inherit: bioqa.keyterm.kb.umls

#- inherit: jdbc.sqlite.cse.phase
# name: store
Expand Down Expand Up @@ -109,26 +111,26 @@ pipeline:
lazy-load-options: true
options: |
- inherit: bioqa.ie.span.important-sentence
#- inherit: base.noop
# - inherit: base.noop

- inherit: jdbc.cse.phase
name: passage-rank
lazy-load-options: true
options: |
- inherit: bioqa.ie.rank.proximity
#- inherit: base.noop
# - inherit: base.noop

- inherit: jdbc.cse.phase
name: score-combine
options: |
- inherit: bioqa.ie.rank.combine
# #- inherit: base.noop
# - inherit: base.noop

- inherit: jdbc.cse.phase
name: passage-overlap
options: |
- inherit: bioqa.ie.overlap.filter
# #- inherit: base.noop
# - inherit: base.noop

#- inherit: jdbc.cse.phase
# name: ranking-model
Expand Down

0 comments on commit 7e43df8

Please sign in to comment.