edponce / FACET

Framework for Annotation and Concept Extraction in Text
Other
2 stars 0 forks source link

Compare components for performance #21

Open edponce opened 4 years ago

edponce commented 4 years ago

Need to compare the different types of components and their interplay in terms of runtime performance and matching performance. To calculate matching performance, we can consider the relevance and order of matches (zero relevance means no similarity). Relevance is computed based on the number of words in the document, the number of unique words in the document, the total number of words in the collection, and the number of documents that contain a particular word.