update develop
authorMart Lubbers <mart@martlubbers.net>
Mon, 2 Feb 2015 20:42:28 +0000 (21:42 +0100)
committerMart Lubbers <mart@martlubbers.net>
Mon, 2 Feb 2015 20:42:28 +0000 (21:42 +0100)
thesis2/3.methods.tex

index 17a180d..91834cb 100644 (file)
@@ -123,7 +123,6 @@ the route of the common prefix. Tracking the route back we do not encounter any
 other confluence states and therefore we can merge in the suffix which results
 in the final DAWG visible in subgraph SG4. No new words are added.
 
-\texttt{abcd}, \texttt{aecd} and \texttt{aecf}. In SG0 we begin with the null
 \begin{figure}[H]
        \caption{Step 1}
        \label{dawg1}
@@ -196,3 +195,11 @@ in the final DAWG visible in subgraph SG4. No new words are added.
                n -> q0[label="SG0"];
        }
 \end{figure}
+
+\subsection{Appliance on extraction of patterns}
+The algorithm for minimizing DAWGs can not be applied directly on the user
+generated pattern. This is mainly because there is no conclusive information
+about the contents of the pattern and therefore non deterministic choices have
+to be made. Because of this there can be multiple matches and the best match
+has to be determined. There are several possible criteria for determining the
+best match. The method we use is ... TODO