varnamproject / libvarnam

Deprecated. See https://github.com/varnamproject/govarnam
http://www.varnamproject.com
Mozilla Public License 2.0
100 stars 21 forks source link

Env vars for setting Symbols & Suggestions dir #161

Open subins2000 opened 4 years ago

subins2000 commented 4 years ago

To overcome the fixed paths of symbols folder and suggestions folder, I've added these 2 new environment variables :

VARNAM_SYMBOLS_DIR
VARNAM_SUGGESTIONS_DIR

Note that, symbolsFileSearchPath variable in varnam.c doesn't have a Windows system related folder in it. Adding this env var will help that too.

-- This PR is an improvement of #151