Start of Stanford NLP integration

This commit is contained in:
Simon Brooke 2023-06-20 14:58:21 +01:00
parent f96a426dcf
commit b747acbd1a
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987

View 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
]]))