Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebischair/SimpleNLG-DE
German version of SimpleNLG 4
https://github.com/sebischair/SimpleNLG-DE
java natural-language nlg simplenlg
Last synced: 3 months ago
JSON representation
German version of SimpleNLG 4
- Host: GitHub
- URL: https://github.com/sebischair/SimpleNLG-DE
- Owner: sebischair
- License: other
- Created: 2019-09-09T17:00:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T12:25:44.000Z (over 1 year ago)
- Last Synced: 2024-06-23T04:58:10.592Z (5 months ago)
- Topics: java, natural-language, nlg, simplenlg
- Language: Java
- Homepage: https://wwwmatthes.in.tum.de/
- Size: 5.27 MB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-nlg - SimpleNLG DE - German version of SimpleNLG 4. (Realizers)
README
# SimpleNLG German
SimpleNLG is a simple Java API designed to facilitate the generation of Natural Language. It was originally developed by Ehud Reiter, Professor at the [University of Aberdeen's Department of Computing Science](http://www.abdn.ac.uk/ncs/departments/computing-science/index.php) and co-founder of [Arria NLG](https://www.arria.com). This is an adaption of [SimpleNGL V4.4.8](https://github.com/simplenlg/simplenlg) to German.As the authors of the original, English SimpleNLG library state, "SimpleNLG is intended to function as a ["realisation engine"](https://en.wikipedia.org/wiki/Realization_(linguistics)) for [Natural Language Generation](https://en.wikipedia.org/wiki/Natural-language_generation) architectures [...]".
## Current Release (German)
The current release of SimpleNLG-DE is V1.1.1.## Getting Started
For instructions on how to use SimpleNLG German, please refer to the [tutorial](https://github.com/sebischair/SimpleNLG-DE/wiki).The quickest way to use SimpleNLG is to add it as a dependency to your maven pom.xml file:
```com.github.sebischair
SimpleNLG-DE
1.1.1```
## SimpleNLG German License
SimpleNLG is licensed under the terms and conditions of the [Mozilla Public Licence (MPL)](https://www.mozilla.org/en-US/MPL/).## Citation information
```
@inproceedings{braun-etal-2019-simplenlg,
title = "{S}imple{NLG}-{DE}: Adapting {S}imple{NLG} 4 to {G}erman",
author = "Braun, Daniel and
Klimt, Kira and
Schneider, Daniela and
Matthes, Florian",
booktitle = "Proceedings of the 12th International Conference on Natural Language Generation",
month = oct # "{--}" # nov,
year = "2019",
address = "Tokyo, Japan",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/W19-8651",
doi = "10.18653/v1/W19-8651",
pages = "415--420",
}
```