https://github.com/accelerated-text/accelerated-text-project-template
Text generation project template to be used with Accelerated Text
https://github.com/accelerated-text/accelerated-text-project-template
Last synced: over 1 year ago
JSON representation
Text generation project template to be used with Accelerated Text
- Host: GitHub
- URL: https://github.com/accelerated-text/accelerated-text-project-template
- Owner: accelerated-text
- License: apache-2.0
- Created: 2020-12-16T08:22:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-17T09:50:27.000Z (over 5 years ago)
- Last Synced: 2025-01-05T06:41:54.391Z (over 1 year ago)
- Language: Makefile
- Size: 10.7 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This [Accelerated Text](github.com/tokenmill/accelerated-text) configuration template will help you to set up your text generation project. Clone this repository and use it as the basis for your work.
There are three configuration folders where project files are to be located:
* *config* - for the configuration files like [data enrichment](https://accelerated-text.readthedocs.io/en/latest/data-enrichment/) or [reader models](https://accelerated-text.readthedocs.io/en/latest/reader-models/);
* *dictionary* - to store the project domain [dictionaries](https://accelerated-text.readthedocs.io/en/latest/dictionary/);
* *document-plans* - for the project's [document plans](https://accelerated-text.readthedocs.io/en/latest/amr/).
The template also provides the Makefile with the commands:
* *run-acc-text* - this will run Accelerated Text, making it available on `8080` port;
* *clear-acc-text-db* - a tool to drop current document plans;
* *export-document-plans* - export the plans to document-pans folder
Note that Makefile is using `at-template` name for *docker-compose*. Please change it to the name of your project.