Documentation improvements, partly in reaction to playing Kenshi.
This commit is contained in:
parent
f75a153c24
commit
1f7e38a930
9 changed files with 38 additions and 387 deletions
|
|
@ -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
|
||||
]]))
|
||||
|
|
|
|||
2
src/cc/journeyman/the_great_game/objects/character.clj
Normal file
2
src/cc/journeyman/the_great_game/objects/character.clj
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
(ns cc.journeyman.the-great-game.objects.character
|
||||
(:require [cc.journeyman.the-great-game.objects.game-object :as obj]))
|
||||
Loading…
Add table
Add a link
Reference in a new issue