dennlinger / summaries

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

Design a smarter pattern for language processing modules #32

Open dennlinger opened 1 year ago

dennlinger commented 1 year ago

Currently, many functions have a similar pattern in which they require lots of duplicate code. The idea is to facilitate a central function for each submodule (e.g., analysis, baselines, etc.), which unifies this interface.