Commit a4cdd3f9 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DOC] minimal example improved.

parent 21e3b7ca
...@@ -59,16 +59,15 @@ import Data.Graph.Clustering.Louvain.CplusPlus (cLouvain, l_community_id) ...@@ -59,16 +59,15 @@ import Data.Graph.Clustering.Louvain.CplusPlus (cLouvain, l_community_id)
contextText :: [T.Text] contextText :: [T.Text]
contextText = map T.pack ["The dog is an animal." contextText = map T.pack ["The dog is an animal."
,"The bird is an animal." ,"The bird is a animal."
,"The bird is an animal." ,"The dog is a animal."
,"The bird and the dog are an animal." ,"The animal is a bird or a dog ?"
,"The table is an object." ,"The table is a object."
,"The pen is an object." ,"The pen is a object."
,"This object is a pen or a table?" ,"The object is a pen or a table ?"
,"The girl has a human body." ,"The girl is human body."
,"The girl has a human body." ,"The boy is human body."
,"The boy has a human body." ,"The boy or the girl are human body."
,"The boy has a human body."
] ]
......
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