trinker / qdap

Quantitative Discourse Analysis Package: Bridging the gap between qualitative data and quantitative analysis
http://cran.us.r-project.org/web/packages/qdap/index.html
175 stars 44 forks source link

Improve imperative #202

Open trinker opened 9 years ago

trinker commented 9 years ago

imperative is slow and less accurate than could be.

imperative(data.frame(txt=c("I like it.", "Don't do it.", "Go to the office.", "John eat it now."), pr=1:4), "pr", "txt")

Improve speed and accurate and make it operate on just text strings not data.frames. Why is person.var needed?

Use Halliday as a base for the logic (p.76-77)