Skip to content
Snippets Groups Projects
Commit 904bad5f authored by Paweł Kędzia's avatar Paweł Kędzia
Browse files

Updated Corpus2::Token wrapper

parent cced9417
No related merge requests found
......@@ -7,6 +7,7 @@
#include <libcorpus2/token.h>
%}
%include "libcorpuslexeme.i"
%include "libcorpustagset.i"
%include "std_pair.i"
......@@ -41,7 +42,8 @@ namespace Corpus2 {
bool remove_duplicate_lexemes();
bool has_disamb_lexeme() const;
int count_disamb_lexemes() const;
std::pair<lexeme_filter_iterator, lexeme_filter_iterator> disamb_lexemes() const;
// std::pair<lexeme_filter_iterator, lexeme_filter_iterator> disamb_lexemes() const;
};
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment