File size: 327 Bytes
48f405d
 
60a6cc1
759cde0
48f405d
 
 
 
 
6e2b0df
 
48f405d
1
2
3
4
5
6
7
8
9
10
11
12
import spacy_streamlit

MODELS = ["tr_pipeline"]
DEFAULT_TEXT = "Arda Akdeniz 1991 yılı Nisan ayında, yüzde yüz olasılıkla ılık bir bahar günü, Ankara' da doğdu."
VISUALIZERS = ["parser", "ner", "tokens"]

spacy_streamlit.visualize(
    MODELS, 
    DEFAULT_TEXT, 
    VISUALIZERS,
    show_visualizer_select=True
)