Skip to content

kirillfx/lang-uk-ms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Lang-UK

Example of using Lang-UK microservices.

Usage

Docker

docker-compose up

Curl

Tokenize

curl -X POST -H "Content-Type: application/json; charset=UTF-8" -d '{ "text": "Несе Галя воду, Коромисло гнеться, За нею Іванко, Як барвінок, в’ється." }' http://localhost:8080/tokenize/tokenize_text/

NER UK

curl -X POST -H "Content-Type: application/json; charset=UTF-8" -d '{ "tokens": ["Несе","Галя","воду",",","Коромисло","гнеться" ]}' http://localhost:8080/ner/mitie/uk/

NER EN

curl -X POST -H "Content-Type: application/json; charset=UTF-8" -d '{ "tokens": ["Bill","brigngs","water",",","Jobs","cry" ]}' http://localhost:8080/ner/mitie/en/

NLP UK Lematize

curl -X POST -H "Content-Type: application/json" -d "{'text': 'Сьогодні у продажі. 12-те зібрання творів 1969 р. І. П. Котляревського.'}" http://localhost:8080/nlp/uk/lemmatize/

Lang Detect

curl -X POST -H "Content-Type: application/json" -d "{'text': 'Несе Галя'}"  http://localhost:8080/lang-detect/wiki/detect | jq .

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 62.6%
  • Dockerfile 25.2%
  • Shell 12.2%