Class FastTextWrapper

  • All Implemented Interfaces:
    org.bytedeco.javacpp.tools.InfoMapper
    Direct Known Subclasses:
    FastTextWrapper

    @Properties(value=@Platform(include={"fasttext_wrapper.h","fasttext_wrapper_javacpp.h"}),
                target="com.github.jfasttext.FastTextWrapper")
    public class FastTextWrapper
    extends Object
    implements org.bytedeco.javacpp.tools.InfoMapper
    This configuration file is used for JavaCpp's parser to generate the actual FastTextWrapper.java fasttext_wrapper.h includes FastTextApi's declarations, fasttext_wrapper_javacpp.h includes *.cc files for compiling.
    • Constructor Detail

      • FastTextWrapper

        public FastTextWrapper()
    • Method Detail

      • map

        public void map​(org.bytedeco.javacpp.tools.InfoMap infoMap)
        Specified by:
        map in interface org.bytedeco.javacpp.tools.InfoMapper