Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
update to latest framework
Browse files Browse the repository at this point in the history
  • Loading branch information
ikwattro committed Oct 14, 2018
1 parent f0c8507 commit 88f8331
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
3.4.6.52.13-SNAPSHOT
3.4.9.52.15

- enable EE modules to hook up migrations step

3.4.8.52.14

- added support for language in concept enricher

3.4.7.52.13

- TagOccurrence nodes now receive the NE_$$$ label
- TextRank persistence is now decouple from computation
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Two NLP processor implementations are available, respectively [OpenNLP](https://

## Installation

#### Latest version number : **3.3.2.52.7** - Compatible with Neo4j 3.3.2+
#### Latest version number : **3.4.9.52.14** - Compatible with Neo4j 3.4.*

From the [GraphAware plugins directory](https://products.graphaware.com), download the following `jar` files :

Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
<parent>
<groupId>com.graphaware.neo4j</groupId>
<artifactId>module-parent</artifactId>
<version>3.4.8.52</version>
<version>3.4.9.52</version>
</parent>

<artifactId>nlp</artifactId>
<version>3.4.8.52.15-SNAPSHOT</version>
<version>3.4.9.52.15-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Natural Language Processing with Neo4j</name>
Expand All @@ -41,7 +41,7 @@
<connection>scm:git:[email protected]:graphaware/neo4j-nlp.git</connection>
<developerConnection>scm:git:[email protected]:graphaware/neo4j-nlp.git</developerConnection>
<url>[email protected]:graphaware/neo4j-nlp.git</url>
<tag>nlp-3.4.8.52.14</tag>
<tag>nlp-3.4.9.52.14</tag>
</scm>

<developers>
Expand Down Expand Up @@ -201,7 +201,6 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>4.0.0</version>
<!--<scope>provided</scope>-->
</dependency>

<dependency>
Expand Down

0 comments on commit 88f8331

Please sign in to comment.