Skip to content

Commit

Permalink
Create an opennlp-model jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdunn committed Oct 23, 2021
1 parent f3d2f1f commit da5be4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include ':src:opennlp-model'
include ':src:opennlp-conll'
include ':src:opennlp-train'
5 changes: 5 additions & 0 deletions src/opennlp-model/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sourceSets.main.kotlin.srcDirs = ['main']
sourceSets.test.kotlin.srcDirs = ['test']

dependencies {
}

0 comments on commit da5be4c

Please sign in to comment.