firefly-cpp / NiaARM

A minimalistic framework for Numerical Association Rule Mining
MIT License
16 stars 5 forks source link

Enhancement: Association Rule Text Mining #44

Closed firefly-cpp closed 2 years ago

firefly-cpp commented 2 years ago

Future enhancement

Adding support for Association Rule Text Mining based on EA/SI may also be an exciting enhancement of this library. For text preprocessing, we can use the NLTK library.

@zStupan, do you think we need many fixes to prepare the current library to work with the text?

Let's prepare preprocessing classes where we can handle most of the tasks.