Skip to content

Commit

Permalink
add config for new morphology service
Browse files Browse the repository at this point in the history
  • Loading branch information
balmas committed Jun 7, 2017
1 parent 449ee3e commit 8d51762
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/static/configs/resources/perseids.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,18 @@
"route" : "http://services.perseids.org/bsp/morphologyservice/analysis/word?lang=lat&engine=whitakerLat"
},

"newMorphologyServiceLat" : {
"route" : "http://morph.perseids.org/analysis/word?lang=lat&engine=morpheuslat"
},

"morphologyServiceGrc" : {
"route" : "http://services.perseids.org/bsp/morphologyservice/analysis/word?lang=grc&engine=morpheusgrc"
},

"newMorphologyServiceGrc" : {
"route" : "http://morph.perseids.org/analysis/word?lang=grc&engine=morpheusgrc"
},

"morphologyServicePer" : {
"route" : "http://services.perseids.org/pysvc/morphologyservice/analysis/word?lang=per&engine=hazm"
},
Expand Down

0 comments on commit 8d51762

Please sign in to comment.