MrGanesh commited on
Commit
6c8b9ba
·
1 Parent(s): 70f3990

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import streamlit as st
3
  from keybert import KeyBERT
4
  import yake
5
  from keyphrase_vectorizers import KeyphraseCountVectorizer
 
6
  st.title("Patent Text Extractor")
7
  placeholder = st.empty()
8
  text = placeholder.text_area("Paste or write text", height=300)
 
3
  from keybert import KeyBERT
4
  import yake
5
  from keyphrase_vectorizers import KeyphraseCountVectorizer
6
+ from sklearn.feature_extraction.text import CountVectorizer
7
  st.title("Patent Text Extractor")
8
  placeholder = st.empty()
9
  text = placeholder.text_area("Paste or write text", height=300)