diff --git a/docs/final-report/report.tex b/docs/final-report/report.tex index 78947417179049585c04dd756428f2d8142084ae..aa7ba44dc1a019c655e98824a5631b8c3a60ba9f 100644 --- a/docs/final-report/report.tex +++ b/docs/final-report/report.tex @@ -39,7 +39,11 @@ \section{Solution Approach} \subsection{Project Goals} - \subsection{Rasa Setup and Intents} + + \subsection{Rasa Setup and Intents} + + The Rasa-Stack consists of two components: \textit{Rasa-Core} and \textit{Rasa-NLU}. The \textit{Rasa-NLU} component takes care of getting user input and matching it with the respective intents. It also extracts all possibly provided entities and stores them in variables, called ``slots''. After that, the \textit{Rasa-Core} component executes all actions associated with the determined intent. + \subsection{Scrapping of Source Texts} \subsection{Fact Extraction Approaches}