Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tokenmill/accelerated-text
Accelerated Text is a no-code natural language generation platform. It will help you construct document plans which define how your data is converted to textual descriptions varying in wording and structure.
https://github.com/tokenmill/accelerated-text
clojure graphql javascript natural-language-generation nlg nocode text-generation
Last synced: 3 months ago
JSON representation
Accelerated Text is a no-code natural language generation platform. It will help you construct document plans which define how your data is converted to textual descriptions varying in wording and structure.
- Host: GitHub
- URL: https://github.com/tokenmill/accelerated-text
- Owner: accelerated-text
- License: other
- Created: 2019-09-24T05:15:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T11:07:11.000Z (over 1 year ago)
- Last Synced: 2024-04-21T10:18:16.317Z (7 months ago)
- Topics: clojure, graphql, javascript, natural-language-generation, nlg, nocode, text-generation
- Language: JavaScript
- Homepage: https://www.acceleratedtext.com
- Size: 30.7 MB
- Stars: 788
- Watchers: 15
- Forks: 48
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome-clojure - Accelerated Text
- awesome-nlg - Accelerated Text - Automatically generate multiple natural language descriptions of your data varying in wording and structure. (Products)
README
---
[![made-with-Clojure](https://img.shields.io/badge/Made%20with-Clojure-1f425f.svg)](https://clojure.org/)
[![Documentation Status](https://readthedocs.org/projects/accelerated-text/badge/?version=latest)](https://accelerated-text.readthedocs.io/en/latest/?badge=latest)
[![GitHub release](https://img.shields.io/github/release/tokenmill/accelerated-text.svg)](https://github.com/tokenmill/accelerated-text/releases/)
[![codecov](https://codecov.io/gh/accelerated-text/accelerated-text/branch/master/graph/badge.svg?token=rQIlPuvYID)](https://codecov.io/gh/accelerated-text/accelerated-text)
[![Website shields.io](https://img.shields.io/website-up-down-green-red/http/shields.io.svg)](https://acceleratedtext.com)
[![Gitter](https://badges.gitter.im/accelerated-text/community.svg)](https://gitter.im/accelerated-text/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)*A picture is worth a thousand words.* Or is it?
Tables, charts, pictures are all useful in understanding our data but often we need a description – a story to tell us what are we looking at.
**Accelerated Text** is a natural language generation tool which allows you to define data descriptions and then generates multiple versions of those descriptions varying in wording and structure.
## About
Accelerated Text can work with all sorts of data:
* descriptions of business metrics
* customer interaction data
* product attributes
* financial metricsWith Accelerated Text you can use such data to generate text for your business reports, your e-commerce platform or your customer support system.
Accelerated Text provides a web based **Document Plan** builder, where:
* the logical structure of the document is defined
* communication goals are expressed
* data usage within text is definedDocument Plans and the connected data are used by Accelerated Text's Natural Language Generation engine
to produce multiple variations of text exactly expressing what was intended to be communicated to the readers.## Philosophy
Natural language generation is a broad domain with applications in chat-bots, story generation, and data descriptions to name a few.
Accelerated Text focuses on applying NLG technology to solve your *data to text* needs.Data descriptions require precision.
For example, generated text describing weather conditions should not contain things beyond those provided in the initial data – temperature: -1C, humidity: 40%, wind: 10km/h.
Despite this, the expression of an individual fact – temperature – could vary. It could result in "it is cold", or "it is just below freezing", or "-1C", but this fact *will* be stated because it is present in the data.
A data to text system is also not the one to elaborate on a story adding something about the serenity of some freezing lake – again, it was not in the supplied data.Accelerated Text follows the principle of this strict adherence to the data-bound text generation.
Via its user interface it provides instruments to define how the data should be translated into a descriptive text.
This description – a document plan – is executed by natural language generation engine to produce texts that vary in structure and wording but are always and only about the data provided.## Key Features
* **Document plan** editor to define what needs to be said about the data.
* **Data samples** can be uploaded as CSV files to be used when building Document Plans.
* **Text structure variations** to provide richer reading experience going beyond rigid template generated text.
* **Language and vocabulary control** to match each of your reader groups.
* **Build-in rule engine** to allow the control of what is said based on the different values of data points.
* **Live preview** to see variations of generated text.## Get Started
The easiest way to get started is to use [Accelerated Text Project Template](https://github.com/tokenmill/accelerated-text-project-template). It will provide you with the necessary project configuration structure.
If you want to start tinkering and run it based on the latest code in the repository, first make sure that you have [make](https://www.gnu.org/software/make/) and [docker-compose](https://docs.docker.com/compose/install/) installed, then clone the project and run
```
make run-app
```After running this command the document plan editor will be availabe at _http://localhost:8080_, while AMR and DLG editors will be reachable via _http://localhost:8080/amr/_ and _http://localhost:8080/dlg/_ respectively.
For more detailed description of text generation workflow visit the [Documentation](https://accelerated-text.readthedocs.io/).
## Demo
For a demonstration of how Accelerated Text can be used to provide descriptions for various items in an e-commerce platform (https://www.reactioncommerce.com/) please check the following repository: https://github.com/tokenmill/reaction-acc-text-demo.
## Development
To get started with a development environment for Accelerated Text please follow the instructions in our developer's guides
for the [front-end](front-end/README.md), [api](api/README.md) and the [text generation engine](core/README.md).## Contact Us
If you have any questions, do not hesitate asking us at [email protected]
If you'll submit an *Issue* this will help everyone and you will be able to track the progress of us fixing it.
In order to facilitate it please provide description of needed information for bug requests (like project version number, Docker version, etc.)## License
Distributed under the The Apache License, Version 2.0.