codyrioux / REAPER

A text summarization framework written in clojure.
16 stars 2 forks source link

Error in the if condition algorithms/greedy.clj #9

Open avineshpvs opened 8 years ago

avineshpvs commented 8 years ago

Hey, probably you missed this (if (> (reward vstar) (reward g) vsar g))

it should be the following :) (if (> (reward vstar) (reward g)) vstar g)

jiangix01 commented 6 years ago

Hi,Sorry for bothering you. Can you run the code without error? I have an error "Don't know how to create ISeq from: clojure.lang.Keyword". How can i deal with it. Thanks a lot.