ApplicationSettings: app_name: "Netidigisõnad" short_name: "sonad" default_locale: "et" default_pair: ["izh", "fin"] mobile_default_pair: false grouped_nav: true new_mobile_nav: true locales_available: - "et" - "fi" - "lv" - "ru" - "en" # TODO: someone will have to decide on the meta keywords and # descriptions for google. app_meta_title: "Netidigisõnad" meta_description: > Free, mobile-friendly dictionaries for Livonian, Võro, Veps, Votic and Izhorian. meta_keywords: > olonets, olonetsian, livonian, liivi, veps, votic, izhorian admins_to_email: - "rueter.jack@gmail.com" - "trond.trosterud@uit.no" Tools: xfst_lookup: &LOOKUP '/usr/bin/lookup' hfst_lookup: &HLOOKUP '/bin/hfst-optimized-lookup' opt: &OPT '/opt/smi/' Morphology: fin: tool: *LOOKUP file: [*OPT, '/fin/bin/analyser-dict-gt-desc.xfst'] inverse_file: [*OPT, '/fin/bin/generator-dict-gt-norm.xfst'] format: 'xfst' options: compoundBoundary: "#" derivationMarker: "+Der" tagsep: '+' inverse_tagsep: '+' est: tool: *LOOKUP file: [*OPT, '/est/bin/analyser-dict-gt-desc.xfst'] inverse_file: [*OPT, '/est/bin/generator-dict-gt-norm.xfst'] format: 'xfst' options: compoundBoundary: "#" derivationMarker: "+Der" tagsep: '+' inverse_tagsep: '+' liv: tool: *LOOKUP file: [*OPT, '/liv/bin/analyser-dict-gt-desc.xfst'] inverse_file: [*OPT, '/liv/bin/generator-dict-gt-norm.xfst'] format: 'xfst' options: compoundBoundary: "+Use/Circ#" derivationMarker: "+Der" tagsep: '+' inverse_tagsep: '+' lav: tool: *LOOKUP file: [*OPT, '/lav/bin/analyser-dict-gt-desc.xfst'] inverse_file: [*OPT, '/lav/bin/generator-dict-gt-norm.xfst'] format: 'xfst' options: compoundBoundary: "+Use/Circ#" derivationMarker: "+Der" tagsep: '+' inverse_tagsep: '+' livM: tool: *LOOKUP file: [*OPT, '/liv/bin/analyser-dict-gt-desc-mobile.xfst'] inverse_file: [*OPT, '/liv/bin/generator-dict-gt-norm.xfst'] format: 'xfst' options: compoundBoundary: "+Use/Circ#" derivationMarker: "+Der" tagsep: '+' inverse_tagsep: '+' izh: tool: *LOOKUP file: [*OPT, '/izh/bin/analyser-dict-gt-desc.xfst'] inverse_file: [*OPT, '/izh/bin/generator-dict-gt-norm.xfst'] format: 'xfst' options: compoundBoundary: "+Use/Circ#" derivationMarker: "+Der" tagsep: '+' inverse_tagsep: '+' vro: tool: *HLOOKUP file: [*OPT, '/vro/bin/analyser-dict-gt-desc.hfstol'] inverse_file: [*OPT, '/vro/bin/generator-dict-gt-norm.hfstol'] format: 'hfst' options: compoundBoundary: "+Cmp#" derivationMarker: "+Der" tagsep: '+' inverse_tagsep: '+' vot: tool: *LOOKUP file: [*OPT, '/vot/bin/analyser-dict-gt-desc.xfst'] inverse_file: [*OPT, '/vot/bin/generator-dict-gt-norm.xfst'] format: 'xfst' options: compoundBoundary: "+Use/Circ#" derivationMarker: "+Der" tagsep: '+' inverse_tagsep: '+' rus: tool: *LOOKUP file: [*OPT, '/rus/bin/analyser-dict-gt-desc.xfst'] inverse_file: [*OPT, '/rus/bin/generator-dict-gt-norm.xfst'] format: 'xfst' options: compoundBoundary: "+Use/Circ#" derivationMarker: "+Der" tagsep: '+' inverse_tagsep: '+' Languages: - iso: liv minority_lang: true - iso: livM minority_lang: true variant: True # this makes the fab process skip attempting `svn up` here. - iso: izh minority_lang: true - iso: vro minority_lang: true - iso: vot minority_lang: true - iso: fin - iso: rus - iso: est - iso: lav minority_lang: true # This also dictates the order of the dictionaries in the UI for now. Dictionaries: # liv - source: liv target: fin path: 'dicts/liv-all.xml' input_variants: &liv_variants - type: "standard" description: !gettext "Standard" example: "(äǟ)" # NB: must be same as analyser name short_name: "liv" - type: "mobile" description: !gettext "mobile friendly" example: "(a → ä ~ ǟ)" short_name: "livM" - source: fin target: liv path: 'dicts/finliv.xml' - source: liv target: est path: 'dicts/liv-all.xml' input_variants: *liv_variants - source: liv target: lav path: 'dicts/liv-all.xml' input_variants: *liv_variants - source: lav target: liv path: 'dicts/lavliv.xml' # izh - source: izh target: fin path: 'dicts/izh-all.xml' - source: fin target: izh path: 'dicts/finizh.xml' # vro - source: vro target: est path: 'dicts/vro-all.xml' show_korp_search: True korp_search_host: &F_KORP "http://gtweb.uit.no/f_korp" - source: vro target: fin path: 'dicts/vro-all.xml' show_korp_search: True korp_search_host: *F_KORP # vot - source: vot target: est path: 'dicts/vot-all.xml' - source: vot target: fin path: 'dicts/vot-all.xml' - source: vot target: rus path: 'dicts/votrus.xml' - source: rus target: vot path: 'dicts/rusvot.xml' # lav - source: lav target: fin path: 'dicts/lavfin.xml' - source: fin target: lav path: 'dicts/finlav.xml' ReaderConfig: Settings: # host path without scheme (https, http) to reader lookup API, no trailing # slash. api_host: "sanit.oahpa.no/reader/sonad" # URL to serve media from, minus scheme, and no trailing slash. media_host: "sanit.oahpa.no"