Commit 6be202ee authored by sim's avatar sim

[DOC] Add remark and questions

parent cd6deec4
......@@ -31,6 +31,8 @@ Then:
- Then Node[corpus] is a corpus.
- Then Node[document] is a document.
In Python code, typenames are represented as UPPERCASE strings (eg. "PROJECT").
### Each Node as a typename and a parent
......@@ -63,6 +65,13 @@ This node is the parent of the other nodes for parameters.
└── Node[anotherMetric](global)
[//]: # (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?)
[//]: # (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?)
## NodeNgram
NodeNgram is a relation of a Node with a ngram:
......
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