Commit 517f6b28 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[TEXT] fix Graph Terms.

parent 3a8580a3
...@@ -79,7 +79,7 @@ readTermList _ = Nothing ...@@ -79,7 +79,7 @@ readTermList _ = Nothing
termLists :: Array { desc :: String, mval :: Maybe TermList } termLists :: Array { desc :: String, mval :: Maybe TermList }
termLists = [ { desc: "All terms", mval: Nothing } termLists = [ { desc: "All terms", mval: Nothing }
, { desc: "Graph terms", mval: Just GraphTerm } , { desc: "Map terms", mval: Just GraphTerm }
, { desc: "Stop terms", mval: Just StopTerm } , { desc: "Stop terms", mval: Just StopTerm }
, { desc: "Candidate terms", mval: Just CandidateTerm } , { desc: "Candidate terms", mval: Just CandidateTerm }
] ]
......
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