Uhmm... hadn't saved analyse.clj when I did the last commit. D'oh!
This commit is contained in:
parent
a2958cb851
commit
5c6a0f0b90
|
@ -43,7 +43,6 @@
|
||||||
tokens: the sequence of tokens we're reading;
|
tokens: the sequence of tokens we're reading;
|
||||||
depth: the depth of rules/length of window we're considering."
|
depth: the depth of rules/length of window we're considering."
|
||||||
[rules anger tokens depth]
|
[rules anger tokens depth]
|
||||||
(.println System.err (str (length tokens)))
|
|
||||||
(cond
|
(cond
|
||||||
(empty? tokens) rules
|
(empty? tokens) rules
|
||||||
true (let [token (first tokens) rage (utils/slide-window anger token depth)]
|
true (let [token (first tokens) rage (utils/slide-window anger token depth)]
|
||||||
|
|
Loading…
Reference in a new issue