Skip to content

Commit

Permalink
Release SimpleNLG-DE v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DaBr01 committed Mar 4, 2021
1 parent 855f304 commit 1a0756c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 12 deletions.
35 changes: 24 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,38 @@ SimpleNLG is a simple Java API designed to facilitate the generation of Natural
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.0.
The current release of SimpleNLG-DE is V1.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:
```
<dependency>
<groupId>com.github.sebischair</groupId>
<artifactId>SimpleNLG-DE</artifactId>
<version>1.1</version>
</dependency>
```

## 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{Braun2019SimpleNLG-DE,
title = {SimpleNLG-DE: Adapting SimpleNLG 4 to German},
author = {Daniel Braun and Kira Klimt and Daniela Schneider and Florian Matthes},
year = {2019},
booktitle = {Proceedings of the 12th International Conference on Natural Language Generation},
address = {Tokio, Japan},
organization = {Association for Computational Linguistics },
keywords = {},
pubstate = {published},
tppubtype = {inproceedings}
@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",
}
```
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.sebischair</groupId>
<artifactId>SimpleNLG-DE</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<packaging>jar</packaging>

<name>SimpleNLG-DE</name>
Expand Down Expand Up @@ -100,6 +100,7 @@
<target>7</target>
</configuration>
</plugin>
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand All @@ -125,6 +126,7 @@
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
-->
</plugins>
</build>

Expand Down

0 comments on commit 1a0756c

Please sign in to comment.