QA system
Project description
DQA
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
Release history Release notifications | RSS feed
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)