abstract datatype: nli()
| load/2 | |
| score/3 | |
| unload/1 |
load(TokPath::file:filename(), ModelPath::file:filename()) -> {ok, nli()} | {error, term()}
score(X1::nli(), Premise::binary(), Hypothesis::binary()) -> {ok, float()} | {error, term()}
unload(X1::nli()) -> ok
Generated by EDoc