diff --git a/CMakeLists.txt b/CMakeLists.txt index 01a8890f1d320c1fa5346b472fdd441902caa2df..09c8d605e5ab9f53679022b647be198cdb6ab966 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ PROJECT(Corpus2Library) set(corpus2_ver_major "1") set(corpus2_ver_minor "3") -set(corpus2_ver_patch "2") +set(corpus2_ver_patch "3") cmake_minimum_required(VERSION 2.8.0) diff --git a/swig/token.i b/swig/token.i index 0290fd404b1c0c5f27b49bb350ae0930a9f62b1c..6e1da20bcc8a24139e4706967f3b36f740b2b818 100644 --- a/swig/token.i +++ b/swig/token.i @@ -31,7 +31,7 @@ namespace Corpus2 { Token(const UnicodeString& orth, PwrNlp::Whitespace::Enum wa); Token* clone() const; - Token* create_utf8(const std::string& orth_utf8, PwrNlp::Whitespace::Enum wa = PwrNlp::Whitespace::Space); + static Token* create_utf8(const std::string& orth_utf8, PwrNlp::Whitespace::Enum wa = PwrNlp::Whitespace::Space); const UnicodeString& orth() const; std::string orth_utf8() const;