• Stars
    star
    384
  • Rank 108,325 (Top 3 %)
  • Language
    JavaScript
  • License
    Other
  • Created over 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.
Accelerated Text

made-with-Clojure Documentation Status GitHub release codecov Website shields.io Gitter

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 metrics

With 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 defined

Document 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. 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 and docker-compose 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.

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, api and the text generation engine.

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.

More Repositories

1

beagle

Beagle helps you identify keywords, phrases, regexes, and complex search queries of interest in streams of text documents.
Clojure
51
star
2

clojure-graalvm-aws-lambda-template

Leiningen template for AWS Lambda custom runtime with GraalVM native image compiled Clojure projects.
Clojure
43
star
3

timewords

Multilingual library to easily parse date strings to java.util.Date objects.
Clojure
29
star
4

crawling-framework

Easily crawl news portals or blog sites using Storm Crawler.
Java
21
star
5

docx-utils

Easily work with .docx files from Clojure (a wrapper on Apache POI library).
Clojure
11
star
6

fast-url-access-checker

Easily run HTTP GET requests against a list of URLs to check their HTTP status.
Clojure
10
star
7

reaction-acc-text-demo

Integration between Reaction ECommerce and Accelerated Text to provide product descriptions for an e-shop.
JavaScript
10
star
8

dictionary-annotator

Fast and configurable UIMA dictionary annotator.
Java
7
star
9

snowball

Snowball version of the Porter stemmer for the Lithuanian language.
7
star
10

common-crawl-utils

Various Common Crawl utilities in Clojure.
Clojure
6
star
11

accelerated-text-project-template

Text generation project template to be used with Accelerated Text
Makefile
6
star
12

docker-images

Docker configurations, images, and examples of Dockerfiles for various TokenMill products and projects.Official source for Docker configurations, images, and examples of Dockerfiles for TokenMill products and projects
Dockerfile
5
star
13

crawling-framework-example

Demonstration on how to use the Crawling Framework to setup a simple science news crawler and store results in ElasticSearch. Use this configuration to set up your own crawler.
Java
3
star
14

reaction-acc-text-import

Plugin connecting ReactionCommerce and AcceleratedText by allowing to import products and generate their descriptions
JavaScript
2
star
15

beagle-performance-benchmarks

Performance benchmarks for the Beagle library, and comparisons with other stored-query solutions.
Clojure
1
star
16

es-utils

Clojure helper functions for Elasticsearch.
Clojure
1
star