[//]:#(Are there any plans to add user wide or project wide parameters or metrics? For example TFIDF nodes related to a normal user -- ie. not Gargantua?)
Yes we can in the futur (but we have others priorities before.
[//]:#(What is the purpose of the 3 child nodes of Node[TFIDF-Global]? Are they TFIDF metrics related to databases 1, 2 and 3? If so, shouldn't they be children of related CORPUS nodes?)
Node placement in the tree indicates the context of the metric: the
Metrics Node has parent the corpus Node to indicate the context of the
metrics.
Answer:
Node[USER](foo)
Node[USER](bar)
├── Node[PROJECT](project1)
│ ├── Node[CORPUS](corpus1)
│ │ ├── Node[DOCUMENT](doc1)
│ │ ├── Node[DOCUMENT](doc2)
│ │ └── Node[TFIDF-global](name of the metrics)
│ ├── Node[CORPUS](corpus2)
│ └── Node[CORPUS](corpus3)
└── Node[PROJECT](project2)
## NodeNgram
...
...
@@ -82,7 +101,6 @@ NodeNgram is a relation of a Node with a ngram: