Logo

GitLab

Sign in

Wojciech Jaworski / ENIAM

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • ENIAM
  • tools
  • maca
  • swig
  • maca.i
  • Readded interactive versions of Concraft, MACA, and Świgra along with installation instructions.
    dd64a6e5
    Jan Lupa authored
    2017-06-01 18:20:25 +0200  
    Browse File ยป
maca.i 191 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef SWIG_MACA_I
#define SWIG_MACA_I

%module maca
%{
  //
%}

%include <libcorpus2/unicodestring.i>
%include "plaintextreader.i"
%include "premorphtextreader.i"

#endif /* SWIG_MACA_I */