Commit faa59222 authored by delanoe's avatar delanoe

[FIX] adding type list.

parent 432cb967
......@@ -9,6 +9,7 @@ LISTTYPES = {
'STOPLIST' : UnweightedList,
'MAINLIST' : UnweightedList,
'MAPLIST' : UnweightedList,
'OCCURRENCES' : WeightedList,
'COOCCURRENCES': WeightedMatrix,
}
......@@ -24,6 +25,7 @@ NODETYPES = [
'GROUPLIST',
'MAINLIST',
'MAPLIST',
'OCCURRENCES',
'COOCCURRENCES',
]
......
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