You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
could you elaborate the format of corpus_index_*.txt, I load it with pickle and see a struture of lists,
[
"gives",
"give",
"obj",
"surplus",
"city",
null
], what are the meanings of these fields? and what is the interger mean?
like this '4' here
[
[..],
[...],
4
],