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

Updated examples for testing purposes

parent 5e517ecf
...@@ -58,7 +58,11 @@ ...@@ -58,7 +58,11 @@
(map dl/mentions @sentences) (map dl/mentions @sentences)
(map dl/annotation "relation" @sentences) (map dl/annotation "relation" @sentences)
(map dl/constituency-tree @sentences) (map dl/constituency-tree @sentences)
(map dl/constituency-tree @sentences-one)
(map dl/constituency-tree @sentences-two)
(map dl/dependency-graph @sentences) (map dl/dependency-graph @sentences)
(map dl/dependency-graph @sentences-one)
(map dl/dependency-graph @sentences-two)
(map dl/lemma @sentences) (map dl/lemma @sentences)
(map dl/lemma @sentences-one) (map dl/lemma @sentences-one)
(map dl/lemma @sentences-two) (map dl/lemma @sentences-two)
......
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