dennlinger / summaries

A toolkit for summarization analysis and aspect-based summarizers
MIT License
11 stars 0 forks source link

Enable/disable lemmatization for `Analyzer` #33

Closed dennlinger closed 1 year ago

dennlinger commented 1 year ago

Currently, it is inconsistent in which way the ngrams are compared, particularly with respect to lemmatization and default n parameters. It should be made more consistent between the different functions.

dennlinger commented 1 year ago

Currently enabled, however, we still have some functions (esp. for the ROUGE-2 matching), that don't propagate this option properly. See #31 for more details.

dennlinger commented 1 year ago

Closed with #31