guoguibing / librec

LibRec: A Leading Java Library for Recommender Systems, see
https://www.librec.net/
Other
3.23k stars 1.03k forks source link

Execute TensorRecommender on "text" format data #302

Open ChenglongMa opened 5 years ago

ChenglongMa commented 5 years ago

Hi all, For TensorRecommender and its subclasses, they require the data format should be "arff". I wonder if we can use "text" data to execute them?

In my opinion, "text" data is just a superset of "arff". Is it possible to be compatible with both of them?

Thanks :)

Cheers, Chenglong