added __init__.py and imports modified

parent d357c722
__pycache__ __pycache__
*.pyc
...@@ -7,7 +7,7 @@ import numpy as np ...@@ -7,7 +7,7 @@ import numpy as np
from tqdm import tqdm from tqdm import tqdm
import re import re
import pandas as pd import pandas as pd
from TextComplexitySpacy import TextComplexitySpacy from TextAnalysisSpacy.TextComplexitySpacy import TextComplexitySpacy
import matplotlib.pyplot as plt import matplotlib.pyplot as plt
#%matplotlib inline ## when in Jupyter #%matplotlib inline ## when in Jupyter
......
# This file is just for turning this folder into an importable package
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment