Skip to content

Commit

Permalink
Release SimpleNLG-DE v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DaBr01 committed Mar 25, 2023
1 parent 564825e commit 5c831cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.1.
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).
Expand All @@ -14,7 +14,7 @@ The quickest way to use SimpleNLG is to add it as a dependency to your maven pom
<dependency>
<groupId>com.github.sebischair</groupId>
<artifactId>SimpleNLG-DE</artifactId>
<version>1.1</version>
<version>1.1.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 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</version>
<version>1.1.1</version>
<packaging>jar</packaging>

<name>SimpleNLG-DE</name>
Expand Down

0 comments on commit 5c831cb

Please sign in to comment.