@@ -28,13 +28,48 @@ After extracting the knowledge paths, we found that ConceptNet also has a proble
After extracting the knowledgepaths, we found that the neural model of @DebjitPaul was not immediately executable without errors. Again there were a lot of version problems, the versions given in the [gitlab]() are outdated and every version change caused a problem with another package. Since we didn't want to invest all our time again in finding out the correct versions of another project and @debjitpaul couldn't help either, we decided to develop our own method for this. Since the knowledgepaths are already returned according to their expressiveness, we used them in *humans_needs_assginer.py* by using and assigning the human needs of the first path we found.
<br>
#### evaluation of results
#### Evaluation of results
After the human needs have been successfully assigned for all essays, we evaluate the whole thing. In *human_needs_evaluation.py" we have written a code for evaluation. Here we calculate Precision, Accuracy, Recall and F1-Score and with these measurements we analyze the evaluation. Concrete comments and visualisations of the evaluation can be found in the jupyter notebook.