Skip to content

Commit

Permalink
Add ensemble examples to projects.cfg.dist; drop old Annif API exampl…
Browse files Browse the repository at this point in the history
…es. Fixes #264
  • Loading branch information
osma committed May 7, 2019
1 parent 074b59f commit a7aa38c
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions projects.cfg.dist
Original file line number Diff line number Diff line change
Expand Up @@ -84,26 +84,20 @@ backend=http
endpoint=http://localhost:8080/maui/jyu-eng/analyze
vocab=yso-en

[annif-api-fi]
name=Annif prototype API Finnish
[ensemble-fi]
name=Ensemble Finnish
language=fi
backend=http
endpoint=http://api.annif.org/v0/autoindex
project=yso-finna-fi
vocab=yso-fi
backend=ensemble
sources=tfidf-fi,fasttext-fi,maui-fi

[annif-api-sv]
name=Annif prototype API Swedish
[ensemble-sv]
name=Ensemble Swedish
language=sv
backend=http
endpoint=http://api.annif.org/v0/autoindex
project=yso-finna-sv
vocab=yso-sv
backend=ensemble
sources=tfidf-sv,fasttext-sv,maui-sv

[annif-api-en]
name=Annif prototype API English
[ensemble-en]
name=Ensemble English
language=en
backend=http
endpoint=http://api.annif.org/v0/autoindex
project=yso-finna-en
vocab=yso-en
backend=ensemble
sources=tfidf-en,fasttext-en,maui-en

0 comments on commit a7aa38c

Please sign in to comment.