Package com.ml.shubham0204.glove_android

Types

GloVe
Link copied to clipboard
class GloVe

A port of GloVe (Global Vectors for Word Representation) for Android. Internally, it uses a Python script to load 50D GloVe-embeddings from a HDF5 file and maintains an index as a dict for faster access.

PythonInitializer
Link copied to clipboard
class PythonInitializer : Initializer<Python>

A startup-initializer which instantiates the Python runtime (with Chaquopy) to run the Python script kept in src/main/python.