Skip to content

Commit

Permalink
Merge pull request #58 from whelk-io/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
zteater authored Feb 15, 2020
2 parents 05ba620 + 5d738c0 commit 3cec3ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ source: https://en.wikipedia.org/wiki/Flesch–Kincaid_readability_tests#Flesch
<dependency>
<groupId>io.whelk.flesch.kincaid</groupId>
<artifactId>whelk-flesch-kincaid</artifactId>
<version>0.0.17-release</version>
<version>${whelk-flesch-version}</version>
</dependency>

</dependencies>
Expand All @@ -145,13 +145,13 @@ Stanford Core NLP offers a range of NLP features, however the trained models mus
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>3.9.2</version>
<version>${standford-corenlp-version}</version>
</dependency>

<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>3.9.2</version>
<version>${standford-corenlp-version}</version>
<classifier>models</classifier>
</dependency>

Expand All @@ -165,13 +165,13 @@ Stanford NLP models are nearly 370mb in size. As of today, AWS Lambda functions
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>3.9.2</version>
<version>${standford-corenlp-version}</version>
</dependency>

<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-comprehend</artifactId>
<version>1.11.700</version>
<version>${aws-sdk-version}</version>
</dependency>

````
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>io.whelk.flesch.kincaid</groupId>
<artifactId>whelk-flesch-kincaid</artifactId>
<version>0.0.21-RELEASE</version>
<version>0.0.22-RELEASE</version>
<name>Flesch Kincaid</name>
<description>Java OSS library for performing Flesch-Kincaid readability tests.</description>
<url>https://github.com/whelk-io/flesch-kincaid</url>
Expand Down Expand Up @@ -61,15 +61,15 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-comprehend</artifactId>
<version>1.11.718</version>
<version>1.11.723</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>

<dependency>
<groupId>io.whelk.hy.phen</groupId>
<artifactId>whelk-hy-phen-a-tion</artifactId>
<version>0.0.13-RELEASE</version>
<version>0.0.15-RELEASE</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 3cec3ae

Please sign in to comment.