Dorset is a framework for building intelligent assistants. With Dorset, you can build applications like Siri or Amazon Echo. Sample applications are available in the Dorset demos repository.
The license is Apache 2.0. See LICENSE.
Published releases are available on Maven Central.
<dependency>
<groupId>edu.jhuapl.dorset</groupId>
<artifactId>dorset-core</artifactId>
<version>0.4.0</version>
</dependency>
We follow semantic versioning. Each version number has 3 parts (for example, 1.2.1) with the components being
- Major: backward compatible breaking changes
- Minor: new functionality, but backward compatible
- Bug Fixes: no new functionality
We expect the API to not be stable until version 0.5.0 so expect compatibility breaking changes until that release.
Report bugs to the GitHub issue tracker. Send patches as pull requests. Patches must support Java 7 and above.
We need a Contributor License Agreement before we can accept pull requests. It is available online at https://cla-assistant.io/DorsetProject/dorset-framework
For more information about contributing, please see CONTRIBUTING.md.