Skip to main content

PySynonym is a plugin that returns a list of synonyms for the given word. This is very useful when programming bots and digital assistants, to increase their understanding.

Project description

PySynonym: your Python 2.x and 3.x package for finding synonym and definition for keywords.


PySynonym is a package for Python 2/3 to get synonyms,

definitions of words.

This package uses Python Requests and BeautifulSoup4 as dependencies

Installation


Installing PySynonym is very simple using pip

pip install PySynonym

or

pip3 install PySynonym

Usage


PySynonym currently has two functions: explain and synonym. They

are used to get defintions and synonyms for your entered keywords.

A simple example for using the two main functions:

import PySynonym as ps

ps.explain('house')
ps.synonym('house')

The source is in the source.py file.

Created By Mats Bauer. Copyright 2018 - but free to use everywhere.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PySynonym-0.0.4.tar.gz (2.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page