Skip to content

Performance problem: Replace dual language model with a single Python2Vec model #2

@nalmadi

Description

@nalmadi

Currently, the performance is exponential due to the use of two (slow) language models to detect semantics, namely, wordnet and Python2Vec.

Replacing the two models with a single well-trained Python2Vec model (or any language model that works well for semantic similarity) will enhance performance and reduce wait-time.

Helpful resource: https://machinelearningmastery.com/develop-word-embeddings-python-gensim/

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions