-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
There is a minor bug in the getLabels method.
JFastText/src/main/java/com/github/jfasttext/JFastText.java
Lines 108 to 110 in 130e5e0
| public List<String> getLabels() { | |
| return stringVec2Strings(fta.getWords()); | |
| } |
should be
public List<String> getLabels() {
return stringVec2Strings(fta.getLabels());
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels