Commit 11d95c73 authored by Jonathan Poalses's avatar Jonathan Poalses

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

parent 836ca08d
...@@ -138,8 +138,10 @@ ...@@ -138,8 +138,10 @@
(datafy (dl/dependency-graph (nth sentences-six 2))) (datafy (dl/dependency-graph (nth sentences-six 2)))
(bean (:relation (bean (nth (nth (vals (datafy (dl/dependency-graph (nth sentences-five 1)))) 3) 2)))) (bean (:relation (bean (nth (nth (vals (datafy (dl/dependency-graph (nth sentences-five 1)))) 3) 2))))
(.tag (:target (bean (nth (nth (vals (datafy (dl/dependency-graph (nth sentences-five 1)))) 3) 2))))
(.word (:target (bean (nth (nth (vals (datafy (dl/dependency-graph (nth sentences-five 1)))) 3) 2)))) ;; 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 (nth (keys (datafy (dl/dependency-graph (nth sentences-one 1)))) 9)) (.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