Skip to content

Inputting a NAL file.

patham9 edited this page Jan 2, 2017 · 1 revision

When the system is started from the REPL, the following command allows inputting a .nal file into the system programmatically:

(doseq [x (clojure.string/split (slurp "test.nal") #"\n")] (co.paralleluniverse.pulsar.actors/cast! (co.paralleluniverse.pulsar.actors/whereis :sentence-parser) [:narsese-string-msg x]))
Clone this wiki locally