Currently columnar and secondary .so files are in /usr/share/manticore/modules/:
[root@f9e0664dbe8d ~]# rpm -ql manticore-columnar-lib
/usr/share/manticore
/usr/share/manticore/modules
/usr/share/manticore/modules/lib_manticore_columnar.so
/usr/share/manticore/modules/lib_manticore_secondary.so
, but UK lemmatizer's lemmatize_uk.so is not:
[root@f9e0664dbe8d ~]# rpm -ql manticore-lemmatizer-uk
/etc/ld.so.conf.d
/etc/ld.so.conf.d/manticore_uk_lemmatizer.conf
/usr/local
/usr/local/manticore
/usr/local/manticore/lib
/usr/local/manticore/lib/lemmatize_uk.so
Does it make sense to put it to the same dir?
Also, does:
common {
plugin_dir = /usr/local/manticore/lib/
}
make sense in the default config?
Currently columnar and secondary
.sofiles are in/usr/share/manticore/modules/:, but UK lemmatizer's
lemmatize_uk.sois not:Does it make sense to put it to the same dir?
Also, does:
make sense in the default config?