koheiw / seededlda

LDA for semisupervised topic modeling
https://koheiw.github.io/seededlda/
73 stars 16 forks source link

Do not hardcode prefix #94

Open barracuda156 opened 1 week ago

barracuda156 commented 1 week ago

Configure currently hardcodes prefix:

ac_default_prefix=/usr/local

This is wrong, since prefix value needs not be /usr/local, and will vary depending on OS, package manager (if one is used) and user choice (which can override defaults of a given package manager).