Start of Stanford NLP integration
This commit is contained in:
parent
f96a426dcf
commit
b747acbd1a
1 changed files with 5 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue