Skip to main content

expert system code generator

Project description

Prolog Expert system code generator

Library generate prolog code for expert system from CSV file.

Installation

pip install -i pip install Prolog-Code-Generator

How to use:

  • Create csv file like this:
    | Name | param1 | param2 | param3 | |------- |-------- |-------- |-------- | | name1 | good | good | good | | name3 | bad | bad | bad |

  • Go on:

import prolog_code_generator as cg
data = cg.get_template(path = "file_path.csv",delimer = ";")
example = cg.CodeGenerator(data="data")
example.csv_to_code(output_path="output/filename")

See more in examples.

Contribution

If you wanna contribute just create issue with tag [eq. bug, feture]. If you wanna change something in code create your own branch from dev branch and next create pull request to this branch.

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

Prolog Code Generator-1.0.0.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

Prolog_Code_Generator-1.0.0-py3-none-any.whl (3.5 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