Piyushmryaa commited on
Commit
af4ec60
1 Parent(s): 1e663e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -175,6 +175,7 @@ st.title('Chunk tagging')
175
  input = st.text_input('Input the pos tags')
176
 
177
  import nltk
 
178
  from nltk.tokenize import word_tokenize
179
 
180
  inputs = input_(input)
 
175
  input = st.text_input('Input the pos tags')
176
 
177
  import nltk
178
+ nltk.download('punkt')
179
  from nltk.tokenize import word_tokenize
180
 
181
  inputs = input_(input)