Skip to main content

A NLP library that simplifies pattern finding

Project description

A SIMPLE pattern finder for strings, implemented in Python.

regex4dummies was made for lazy people! It allows you to easily parse strings and find simple and complex patterns. In fact, one of the key features of regex4dummies is that the library will automatically find patterns if you give it a mandatory word or phrase to look for. This can be a keyword or something more complex such as a sentence.

Please understand this library is currently under heavy development. It currently supports only a fraction of features it will allow programmers to use.

Features

  • Automatic pattern detection ( semantic and literal patterns )

  • Keyword searching to find phrases

  • Very versatile library, can be used to find simple and complex patterns ( semantic and literal )

  • Simple to use. Just install this library, and import it into whatever scripts you would like to use it with

Usage

To see how to use this library, please see the Wiki part of this Github repository. For a quick introduction, please see below.

# Import library
from regex4dummies import regex4dummies

# Setting variables & objects
strings = [ "Test String 1", "Test String 2", "Test String 3" ]
string_parser = regex4dummies()

# Find all of the literal patterns within each string and print the patterns
print regex4dummies.compare_strings( True, strings )

Installation

To install this library, run the following command.

$ pip install regex4dummies

Contributing

If you would like to contriubte, please fork the repository and create a PR with your feature update.

License

Please see LICENSE.txt for information about the MIT license

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

regex4dummies-1.0.0.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

regex4dummies-1.0.0-py2.py3-none-any.whl (5.6 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