An open API service indexing awesome lists of open source software.

https://github.com/mpolinowski/python-nltk

Python Natural Language Toolkit - Stemming, Similarity, Sentiment Examples
https://github.com/mpolinowski/python-nltk

natural-language-processing python python-nltk

Last synced: 7 months ago
JSON representation

Python Natural Language Toolkit - Stemming, Similarity, Sentiment Examples

Awesome Lists containing this project

README

          

# Python Natural Language Toolkit

```bash
python 06_search_online.py

:: Query Input:: Arya Stark
:: RESULT :: Arya Stark (portrayed by Maisie Williams) is the younger daughter of Lord Eddard and Catelyn Stark of Winterfell. :: SCORE :: 0.6839984134770951 ::

:: Query Input:: Petyr Baelish
:: RESULT :: Petyr Baelish (portrayed by Aidan Gillen) is the Master of Coin in King Robert Baratheon's Small Council. :: SCORE :: 0.5127895267762288 ::

:: Query Input:: quit
:: INFO :: Shutting down...
```