/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 2.0.12 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ----------------------------------------------------------------------------- */ package lemmaextractor.swig; public class wcrft_swigJNI { public final static native long new_SimpleTagger(String jarg1, String jarg2); public final static native void delete_SimpleTagger(long jarg1); public final static native String SimpleTagger_tag_input(long jarg1, SimpleTagger jarg1_, String jarg2); }