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

Wrapper for Corpus2::MissingAnnotationChannel

parent 53432b50
Branches
No related merge requests found
......@@ -8,6 +8,7 @@
%include "libcorpustoken.i"
%include "libcorpussentence.i"
%include "libcorpus2exception.i"
%include "libcorpusannotationchannel.i"
%include "boost_shared_ptr.i"
......@@ -21,6 +22,12 @@
%template(AnnotatedSentencePtr) boost::shared_ptr<Corpus2::AnnotatedSentence>;
namespace Corpus2 {
class MissingAnnotationChannel : public Corpus2Error {
public:
MissingAnnotationChannel(const std::string& name);
~MissingAnnotationChannel() throw();
}; // MissingAnnotationChannel
class AnnotatedSentence : public Corpus2::Sentence {
public:
typedef std::map<std::string, AnnotationChannel> chan_map_t;
......
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