Skip to main content

Source code for the bda chatbot bachelor thesis fs19

Project description

Travis CI Coveralls
Build Status Coverage status
Travis build history
Travis build history

BDA - Chatbot

This is the code base of the students @tbjauner and @tbmeile. We want to implement a question answering model. With the goal to be able to answer ionesoft inquiries. We are enhancing the language model with a wikipedia dump.

Project structure

In order to achieve a clean architecture we are inspired by the onion architecture. Onion Architecture

For more information see: http://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html

Entities

Entities encapsulate Enterprise wide business rules. An entity can be an object with methods, or it can be a set of data structures and functions. It doesn’t matter so long as the entities could be used by many different applications in the enterprise.

Use Cases

The software in this layer contains application specific business rules. It encapsulates and implements all of the use cases of the system. These use cases orchestrate the flow of data to and from the entities, and direct those entities to use their enterprise wide business rules to achieve the goals of the use case.

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

bda-chatbot-0.0.2.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

bda_chatbot-0.0.2-py3-none-any.whl (6.1 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