From: Mart Lubbers Date: Sat, 23 Aug 2014 07:31:48 +0000 (+0200) Subject: zaken X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=3cbfa9aa8beef1a30a9919496ff6feecea762bea;p=bsc-thesis1415.git zaken --- 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}