Commit 4c476d0a authored by Jonathan Poalses's avatar Jonathan Poalses

Added examples of different usages of the word "like".

parent 11d95c73
......@@ -142,6 +142,7 @@
;; This identifies "like" in this instance as being an interjection (filler word)
(.tag (.getTarget (nth (nth (vals (datafy (dl/dependency-graph (nth sentences-five 1)))) 3) 2)))
(.word (.getTarget (nth (nth (vals (datafy (dl/dependency-graph (nth sentences-five 1)))) 3) 2)))
(.word (.getSource (nth (nth (vals (datafy (dl/dependency-graph (nth sentences-five 1)))) 3) 2)))
(.word (nth (keys (datafy (dl/dependency-graph (nth sentences-one 1)))) 9))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment