Documentation
¶
Overview ¶
tfidf provides IO functions to read text files and also remembers the source of the text.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CorpusEntry ¶
type CorpusEntry struct { RawFile string `beam:"rawFile"` DocumentId string `beam:"glossFile"` ColFile string `beam:"colFile"` }
CorpusEntry contains metadata for a document that text will be read from
Click to show internal directories.
Click to hide internal directories.