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

Fixed a bug where EOS features were not taken into account

parent d9eb8ebb
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,8 @@ class Config
public :
static constexpr const char * EOSColName = "EOS";
static constexpr const char * EOSSymbol1 = "1";
static constexpr const char * EOSSymbol0 = "0";
static constexpr const char * EOSSymbol1 = "true";
static constexpr const char * EOSSymbol0 = "false";
static constexpr const char * headColName = "HEAD";
static constexpr const char * deprelColName = "DEPREL";
static constexpr const char * idColName = "ID";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment