Package | Description |
---|---|
org.deeplearning4j.models.embeddings.loader |
Modifier and Type | Method and Description |
---|---|
static FastText |
WordVectorSerializer.readWordVectors(File path)
This method unloads FastText model from file
|
Modifier and Type | Method and Description |
---|---|
static void |
WordVectorSerializer.writeWordVectors(@NonNull FastText vectors,
@NonNull File path)
This method loads FastText model to file
|
Copyright © 2022. All rights reserved.