Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
getting stuff ready for NLP
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Nov 13, 2019
1 parent 09a177d commit d10cccf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ dependencies {
compile 'org.nanohttpd:nanohttpd:2.3.1'
compile 'org.hibernate:hibernate-agroal:5.4.8.Final'
implementation"com.squareup.okhttp3:okhttp:4.2.0"
// https://mvnrepository.com/artifact/org.apache.opennlp/opennlp-tools
compile group: 'org.apache.opennlp', name: 'opennlp-tools', version: '1.9.1'




Expand Down
5 changes: 5 additions & 0 deletions src/main/java/com/andromeda/araserver/util/KeyWord.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.andromeda.araserver.util

class KeyWord {

}

0 comments on commit d10cccf

Please sign in to comment.