Skip to content
Snippets Groups Projects
Commit 0d553848 authored by Franck Dary's avatar Franck Dary
Browse files

Removed signature

parent abcc9be5
No related branches found
No related tags found
No related merge requests found
......@@ -543,7 +543,11 @@ void Oracle::createDatabase()
if (previousState == "tagger")
newState = "morpho";
else if (previousState == "morpho")
newState = "lemmatizer_lookup";
{
newState = "morpho";
if (previousAction == "nothing")
newState = "lemmatizer_lookup";
}
else if (previousState == "lemmatizer_lookup")
{
if (previousAction == "notfound")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment