Documentation ¶
Overview ¶
Package for
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BibNotesClient ¶
type BibNotesClient interface { // Get references for parallel texts for the given collection file name GetParallelRefs(fileName string) []ParellelRef // Get references for English translations for the given collection file name GetTransRefs(fileName string) []TransRef }
Load the bibliographic notes database
func LoadBibNotes ¶
func LoadBibNotes(file2RefReader, refNo2ParallelReader, refNo2TransReader io.Reader) (BibNotesClient, error)
Load the bibliographic notes database
type ParellelRef ¶ added in v0.0.83
type ParellelRef struct { Lang string // Parallel language Ref string // Harvard style citation, may have markup }
ParellelRef holds information on references for parallel versions of texts These may be Chinese-Chinese, Chinese-Sanskrit, etc)
Click to show internal directories.
Click to hide internal directories.