#!/bin/bash #curl http://localhost:8001/ner -H 'Content-Type: application/json' -d '{"sections": ["Ce fut dit avec une grâce, un charme, une naïveté, qui rappelèrent dans cet aveu caché sous une plaisanterie les jours heureux de Gersau. Rodolphe éprouva la délicieuse sensation."]}' curl http://localhost:8001/pos -H 'Content-Type: application/json' -d '{"text": "Ce fut dit avec une grâce, un charme, une naïveté, qui rappelèrent dans cet aveu caché sous une plaisanterie les jours heureux de Gersau. Rodolphe éprouva la délicieuse sensation."}' #curl http://localhost:8001/tokenizer -H 'Content-Type: application/json' -d '{"text": "Ce fut dit avec une grâce, un charme, une naïveté, qui rappelèrent dans cet aveu caché sous une plaisanterie les jours heureux de Gersau. Rodolphe éprouva la délicieuse sensation."}'