Re: Storing dataset from Condtional FreqDist

2015-01-19 Thread Jason Friedman
Hello i have trying to store information in arff file but i has been really. Any ideas of how can i do that? with open('fileids3.txt', 'r') as f: genres=[word.strip() for word in f.next().split(',')] with open('adjectifs2.txt', 'r') as g: adj = [word.strip() for word in

Storing dataset from Condtional FreqDist

2015-01-19 Thread Jose
Hello i have trying to store information in arff file but i has been really. Any ideas of how can i do that? with open('fileids3.txt', 'r') as f: genres=[word.strip() for word in f.next().split(',')] with open('adjectifs2.txt', 'r') as g: adj = [word.strip() for word in