nickmuchi commited on
Commit
6155281
1 Parent(s): 01c3538

Update functions.py

Browse files
Files changed (1) hide show
  1. functions.py +3 -0
functions.py CHANGED
@@ -16,8 +16,11 @@ import itertools
16
  import numpy as np
17
  from bs4 import BeautifulSoup
18
  import base64, time
 
 
19
  nltk.download('punkt')
20
 
 
21
  from nltk import sent_tokenize
22
 
23
  time_str = time.strftime("%d%m%Y-%H%M%S")
 
16
  import numpy as np
17
  from bs4 import BeautifulSoup
18
  import base64, time
19
+ from annotated_text import annotated_text
20
+
21
  nltk.download('punkt')
22
 
23
+
24
  from nltk import sent_tokenize
25
 
26
  time_str = time.strftime("%d%m%Y-%H%M%S")