currently I'm working on a project and am using a CsvIterator from the MALLET API to create an InstanceList. However, I'm not sure quite how the data field in a MALLET Instance object is supposed to be formatted. I'm attempting to write the data parsed from a line of text to a file.
I understand that the data field is typically a FeatureVector object in an InstanceList but I'm just not sure what the CsvIterator is looking for.
Thanks.