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
- Host: GitHub
- URL: https://github.com/mpolinowski/python-nltk
- Owner: mpolinowski
- Created: 2022-10-23T09:12:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T11:46:23.000Z (over 3 years ago)
- Last Synced: 2025-01-28T19:17:36.245Z (over 1 year ago)
- Topics: natural-language-processing, python, python-nltk
- Language: Python
- Homepage: https://mpolinowski.github.io/docs/Development/Python/2022-10-22-python-nlp/2022-10-22
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...
```