Start of Stanford NLP integration
This commit is contained in:
parent
f96a426dcf
commit
b747acbd1a
5
src/cc/journeyman/the_great_game/lore/digester.clj
Normal file
5
src/cc/journeyman/the_great_game/lore/digester.clj
Normal file
|
@ -0,0 +1,5 @@
|
|||
(ns cc.journeyman.the-great-game.lore.digester
|
||||
(:require [org.clojurenlp.core :refer [pos-tag sentenize split-sentences
|
||||
tag-ner tokenize tokenize-corelabels
|
||||
word
|
||||
]]))
|
Loading…
Reference in a new issue