Documentation ¶
Overview ¶
Package for configuration common to command line tool and web app.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConfig ¶ added in v0.0.25
type AppConfig struct { // The top level directory for the project ProjectHome string // A map of project configuration variables ConfigVars map[string]string // A list of files to read the lexical units in the dictionary from LUFileNames []string }
AppConfig holds application configuration data that is general to the API
These variables are common to API and web app usage, especially loading dictionary files.
func InitConfig ¶ added in v0.0.24
func InitConfig() AppConfig
InitConfig sets application configuration data
func (AppConfig) AvoidSubDomains ¶ added in v0.0.25
Default: empty
func (AppConfig) CorpusDataDir ¶ added in v0.0.25
CorpusDataDir returns the directory where the corpus metadata is stored
func (AppConfig) CorpusDir ¶ added in v0.0.25
CorpusDir gets the directory where the raw corpus text files are read from
func (AppConfig) DictionaryDir ¶ added in v0.0.25
DictionaryDir gets the name of the directory containing the dictionary files
Click to show internal directories.
Click to hide internal directories.