All request are made to http://api.natura.di.uminho.pt, and all responses are in JSON format. Check the online demo.

Tokenizer

Split a text into tokens, uses FL3 by default.

POST /tokenizer
text=Eu gatinho na rua. Um gatinho bebeu o leite.

Analyzer

Analyzes text: computes lemmas and POS tags, uses FL3 by default.

POST /analyzer
text=Eu gatinho na rua. Um gatinho bebeu o leite.

Analyzer can use NER, not used by default.

POST /analyzer
text=O João Paulo foi. ; ner = 0

When active named entities are concaenaded with a _ and treated as a single token.

POST /analyzer
text=O João Paulo foi. ; ner = 1

Analyze a single word, uses FL3 by default

GET /fl3/analyzer/gatinho

Or Jspell can be used

GET /jspell/analyzer/gatinho