{
"texts": [
"I like cats",
"I like like dogs"
],
"vocabulary": [
"i",
"like",
"cats",
"dogs"
]
}[
[
1,
1,
1,
0
],
[
1,
2,
0,
1
]
]| Argument | Type |
|---|---|
| texts | np.ndarray |
| vocabulary | np.ndarray |
| Return Name | Type |
|---|---|
| value | np.ndarray |