Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyavy committed Nov 12, 2021
1 parent 1efdabc commit 7f40932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Just add the annotator and CoreNLP library with models into the dependencies lis
<dependency>
<groupId>io.github.pepperkit</groupId>
<artifactId>corenlp-stop-words-annotator</artifactId>
<version>0.9.0</version>
<version>1.0.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.pepperkit</groupId>
<artifactId>corenlp-stop-words-annotator</artifactId>
<version>0.9.0</version>
<version>1.0.0</version>
<name>CoreNLP Stop Words Annotator</name>
<description>Annotator for CoreNLP library, allows to add the set of rules or/and the word themselves, which should be filtered out in the CoreNLP pipeline processing.</description>
<url>https://github.com/pepperkit</url>
Expand Down

0 comments on commit 7f40932

Please sign in to comment.