layout | title |
---|---|
base |
Sandbox |
This file is intended as a "sandbox" for trying out the editing features. Feel free to make changes by clicking the "edit page" link at the top. (You need to be a project member and logged in to GitHub for this to work.)
(Please note: this page is public and shared with others, and its contents will be regularly reset. Don't store anything you want to keep here.)
- bulleted
- list
- numbered
- list
Link: link text
italics and bold
inline code
Just some tokens
Tokens/Noun with/Adpos POS/Noun
A dependency
det(dependency, A)
Alternative syntax
Dynamic visualization (click "edit!")
Example with error
det(no-such, token)
1 I I PRON PRN Num=Sing|Per=1 2 nsubj _ _
2-3 haven't _ _ _ _ _ _ _ _
2 have have VERB VB Tens=Pres 0 root _ _
3 not not ADV RB _ 2 neg _ _
4 a a DET DT _ 5 det _ _
5 clue clue NOUN NN Num=Sing 2 dobj _ _
6 . . PUNCT . _ 2 punct _ _
Simplified syntax
1 I I PRON PRN Num=Sing|Per=1 2 nsubj _ _
2 have have VERB VB Tens=Pres 0 root _ _
{% for p in site.fi-dep %} {% if p.title contains "cop" %} {{ p.content }} {% endif %} {% endfor %}
{% for p in site.fi-dep %} {% if p.tags contains "case" %} {{ p.content }} {% endif %} {% endfor %}