Skip to content

Commit

Permalink
NLP-ENGINE-409 Fixed MatchLongest bug
Browse files Browse the repository at this point in the history
Signed-off-by: David de Hilster <david.dehilster@lexisnexisrisk.com>
  • Loading branch information
dehilsterlexis committed Aug 19, 2023
1 parent 06cb01f commit c8bea31
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 c8bea31

Please sign in to comment.