Skip to main content

QA system

Project description

DQA

Python 3.8 Release Version

Installation

To install with pypi, use:

pip install dqa

Quick Start

Open file config.ini and set the following parameters: LOG_FILE_PATH and OUTPUT_DIR for your environment. Next, open file example.py and change file_path to point to your (context) document. Note that this version currently only supports .docx files.

If you want to pose predefined questions, set questions in config.ini to your list of questions:

questions = ['What is the subject?', 'Who bought the food?']

If you want to pose questions interactively, set questions in config.ini to None:

questions = None

To run example.py, use:

python example.py

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

dqa-0.2-py3-none-any.whl (1.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