From 8cdbe661e2d2e3bc5920b43ec3ada400e53aaefa Mon Sep 17 00:00:00 2001 From: Jonas Wolff <jw32vufi@studserv.uni-leipzig.de> Date: Thu, 7 Mar 2019 12:57:06 +0100 Subject: [PATCH] first lines for Rasa Setup and Intents --- docs/final-report/report.tex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/final-report/report.tex b/docs/final-report/report.tex index 7894741..aa7ba44 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} -- GitLab