Skip to content

move lemmatize_uk.so to /usr/share/manticore/modules/ #908

@githubmanticore

Description

@githubmanticore

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions