Skip to content
Snippets Groups Projects
Commit 43f1f4da authored by Marcel Henrik Schubert's avatar Marcel Henrik Schubert
Browse files

added author id output

parent 8e4b89e0
Branches
No related tags found
No related merge requests found
......@@ -147,6 +147,7 @@ if not os.path.exists(direct+subdir+'/'+'split_data'+'/{}_{}_{}_test.json'.forma
sys.stdout.flush()
text, author_id, indices, gender, age, line_num, tweet_length = read_data(direct+subdir+'/'+filebeg+filen)
print('The authors are in counter mode: {}'.format(collections.Counter(author_id).most_common()))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment