Skip to content

Commit

Permalink
removed dict folder dep & added wn30.dict resource file
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeoli committed Oct 13, 2018
1 parent 69620e0 commit 4a6ea50
Show file tree
Hide file tree
Showing 26 changed files with 14 additions and 564,659 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# JetBrains IDE IntelliJ IDEA
### IntelliJ IDEA ###
WS4J.iml
target
.idea
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,7 @@ which can be run through jar-with-dependencies from root folder by typing into t
$ java -jar target/ws4j-1.0.1-jar-with-dependencies.jar
```

When using WS4J jar package from other projects, make sure to also include depending libraries and
[WordNet 3.0](https://wordnet.princeton.edu/download/current-version) or
[lower](https://wordnet.princeton.edu/download/old-versions) dict folder into the root of your project.
Add the [JitPack](https://jitpack.io/) repository to your POM file:
When using WS4J jar package from other projects add the [JitPack](https://jitpack.io/) repository to your POM file:

<repositories>
<repository>
Expand Down
Loading

0 comments on commit 4a6ea50

Please sign in to comment.