Skip to content

Commit

Permalink
NLP-ENGINE-424 Clearing flags in tree after tokenizer
Browse files Browse the repository at this point in the history
Signed-off-by: David de Hilster <[email protected]>
  • Loading branch information
ddehilster committed Jul 29, 2024
1 parent 7c6f5f5 commit ff986bb
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 @@ -537,6 +537,7 @@ if (parse_->getEana()->getFlogfiles()) // FIX // 02/01/00 AM.
{
//*gout << "[Tokenize: Dumping parse tree.]" << std::endl;
tree_->Traverse(root_, *gout);
Pn::TraverseSetFlags(root_,false,false);
}

return true;
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.12.1"
#define NLP_ENGINE_VERSION "2.12.2"

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

0 comments on commit ff986bb

Please sign in to comment.