Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grew
grew_match
Commits
ffb56658
Commit
ffb56658
authored
Nov 19, 2020
by
Bruno Guillaume
Browse files
add a tuto item
parent
b22eb05c
Changes
2
Hide whitespace changes
Inline
Side-by-side
tuto/lesson5/some.pat
0 → 100644
View file @
ffb56658
% What are the upos for a given word
% The pattern below searches for the form "some"
% The clustering key N.upos returns a clustering of the results for each possible upos of the N node
pattern { N [form="some"] }
\ No newline at end of file
tuto/right_pane.html
View file @
ffb56658
...
...
@@ -67,6 +67,7 @@
<div
class=
"tab-pane"
id=
"step5"
>
<h4>
Lesson 5: clustering of the results
</h4>
<ul>
<li><a
href=
"#"
clustering=
"N.upos"
snippet-file=
"lesson5/some.pat"
class=
"inter"
>
Cluster by "upos" for a given form
</a></li>
<li><a
href=
"#"
clustering=
"GOV.upos"
snippet-file=
"lesson5/upos.pat"
class=
"inter"
>
Cluster results by one node "upos"
</a></li>
<li><a
href=
"#"
clustering=
"N.lemma"
snippet-file=
"lesson5/lemma.pat"
class=
"inter"
>
Cluster results by one node "lemma"
</a></li>
<li><a
href=
"#"
clustering=
"N.VerbForm"
snippet-file=
"lesson5/verbform.pat"
class=
"inter"
>
Other clustering on nodes
</a></li>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment