From 3cbfa9aa8beef1a30a9919496ff6feecea762bea Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Sat, 23 Aug 2014 09:31:48 +0200 Subject: [PATCH] zaken --- thesis/methods.tex | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/thesis/methods.tex b/thesis/methods.tex index 6fab641..6c873af 100644 --- a/thesis/methods.tex +++ b/thesis/methods.tex @@ -1,7 +1,14 @@ \section{Software architecture} -\begin{figure} +The program can be divided into three components: input, data processing and +the crawler. The applications have separate tasks within the workflow, the +input application defines together with the NIP the patterns for the source, +the data processing application processes the patterns it is given by the input +application and compiles them into computer interpretable patterns and the +crawler interprets the patterns and visits the sources from time to time to +extract the information. +\begin{figure}[H] \centering - + \caption{Workflow of the application} \begin{sequencediagram} \newthread{u}{:User} \newinst{i}{:Input} @@ -39,22 +46,10 @@ {c}{processed data}{d} \end{messcall} \end{sdblock} - \end{sequencediagram} - - \caption{Workflow of the application} \end{figure} - -The program can be divided into three components: input, data processing and -the crawler. The applications have separate tasks within the workflow, the -input application defines together with the NIP the patterns for the source, -the data processing application processes the patterns it is given by the input -application and compiles them into computer interpretable patterns and the -crawler interprets the patterns and visits the sources from time to time to -extract the information. - \input{methods_input.tex} \input{methods_data.tex} -- 2.20.1