Documentation improvements, partly in reaction to playing Kenshi.

This commit is contained in:
Simon Brooke 2023-08-09 22:56:45 +01:00
parent f75a153c24
commit 1f7e38a930
9 changed files with 38 additions and 387 deletions

View file

@ -1,5 +1,4 @@
(ns cc.journeyman.the-great-game.lore.digester
(:require [org.clojurenlp.core :refer [pos-tag sentenize split-sentences
tag-ner tokenize tokenize-corelabels
word
tag-ner tokenize word
]]))

View file

@ -0,0 +1,2 @@
(ns cc.journeyman.the-great-game.objects.character
(:require [cc.journeyman.the-great-game.objects.game-object :as obj]))