From 9ecab1e454ce485a7491879ba3563c060ec60f72 Mon Sep 17 00:00:00 2001 From: Adam Wardynski <award@.(B-4.4.46a)> Date: Fri, 16 Mar 2012 20:02:17 +0100 Subject: [PATCH] Pass some ccl relations xml file constants on to swig. --- swig/relationreader.i | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/swig/relationreader.i b/swig/relationreader.i index b763980..b236d53 100644 --- a/swig/relationreader.i +++ b/swig/relationreader.i @@ -6,6 +6,15 @@ #include <libcorpus2_whole/io/relreader.h> %} +%constant std::string RELATION_TAG = Corpus2::whole::RELATION_TAG; +%constant std::string RELATIONS_TAG = Corpus2::whole::RELATIONS_TAG; +%constant std::string RELATION_DIRECT_FROM = Corpus2::whole::RELATION_DIRECT_FROM; +%constant std::string RELATION_DIRECT_TO = Corpus2::whole::RELATION_DIRECT_TO; + +%constant std::string RELATION_NAME = Corpus2::whole::RELATION_NAME; +%constant std::string RELATION_SENTENCE_ID = Corpus2::whole::RELATION_SENTENCE_ID; +%constant std::string RELATION_CHANNEL_NAME = Corpus2::whole::RELATION_CHANNEL_NAME; + namespace Corpus2 { namespace whole { class RelationReader { -- GitLab