Commit 76f06436 authored by delanoe's avatar delanoe

[Cosmetics] in constants.

parent 74320328
...@@ -59,25 +59,25 @@ LISTTYPES = { ...@@ -59,25 +59,25 @@ LISTTYPES = {
NODETYPES = [ NODETYPES = [
# TODO separate id not array index, read by models.node # TODO separate id not array index, read by models.node
None, # 0 None, # 0
# documents hierarchy # node/file hierarchy
'USER', # 1 'USER', # 1
'PROJECT', # 2 'PROJECT', # 2
#RESOURCE should be here but last #RESOURCE should be here but last
'CORPUS', # 3 'CORPUS', # 3
'DOCUMENT', # 4 'DOCUMENT', # 4
# lists # lists of ngrams
'STOPLIST', # 5 'STOPLIST', # 5
'GROUPLIST', # 6 'GROUPLIST', # 6
'MAINLIST', # 7 'MAINLIST', # 7
'MAPLIST', # 8 'MAPLIST', # 8
'COOCCURRENCES', # 9 'COOCCURRENCES', # 9
# scores # scores for ngrams
'OCCURRENCES', # 10 'OCCURRENCES', # 10
'SPECCLUSION', # 11 'SPECCLUSION', # 11
'CVALUE', # 12 'CVALUE', # 12
'TFIDF-CORPUS', # 13 'TFIDF-CORPUS', # 13
'TFIDF-GLOBAL', # 14 'TFIDF-GLOBAL', # 14
# docs subset # node subset
'FAVORITES', # 15 'FAVORITES', # 15
# more scores (sorry!) # more scores (sorry!)
......
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