grain ~master (2021-05-15T05:53:16Z)
Dub
Repo
Dictionary
grain
dataset
ptb
struct
Dictionary {
enum
eos
;
enum
eosId
;
string
[]
idx2word
;
int
[
string
]
word2idx
;
void
register
(string word);
}
Members
Functions
register
void
register
(string word)
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
eos
enum
eos
;
Undocumented in source.
eosId
enum
eosId
;
Undocumented in source.
Variables
idx2word
string
[]
idx2word
;
Undocumented in source.
word2idx
int
[
string
]
word2idx
;
Undocumented in source.
Meta
Source
See Implementation
grain
dataset
ptb
functions
prepareDataset
structs
Corpus
Dictionary