Skip to content

rapha18th/NLP-Planet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository for the NLP-Planet postman workspace

Simple NLP Collection

Example: Screenshot-2021-01-25-at-23-02-16.png

number of tokens

GET https://nlpcol.herokuapp.com/api/v1/tokens/{mytext}

lemmatization

GET https://nlpcol.herokuapp.com/api/v1/lemma/{mytext}

named entities

GET https://nlpcol.herokuapp.com/api/v1/ner/{mytext}

sentiment

GET https://nlpcol.herokuapp.com/api/v1/wiki_sentiment/{mytext}

word cloud

GET https://nlpcol.herokuapp.com/api/v1/wordcloud/{mytext}

Wikipedia NLP Collection

Example: Screenshot-2021-01-26-at-00-51-38.png

summary of wikipedia page

GET https://nlpcol.herokuapp.com/api/v1/wiki_summary/{mytext}

returns the whole content of a wikipedia page

GET https://nlpcol.herokuapp.com/api/v1/wiki_content/{mytext}

list the images urls of a wikipedia page

GET https://nlpcol.herokuapp.com/api/v1/wiki_img/{mytext}

named entities of the content of a wikipedia page

GET https://nlpcol.herokuapp.com/api/v1/wiki_ner/{mytext}

sentiment of the content of a wikipedia page

GET https://nlpcol.herokuapp.com/api/v1/wiki_sentiment/{mytext}

wikipedia word cloud

GET https://nlpcol.herokuapp.com/api/v1/wiki_wordcloud/{mytext}

About

Repository for the NLP-Planet Postman workspace

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages