akdeniz27's picture
Update app.py
60a6cc1
raw
history blame
263 Bytes
import spacy_streamlit
MODELS = ["tr_pipeline"]
DEFAULT_TEXT = "Taner 1965 yılında Konya şehrinde doğdu."
VISUALIZERS = ["parser", "ner", "tokens"]
spacy_streamlit.visualize(
MODELS,
DEFAULT_TEXT,
VISUALIZERS,
show_visualizer_select=True
)