diff --git a/src/cc/journeyman/the_great_game/lore/digester.clj b/src/cc/journeyman/the_great_game/lore/digester.clj new file mode 100644 index 0000000..1801dfb --- /dev/null +++ b/src/cc/journeyman/the_great_game/lore/digester.clj @@ -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 + ]]))