Simple API that returns the Part of Speech (POS) of a requested word, also returns a suggested word with the same POS.
[POST] - https://victorribeiro.com/pos/word.php
{"msg": <requested words space separated (up to 10)>}
[{
"word": <requested word>,
"suggestion": <another word with the same POS>,
"pos": <POS - part of speech>
}]
N | Noun |
P | Plural |
h | Noun Phrase |
V | Verb (usu participle) |
t | Verb (transitive) |
i | Verb (intransitive) |
A | Adjective |
v | Adverb |
C | Conjunction |
P | Preposition |
! | Interjection |
r | Pronoun |
D | Definite Article |
I | Indefinite Article |
o | Nominative |