文件名称:opener-docker-wrapper:OpeNER Docker映像的包装器服务
文件大小:10KB
文件格式:ZIP
更新时间:2024-05-29 03:13:34
docker sanic opener-nlp Python
开瓶器包装 该存储库包含一个简单的服务,用于包装多个OpeNER服务并通过统一的API公开它们。 # start the nlp services and wrapper service docker-compose up --build -d # call the wrapper service curl ' http://localhost:9999/opener ' \ -H ' Content-Type: application/json ' \ -d ' {"text": "I went to Rome last year. It was fantastic.", "steps": [ "identify_language", "tokenize", "pos", "ner"
【文件预览】:
opener-docker-wrapper-master
----Dockerfile(724B)
----LICENSE(1KB)
----app()
--------server.py(5KB)
--------static()
----requirements.txt(98B)
----docker-compose.yml(800B)
----.gitignore(1KB)
----.dockerignore(27B)
----README.md(2KB)
----azuredeploy.json(7KB)