Skip to main content

Fractalize NLP Tools

Project description

#Fractalize NLP A group of Modules encompassing common components that are used in all Fractalize NLP products and deployments

###string_generators#### Module that enables encoding of structured domain knowledge into a conditional processing graph. The conditional processing graph is used to generate random samples of unstructured strings which represent natural language invocations of the underlying domain knowledge

Building the package

To build a deployable binary excluding source files, execute:

$ python setup.py bdist_egg --exclude-source-files

This will produce fractalize_nlp/dist/fractalize_nlp-0.0.1-py3.7.egg

__Using the package in other repositories

To use the built binary as an import in other repositories, run the following commands

Running Test Suite

To run the test suite, run either:

$ pytest 

or

$ coverage run -m pytest

To generate the coverage report, the test suite must be invoked via coverage first. Then, run:

$ coverage report -m <module_name>/<relevant_script>.py

To generate the full coverage report, run:

$ coverage report -m

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

fractalize-nlp-0.0.2.tar.gz (10.4 kB view hashes)

Uploaded Source

Built Distributions

fractalize_nlp-0.0.2-py3.7.egg (38.9 kB view hashes)

Uploaded Source

fractalize_nlp-0.0.2-py3-none-any.whl (17.8 kB view hashes)

Uploaded 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