nasa-jpl / ASSESS

Automatic Semantic Search Engine for Suitable Standards
21 stars 7 forks source link

Improve speed of prediction #62

Open asitang opened 4 years ago

asitang commented 4 years ago

Right now the model takes a brute force approach of calculating similarity between an SoW with all the standard abstracts. This takes a some time. We need to reduce this time.

asitang commented 4 years ago

Ideas: We can do some filtering using an inverted index and number of keyword matches to reduce the candidate size of standards we want to compare the SoW with.