Commit 0dd8c1ba authored by delanoe's avatar delanoe

[FIX] adding type list.

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