Skip to content

Commit

Permalink
Merge pull request #476 from dehilsterlexis/NLP-ENGINE-409
Browse files Browse the repository at this point in the history
NLP-ENGINE-409 Fixed MatchLongest bug
  • Loading branch information
David de Hilster authored Aug 19, 2023
2 parents 06cb01f + c8bea31 commit 4d93573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lite/dicttok.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ Node<Pn>* DICTTok::MatchLongest(CONCEPT *con, Node<Pn> *parentN, CONCEPT **end,
return pn;
}
next = cg_->Next(next);
con = next;
}
}
return pn;
Expand Down
2 changes: 1 addition & 1 deletion nlp/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ All rights reserved.
#include "lite/nlp_engine.h"
#include "version.h"

#define NLP_ENGINE_VERSION "2.10.1"
#define NLP_ENGINE_VERSION "2.10.2"

bool cmdReadArgs(int,_TCHAR*argv[],_TCHAR*&,_TCHAR*&,_TCHAR*&,_TCHAR*&,bool&,bool&,bool&);
void cmdHelpargs(_TCHAR*);
Expand Down

0 comments on commit 4d93573

Please sign in to comment.