Skip to content

Commit

Permalink
expunge references to old morph service from configs
Browse files Browse the repository at this point in the history
  • Loading branch information
balmas committed Jun 21, 2017
1 parent 8d51762 commit 5ad6593
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions app/static/configs/resources/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
},

"morphologyServiceLat" : {
"route" : "http://services.perseids.org/bsp/morphologyservice/analysis/word?lang=lat&engine=morpheuslat"
"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"
"route" : "http://morph.perseids.org/analysis/word?lang=grc&engine=morpheusgrc"
},
"morphologyServicePer" : {
"route" : "http://localhost/extapi/morphologyservice/analysis/word?lang=per&engine=hazm"
Expand Down
4 changes: 2 additions & 2 deletions app/static/configs/resources/github.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
},

"morphologyServiceLat" : {
"route" : "http://services.perseids.org/bsp/morphologyservice/analysis/word?lang=lat&engine=morpheuslat"
"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"
"route" : "http://morph.perseids.org/analysis/word?lang=grc&engine=morpheusgrc"
},

"sgGrammar" : {
Expand Down
4 changes: 2 additions & 2 deletions app/static/configs/resources/perseids-staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
},

"morphologyServiceLat" : {
"route" : "http://services.perseids.org/bsp/morphologyservice/analysis/word?lang=lat&engine=morpheuslat"
"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"
"route" : "http://morph.perseids.org/analysis/word?lang=grc&engine=morpheusgrc"
},

"morphologyServicePer" : {
Expand Down
6 changes: 3 additions & 3 deletions app/static/configs/resources/perseids.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
},

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

"morphologyServiceLat2" : {
"route" : "http://services.perseids.org/bsp/morphologyservice/analysis/word?lang=lat&engine=whitakerLat"
"route" : "http://morph.perseids.org/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"
"route" : "http://morph.perseids.org/analysis/word?lang=grc&engine=morpheusgrc"
},

"newMorphologyServiceGrc" : {
Expand Down
4 changes: 2 additions & 2 deletions app/static/configs/resources/perseids_local.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
},

"morphologyServiceLat" : {
"route" : "http://services.perseids.org/bsp/morphologyservice/analysis/word?lang=lat&engine=morpheuslat"
"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"
"route" : "http://morph.perseids.org/analysis/word?lang=grc&engine=morpheusgrc"
},

"sgGrammar" : {
Expand Down
2 changes: 1 addition & 1 deletion app/static/configs/root_files/alpheios-grc.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},

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

Expand Down
2 changes: 1 addition & 1 deletion app/static/configs/root_files/arabic.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},

"morphologyService" : {
"route" : "http://services.perseids.org/bsp/morphologyservice/analysis/word?lang=ara&engine=aramorph"
"route" : "http://morph.perseids.org/analysis/word?lang=ara&engine=aramorph"
}
},

Expand Down
2 changes: 1 addition & 1 deletion app/static/configs/root_files/e2e.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},

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

Expand Down

0 comments on commit 5ad6593

Please sign in to comment.