I have a MALLET InstanceList where the data fields of the Instance objects are MALLET FeatureVector's.
I want to TF-IDF transform them with the same effect as http://scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfTransformer.html
Is there an existing library or some part of the MALLET API that does this?