Commit 375735e5 authored by delanoe's avatar delanoe

[FEAT] Adding typename for nodes for scores.

parent 0dd8c1ba
...@@ -25,8 +25,13 @@ NODETYPES = [ ...@@ -25,8 +25,13 @@ NODETYPES = [
'GROUPLIST', 'GROUPLIST',
'MAINLIST', 'MAINLIST',
'MAPLIST', 'MAPLIST',
'OCCURRENCES',
'COOCCURRENCES', 'COOCCURRENCES',
# scores
'OCCURRENCES',
'SPECIFICITY',
'CVALUE',
'TFIDF-CORPUS',
'TFIDF-GLOBAL',
] ]
......
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