You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not important yet. The core might use the measure in the future to choose between the triple produced by NLP-classical and NLP-ML, but NLP-classical will be the only NLP module for the midterm.
attribute a score to each dependency relation (for ex: dep relation is not good because it means the stanford parser failed to parse the whole sentence)
attribute a score to each triple production rule
attribute a score to each question word (for ex: yes/no questions are very bad for the moment)
attribute a score to the final result (depth of the tree, number of unknowns)
attribute a score to the merging operations
take into account the score given by users (or it's the role of the core?)
Mix all this scores together to obtain the measures
Add measures of: https://github.com/ProjetPP/Documentation/blob/master/module-communication.md#measures
The text was updated successfully, but these errors were encountered: