Skip to main content

A simple library for finding words with Second person singular pronouns.

Project description

mofid singular finder

A simple library for finding words with Second person singular pronouns. for example:

  • ماشینم : False
  • ماشینت : True
  • رفتم : False
  • رفتی : True

Installation

Usage

from mofid_singular_finder import SingularDetector
word = SingularDetector()
word = word.singular_checker("حسابت")
print(word)

input

should be string

output

Boolean:

True, If the word is in the second person singular.
Flase, otherwise.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

mofid_singular_finder-0.0.3-py2.py3-none-any.whl (764.1 kB view hashes)

Uploaded Python 2 Python 3

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