Skip to content
Snippets Groups Projects
Commit 4ca28359 authored by chrysanthopoulou's avatar chrysanthopoulou
Browse files

Add start of averaged metrics

parent 29105f21
No related branches found
No related tags found
No related merge requests found
# ignore venv
stylo_venv/
\ No newline at end of file
stylo_venv/
fanfic_venv/
\ No newline at end of file
This diff is collapsed.
import seaborn as sns
import matplotlib.pyplot as plt
from cycler import cycler
import os
from nltk.tokenize import word_tokenize
from nltk.probability import FreqDist
from nltk.tokenize import sent_tokenize
from nltk.tag import pos_tag
import pandas as pd
import statistics
import re
fanfic = pd.read_csv(f"cosmere/data/fanfics/cosmere_fanfics_new.csv", thousands=",")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment