All Downloads are FREE. Search and download functionalities are using the official Maven repository.

resources.wrappers.FileJsonKeras.gate-lf-python-data.gatelfdata.__init__.py Maven / Gradle / Ivy

Go to download

A GATE plugin that provides many different machine learning algorithms for a wide range of NLP-related machine learning tasks like text classification, tagging, or chunking.

There is a newer version: 4.2
Show newest version
# https://stackoverflow.com/questions/10971033/backporting-python-3-openencoding-utf-8-to-python-2
__version__ = '0.2'
from gatelfdata.features import Features
from gatelfdata.featureboolean import FeatureBoolean
from gatelfdata.featurengram import FeatureNgram
from gatelfdata.featurenominalembs import FeatureNominalEmbs
from gatelfdata.featurenumeric import FeatureNumeric
from gatelfdata.dataset import Dataset
from gatelfdata.target import Target
from gatelfdata.targetnominal import TargetNominal
from gatelfdata.vocab import Vocab




© 2015 - 2024 Weber Informatics LLC | Privacy Policy