Light Word Embeddings
Retrieves vectors from disc ad-hoc and caches the maxWordCount
results in memory based on most active cache keys. Works very well in constrained environments like a Raspberry Pi.
Constructors
Link copied to clipboard
public LightWordEmbeddings LightWordEmbeddings( Path filePath, Integer dimensions, Character delimiter, Integer maxWordCount)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public List<NDArray<Float, D1>> traverseVectorsOrNull(List<String> words)
Content copied to clipboard