{"id":19465050,"url":"https://github.com/abirsaha111/building-a-simple-chatbot-in-python-using-nltk","last_synced_at":"2026-06-12T06:02:45.219Z","repository":{"id":110647553,"uuid":"609637849","full_name":"AbirSaha111/Building-a-Simple-Chatbot-in-Python-using-NLTK","owner":"AbirSaha111","description":"Building a Simple Chatbot from Scratch in Python (using NLTK)","archived":false,"fork":false,"pushed_at":"2023-03-04T19:52:55.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T13:41:47.566Z","etag":null,"topics":["article","artificial-intelligence","chatbot","machine-learning","nlp","nltk-python","python"],"latest_commit_sha":null,"homepage":"https://medium.com/analytics-vidhya/building-a-simple-chatbot-in-python-using-nltk-7c8c8215ac6e","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AbirSaha111.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-04T19:29:19.000Z","updated_at":"2024-04-22T17:04:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"70d5ab79-33f2-4d19-b173-90f121cabbf4","html_url":"https://github.com/AbirSaha111/Building-a-Simple-Chatbot-in-Python-using-NLTK","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AbirSaha111/Building-a-Simple-Chatbot-in-Python-using-NLTK","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbirSaha111%2FBuilding-a-Simple-Chatbot-in-Python-using-NLTK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbirSaha111%2FBuilding-a-Simple-Chatbot-in-Python-using-NLTK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbirSaha111%2FBuilding-a-Simple-Chatbot-in-Python-using-NLTK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbirSaha111%2FBuilding-a-Simple-Chatbot-in-Python-using-NLTK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbirSaha111","download_url":"https://codeload.github.com/AbirSaha111/Building-a-Simple-Chatbot-in-Python-using-NLTK/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbirSaha111%2FBuilding-a-Simple-Chatbot-in-Python-using-NLTK/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34231212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["article","artificial-intelligence","chatbot","machine-learning","nlp","nltk-python","python"],"created_at":"2024-11-10T18:18:36.187Z","updated_at":"2026-06-12T06:02:45.214Z","avatar_url":"https://github.com/AbirSaha111.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Building-a-Simple-Chatbot-in-Python-using-NLTK\nHistory of chatbots dates back to 1966 when a computer program called ELIZA was invented by Weizenbaum. It imitated the language of a psychotherapist from only 200 lines of code. You can still converse with it here: Eliza.\n\nOn similar lines let's create a very basic chatbot utlising the Python's NLTK library.It's a very simple bot with hardly any cognitive skills,but still a good way to get into NLP and get to know about chatbots.\n# Motivation\nThe idea of this project was not to create some SOTA chatbot with exceptional cognitive skills but just to utilise and test my Python skills.This was one of my very first projects, created when I just stepped into the world of NLP and I thought of creating a simple chatbot just to make use of my newly acquired knowledge\n# BlogPost\nFor detailed overview, here is the accompanying blog titled:Building a Simple Chatbot in Python (using NLTK)\n\n# Pre-requisites\nNLTK(Natural Language Toolkit)\n\n[Natural Language Processing with Python](https://www.nltk.org/book/) provides a practical introduction to programming for language processing.\n\nFor platform-specific instructions, read [here](https://www.nltk.org/install.html)\n# Installation of NLTK\npip install nltk\n# Installing required packages\nAfter NLTK has been downloaded, install required packages\n\n-- import nltk\n-- from nltk.stem import WordNetLemmatizer\n-- nltk.download('popular', quiet=True) # for downloading popular packages\n-- nltk.download('punkt') \n-- nltk.download('wordnet') \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabirsaha111%2Fbuilding-a-simple-chatbot-in-python-using-nltk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabirsaha111%2Fbuilding-a-simple-chatbot-in-python-using-nltk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabirsaha111%2Fbuilding-a-simple-chatbot-in-python-using-nltk/lists"}