Package com.github.jfasttext.config
Class FastTextWrapper
- java.lang.Object
-
- com.github.jfasttext.config.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.InfoMapperThis 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 Summary
Constructors Constructor Description FastTextWrapper()
-