package
0.0.186
Repository: https://github.com/alexamies/chinesenotes-go.git
Documentation: pkg.go.dev

# Functions

Bigrams constructs a slice of bigrams from pairs of terms.
LoadColMap gets the list of titles of collections in the corpus key: gloss_file, value: title.
Load title info for all documents.
NewDocFinder creates and initializes an implementation of the DocFinder interface.
NewDocTitleFinder initializes a DocTitleFinder implementation.
NewFirestoreTitleFinder initializes a DocTitleFinder implementation using Firestore queries.
Creates a QueryParser.

# Variables

[BM25 words, BM25 bigrams, bit vector, similar title].

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DocTitleRecord holds expanded document title information plain_text_file", "gloss_file", "title", "title_cn", "title_en", "col_gloss_file", "col_title", "col_plus_doc_title.
No description provided by the author
No description provided by the author
A text segment contains the QueryText searched for and possibly a matching dictionary entry.

# Interfaces

DocFinder finds documents.
Parses input queries into a slice of text segments.
DocFinder finds documents.
No description provided by the author