Spanish entity extraction
1.3K
Spanish concept extraction. The source code can be found here: https://github.com/MixedEmotions/08_entity_extraction_es
docker run -p 32769:2812 --name topic_extraction -d mixedemotions/08_entity_extraction_pt
method:GET
port:2812
Expected parameters: text: with text to analyze
Output: Json Map with the key "concepts" with its value being the array of detected concepts.
Example: request:http://localhost:32769/?text=Cristiano%20ronaldo%20seguir%C3%A1%20dos%20a%C3%B1os%20m%C3%A1s%20en%20el%20real%20madrid
reponse: { concepts: [ "real madrid", "cristiano ronaldo" ] }
Content type
Image
Digest
Size
299.7 MB
Last updated
about 10 years ago
docker pull mixedemotions/08_entity_extraction_pt