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
978fe4bf
Commit
978fe4bf
authored
Sep 04, 2019
by
Bruno Guillaume
Browse files
global snippets
parent
b099652e
Changes
29
Hide whitespace changes
Inline
Side-by-side
corpora_for_website/SUD-24/right_pane.html
View file @
978fe4bf
...
...
@@ -5,6 +5,7 @@
<li
class=
"active"
><a
class=
"grew-label"
href=
"#step1"
data-toggle=
"tab"
>
Snippets
</a></li>
<li>
<a
class=
"grew-label"
href=
"#step2"
data-toggle=
"tab"
>
Examples
</a></li>
<li>
<a
class=
"grew-label"
href=
"#step3"
data-toggle=
"tab"
>
n-grams
</a></li>
<li>
<a
class=
"grew-label"
href=
"#step4"
data-toggle=
"tab"
>
Global
</a></li>
</ul>
</div>
...
...
@@ -33,15 +34,32 @@
<div
class=
"tab-pane"
id=
"step3"
>
<ul>
<li><a
href=
"#"
snippet-file=
"../n-grams/2-gram-form.pat"
class=
"inter"
>
Search for a bigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/2-gram-lemma.pat"
class=
"inter"
>
Search for a bigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/2-gram-upos.pat"
class=
"inter"
>
Search for a bigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/3-gram-form.pat"
class=
"inter"
>
Search for a trigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/3-gram-lemma.pat"
class=
"inter"
>
Search for a trigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/3-gram-upos.pat"
class=
"inter"
>
Search for a trigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/4-gram-form.pat"
class=
"inter"
>
Search for a 4-gram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/4-gram-lemma.pat"
class=
"inter"
>
Search for a 4-gram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/4-gram-upos.pat"
class=
"inter"
>
Search for a 4-gram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/2-gram-form.pat"
class=
"inter"
>
Search for a bigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/2-gram-lemma.pat"
class=
"inter"
>
Search for a bigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/2-gram-upos.pat"
class=
"inter"
>
Search for a bigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/3-gram-form.pat"
class=
"inter"
>
Search for a trigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/3-gram-lemma.pat"
class=
"inter"
>
Search for a trigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/3-gram-upos.pat"
class=
"inter"
>
Search for a trigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/4-gram-form.pat"
class=
"inter"
>
Search for a 4-gram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/4-gram-lemma.pat"
class=
"inter"
>
Search for a 4-gram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/4-gram-upos.pat"
class=
"inter"
>
Search for a 4-gram of POS
</a></li>
</ul>
</div>
<div
class=
"tab-pane"
id=
"step4"
>
On dependency trees:
<ul>
<li><a
href=
"#"
snippet-file=
"../snippets_global/projective.pat"
class=
"inter"
>
Select projective trees
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_global/not_projective.pat"
class=
"inter"
>
Select non projective trees
</a></li>
</ul>
On graph structures:
<ul>
<li><a
href=
"#"
snippet-file=
"../snippets_global/cyclic.pat"
class=
"inter"
>
Select cyclic graphs
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_global/not_cyclic.pat"
class=
"inter"
>
Select non cyclic graphs
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_global/tree.pat"
class=
"inter"
>
Select trees
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_global/not_tree.pat"
class=
"inter"
>
Select graphs which are not trees
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_global/forest.pat"
class=
"inter"
>
Select forests
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_global/not_forest.pat"
class=
"inter"
>
Select graphs which are not forests
</a></li>
</ul>
</div>
...
...
corpora_for_website/UD-24/right_pane.html
View file @
978fe4bf
...
...
@@ -5,6 +5,7 @@
<li
class=
"active"
><a
class=
"grew-label"
href=
"#step1"
data-toggle=
"tab"
>
Snippets
</a></li>
<li>
<a
class=
"grew-label"
href=
"#step2"
data-toggle=
"tab"
>
Examples
</a></li>
<li>
<a
class=
"grew-label"
href=
"#step3"
data-toggle=
"tab"
>
n-grams
</a></li>
<li>
<a
class=
"grew-label"
href=
"#step4"
data-toggle=
"tab"
>
Global
</a></li>
</ul>
</div>
...
...
@@ -33,15 +34,32 @@
<div
class=
"tab-pane"
id=
"step3"
>
<ul>
<li><a
href=
"#"
snippet-file=
"../n-grams/2-gram-form.pat"
class=
"inter"
>
Search for a bigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/2-gram-lemma.pat"
class=
"inter"
>
Search for a bigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/2-gram-upos.pat"
class=
"inter"
>
Search for a bigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/3-gram-form.pat"
class=
"inter"
>
Search for a trigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/3-gram-lemma.pat"
class=
"inter"
>
Search for a trigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/3-gram-upos.pat"
class=
"inter"
>
Search for a trigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/4-gram-form.pat"
class=
"inter"
>
Search for a 4-gram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/4-gram-lemma.pat"
class=
"inter"
>
Search for a 4-gram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/4-gram-upos.pat"
class=
"inter"
>
Search for a 4-gram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/2-gram-form.pat"
class=
"inter"
>
Search for a bigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/2-gram-lemma.pat"
class=
"inter"
>
Search for a bigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/2-gram-upos.pat"
class=
"inter"
>
Search for a bigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/3-gram-form.pat"
class=
"inter"
>
Search for a trigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/3-gram-lemma.pat"
class=
"inter"
>
Search for a trigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/3-gram-upos.pat"
class=
"inter"
>
Search for a trigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/4-gram-form.pat"
class=
"inter"
>
Search for a 4-gram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/4-gram-lemma.pat"
class=
"inter"
>
Search for a 4-gram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/4-gram-upos.pat"
class=
"inter"
>
Search for a 4-gram of POS
</a></li>
</ul>
</div>
<div
class=
"tab-pane"
id=
"step4"
>
On dependency trees:
<ul>
<li><a
href=
"#"
snippet-file=
"../snippets_global/projective.pat"
class=
"inter"
>
Select projective trees
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_global/not_projective.pat"
class=
"inter"
>
Select non projective trees
</a></li>
</ul>
On graph structures:
<ul>
<li><a
href=
"#"
snippet-file=
"../snippets_global/cyclic.pat"
class=
"inter"
>
Select cyclic graphs
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_global/not_cyclic.pat"
class=
"inter"
>
Select non cyclic graphs
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_global/tree.pat"
class=
"inter"
>
Select trees
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_global/not_tree.pat"
class=
"inter"
>
Select graphs which are not trees
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_global/forest.pat"
class=
"inter"
>
Select forests
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_global/not_forest.pat"
class=
"inter"
>
Select graphs which are not forests
</a></li>
</ul>
</div>
...
...
corpora_for_website/UD-misc/parseme/right_pane.html
View file @
978fe4bf
...
...
@@ -34,15 +34,15 @@
<div
class=
"tab-pane"
id=
"step3"
>
<ul>
<li><a
href=
"#"
snippet-file=
"../../n-grams/2-gram-form.pat"
class=
"inter"
>
Search for a bigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/2-gram-lemma.pat"
class=
"inter"
>
Search for a bigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/2-gram-upos.pat"
class=
"inter"
>
Search for a bigram of tags
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/3-gram-form.pat"
class=
"inter"
>
Search for a trigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/3-gram-lemma.pat"
class=
"inter"
>
Search for a trigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/3-gram-upos.pat"
class=
"inter"
>
Search for a trigram of tags
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/4-gram-form.pat"
class=
"inter"
>
Search for a 4-gram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/4-gram-lemma.pat"
class=
"inter"
>
Search for a 4-gram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/4-gram-upos.pat"
class=
"inter"
>
Search for a 4-gram of tags
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/2-gram-form.pat"
class=
"inter"
>
Search for a bigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/2-gram-lemma.pat"
class=
"inter"
>
Search for a bigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/2-gram-upos.pat"
class=
"inter"
>
Search for a bigram of tags
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/3-gram-form.pat"
class=
"inter"
>
Search for a trigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/3-gram-lemma.pat"
class=
"inter"
>
Search for a trigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/3-gram-upos.pat"
class=
"inter"
>
Search for a trigram of tags
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/4-gram-form.pat"
class=
"inter"
>
Search for a 4-gram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/4-gram-lemma.pat"
class=
"inter"
>
Search for a 4-gram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/4-gram-upos.pat"
class=
"inter"
>
Search for a 4-gram of tags
</a></li>
</ul>
</div>
...
...
corpora_for_website/UD-misc/right_pane.html
View file @
978fe4bf
...
...
@@ -5,7 +5,7 @@
<li
class=
"active"
><a
class=
"grew-label"
href=
"#step1"
data-toggle=
"tab"
>
Snippets
</a></li>
<li>
<a
class=
"grew-label"
href=
"#step2"
data-toggle=
"tab"
>
Examples
</a></li>
<li>
<a
class=
"grew-label"
href=
"#step3"
data-toggle=
"tab"
>
n-grams
</a></li>
<li>
<a
class=
"grew-label"
href=
"#step4"
data-toggle=
"tab"
>
Global
</a></li>
</ul>
</div>
</div>
...
...
@@ -33,15 +33,32 @@
<div
class=
"tab-pane"
id=
"step3"
>
<ul>
<li><a
href=
"#"
snippet-file=
"../n-grams/2-gram-form.pat"
class=
"inter"
>
Search for a bigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/2-gram-lemma.pat"
class=
"inter"
>
Search for a bigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/2-gram-upos.pat"
class=
"inter"
>
Search for a bigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/3-gram-form.pat"
class=
"inter"
>
Search for a trigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/3-gram-lemma.pat"
class=
"inter"
>
Search for a trigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/3-gram-upos.pat"
class=
"inter"
>
Search for a trigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/4-gram-form.pat"
class=
"inter"
>
Search for a 4-gram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/4-gram-lemma.pat"
class=
"inter"
>
Search for a 4-gram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/4-gram-upos.pat"
class=
"inter"
>
Search for a 4-gram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/2-gram-form.pat"
class=
"inter"
>
Search for a bigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/2-gram-lemma.pat"
class=
"inter"
>
Search for a bigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/2-gram-upos.pat"
class=
"inter"
>
Search for a bigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/3-gram-form.pat"
class=
"inter"
>
Search for a trigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/3-gram-lemma.pat"
class=
"inter"
>
Search for a trigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/3-gram-upos.pat"
class=
"inter"
>
Search for a trigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/4-gram-form.pat"
class=
"inter"
>
Search for a 4-gram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/4-gram-lemma.pat"
class=
"inter"
>
Search for a 4-gram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_n-grams/4-gram-upos.pat"
class=
"inter"
>
Search for a 4-gram of POS
</a></li>
</ul>
</div>
<div
class=
"tab-pane"
id=
"step4"
>
On dependency trees:
<ul>
<li><a
href=
"#"
snippet-file=
"../snippets_global/projective.pat"
class=
"inter"
>
Select projective trees
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_global/not_projective.pat"
class=
"inter"
>
Select non projective trees
</a></li>
</ul>
On graph structures:
<ul>
<li><a
href=
"#"
snippet-file=
"../snippets_global/cyclic.pat"
class=
"inter"
>
Select cyclic graphs
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_global/not_cyclic.pat"
class=
"inter"
>
Select non cyclic graphs
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_global/tree.pat"
class=
"inter"
>
Select trees
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_global/not_tree.pat"
class=
"inter"
>
Select graphs which are not trees
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_global/forest.pat"
class=
"inter"
>
Select forests
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_global/not_forest.pat"
class=
"inter"
>
Select graphs which are not forests
</a></li>
</ul>
</div>
...
...
corpora_for_website/UD-misc/sud/right_pane.html
View file @
978fe4bf
...
...
@@ -3,6 +3,7 @@
<ul
class=
"nav nav-pills"
>
<li
class=
"active"
><a
class=
"grew-label"
href=
"#step1"
data-toggle=
"tab"
>
Snippets
</a></li>
<li>
<a
class=
"grew-label"
href=
"#step2"
data-toggle=
"tab"
>
n-grams
</a></li>
<li>
<a
class=
"grew-label"
href=
"#step4"
data-toggle=
"tab"
>
Global
</a></li>
</ul>
</div>
</div>
...
...
@@ -21,15 +22,32 @@
<div
class=
"tab-pane"
id=
"step2"
>
<ul>
<li><a
href=
"#"
snippet-file=
"../../n-grams/2-gram-form.pat"
class=
"inter"
>
Search for a bigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/2-gram-lemma.pat"
class=
"inter"
>
Search for a bigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/2-gram-upos.pat"
class=
"inter"
>
Search for a bigram of tags
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/3-gram-form.pat"
class=
"inter"
>
Search for a trigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/3-gram-lemma.pat"
class=
"inter"
>
Search for a trigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/3-gram-upos.pat"
class=
"inter"
>
Search for a trigram of tags
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/4-gram-form.pat"
class=
"inter"
>
Search for a 4-gram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/4-gram-lemma.pat"
class=
"inter"
>
Search for a 4-gram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/4-gram-upos.pat"
class=
"inter"
>
Search for a 4-gram of tags
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/2-gram-form.pat"
class=
"inter"
>
Search for a bigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/2-gram-lemma.pat"
class=
"inter"
>
Search for a bigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/2-gram-upos.pat"
class=
"inter"
>
Search for a bigram of tags
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/3-gram-form.pat"
class=
"inter"
>
Search for a trigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/3-gram-lemma.pat"
class=
"inter"
>
Search for a trigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/3-gram-upos.pat"
class=
"inter"
>
Search for a trigram of tags
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/4-gram-form.pat"
class=
"inter"
>
Search for a 4-gram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/4-gram-lemma.pat"
class=
"inter"
>
Search for a 4-gram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/4-gram-upos.pat"
class=
"inter"
>
Search for a 4-gram of tags
</a></li>
</ul>
</div>
<div
class=
"tab-pane"
id=
"step4"
>
On dependency trees:
<ul>
<li><a
href=
"#"
snippet-file=
"../../snippets_global/projective.pat"
class=
"inter"
>
Select projective trees
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_global/not_projective.pat"
class=
"inter"
>
Select non projective trees
</a></li>
</ul>
On graph structures:
<ul>
<li><a
href=
"#"
snippet-file=
"../../snippets_global/cyclic.pat"
class=
"inter"
>
Select cyclic graphs
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_global/not_cyclic.pat"
class=
"inter"
>
Select non cyclic graphs
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_global/tree.pat"
class=
"inter"
>
Select trees
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_global/not_tree.pat"
class=
"inter"
>
Select graphs which are not trees
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_global/forest.pat"
class=
"inter"
>
Select forests
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_global/not_forest.pat"
class=
"inter"
>
Select graphs which are not forests
</a></li>
</ul>
</div>
...
...
corpora_for_website/amr/amr/right_pane.html
View file @
978fe4bf
...
...
@@ -4,6 +4,7 @@
<ul
class=
"nav nav-pills"
>
<li
class=
"active"
><a
class=
"grew-label"
href=
"#step1"
data-toggle=
"tab"
>
Snippets
</a></li>
<li>
<a
class=
"grew-label"
href=
"#step2"
data-toggle=
"tab"
>
Examples
</a></li>
<li>
<a
class=
"grew-label"
href=
"#step4"
data-toggle=
"tab"
>
Global
</a></li>
</ul>
</div>
...
...
@@ -40,4 +41,16 @@
</ul>
</div>
<div
class=
"tab-pane"
id=
"step4"
>
On graph structures:
<ul>
<li><a
href=
"#"
snippet-file=
"../../snippets_global/cyclic.pat"
class=
"inter"
>
Select cyclic graphs
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_global/not_cyclic.pat"
class=
"inter"
>
Select non cyclic graphs
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_global/tree.pat"
class=
"inter"
>
Select trees
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_global/not_tree.pat"
class=
"inter"
>
Select graphs which are not trees
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_global/forest.pat"
class=
"inter"
>
Select forests
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_global/not_forest.pat"
class=
"inter"
>
Select graphs which are not forests
</a></li>
</ul>
</div>
</div>
\ No newline at end of file
corpora_for_website/orfeo/right_pane.html
View file @
978fe4bf
...
...
@@ -23,15 +23,15 @@
<div
class=
"tab-pane"
id=
"step3"
>
<ul>
<li><a
href=
"#"
snippet-file=
"../n-grams/2-gram-form.pat"
class=
"inter"
>
Search for a bigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/2-gram-lemma.pat"
class=
"inter"
>
Search for a bigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/2-gram-upos.pat"
class=
"inter"
>
Search for a bigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/3-gram-form.pat"
class=
"inter"
>
Search for a trigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/3-gram-lemma.pat"
class=
"inter"
>
Search for a trigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/3-gram-upos.pat"
class=
"inter"
>
Search for a trigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/4-gram-form.pat"
class=
"inter"
>
Search for a 4-gram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/4-gram-lemma.pat"
class=
"inter"
>
Search for a 4-gram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../n-grams/4-gram-upos.pat"
class=
"inter"
>
Search for a 4-gram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../
snippets_
n-grams/2-gram-form.pat"
class=
"inter"
>
Search for a bigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../
snippets_
n-grams/2-gram-lemma.pat"
class=
"inter"
>
Search for a bigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../
snippets_
n-grams/2-gram-upos.pat"
class=
"inter"
>
Search for a bigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../
snippets_
n-grams/3-gram-form.pat"
class=
"inter"
>
Search for a trigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../
snippets_
n-grams/3-gram-lemma.pat"
class=
"inter"
>
Search for a trigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../
snippets_
n-grams/3-gram-upos.pat"
class=
"inter"
>
Search for a trigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../
snippets_
n-grams/4-gram-form.pat"
class=
"inter"
>
Search for a 4-gram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../
snippets_
n-grams/4-gram-lemma.pat"
class=
"inter"
>
Search for a 4-gram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../
snippets_
n-grams/4-gram-upos.pat"
class=
"inter"
>
Search for a 4-gram of POS
</a></li>
</ul>
</div>
...
...
corpora_for_website/sequoia/const/right_pane.html
View file @
978fe4bf
...
...
@@ -28,15 +28,15 @@
<div
class=
"tab-pane"
id=
"step3"
>
<ul>
<li><a
href=
"#"
snippet-file=
"../../n-grams/2-gram-form.pat"
class=
"inter"
>
Search for a bigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/2-gram-lemma.pat"
class=
"inter"
>
Search for a bigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/2-gram-upos.pat"
class=
"inter"
>
Search for a bigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/3-gram-form.pat"
class=
"inter"
>
Search for a trigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/3-gram-lemma.pat"
class=
"inter"
>
Search for a trigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/3-gram-upos.pat"
class=
"inter"
>
Search for a trigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/4-gram-form.pat"
class=
"inter"
>
Search for a 4-gram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/4-gram-lemma.pat"
class=
"inter"
>
Search for a 4-gram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/4-gram-upos.pat"
class=
"inter"
>
Search for a 4-gram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/2-gram-form.pat"
class=
"inter"
>
Search for a bigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/2-gram-lemma.pat"
class=
"inter"
>
Search for a bigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/2-gram-upos.pat"
class=
"inter"
>
Search for a bigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/3-gram-form.pat"
class=
"inter"
>
Search for a trigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/3-gram-lemma.pat"
class=
"inter"
>
Search for a trigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/3-gram-upos.pat"
class=
"inter"
>
Search for a trigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/4-gram-form.pat"
class=
"inter"
>
Search for a 4-gram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/4-gram-lemma.pat"
class=
"inter"
>
Search for a 4-gram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/4-gram-upos.pat"
class=
"inter"
>
Search for a 4-gram of POS
</a></li>
</ul>
</div>
...
...
corpora_for_website/sequoia/deep_and_surf/right_pane.html
View file @
978fe4bf
...
...
@@ -46,15 +46,32 @@
<div
class=
"tab-pane"
id=
"step3"
>
<ul>
<li><a
href=
"#"
snippet-file=
"../../n-grams/2-gram-form.pat"
class=
"inter"
>
Search for a bigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/2-gram-lemma.pat"
class=
"inter"
>
Search for a bigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/2-gram-upos.pat"
class=
"inter"
>
Search for a bigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/3-gram-form.pat"
class=
"inter"
>
Search for a trigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/3-gram-lemma.pat"
class=
"inter"
>
Search for a trigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/3-gram-upos.pat"
class=
"inter"
>
Search for a trigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/4-gram-form.pat"
class=
"inter"
>
Search for a 4-gram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/4-gram-lemma.pat"
class=
"inter"
>
Search for a 4-gram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/4-gram-upos.pat"
class=
"inter"
>
Search for a 4-gram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/2-gram-form.pat"
class=
"inter"
>
Search for a bigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/2-gram-lemma.pat"
class=
"inter"
>
Search for a bigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/2-gram-upos.pat"
class=
"inter"
>
Search for a bigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/3-gram-form.pat"
class=
"inter"
>
Search for a trigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/3-gram-lemma.pat"
class=
"inter"
>
Search for a trigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/3-gram-upos.pat"
class=
"inter"
>
Search for a trigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/4-gram-form.pat"
class=
"inter"
>
Search for a 4-gram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/4-gram-lemma.pat"
class=
"inter"
>
Search for a 4-gram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/4-gram-upos.pat"
class=
"inter"
>
Search for a 4-gram of POS
</a></li>
</ul>
</div>
<div
class=
"tab-pane"
id=
"step4"
>
On dependency trees:
<ul>
<li><a
href=
"#"
snippet-file=
"../snippets_global/projective.pat"
class=
"inter"
>
Select projective trees
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_global/not_projective.pat"
class=
"inter"
>
Select non projective trees
</a></li>
</ul>
On graph structures:
<ul>
<li><a
href=
"#"
snippet-file=
"../snippets_global/cyclic.pat"
class=
"inter"
>
Select cyclic graphs
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_global/not_cyclic.pat"
class=
"inter"
>
Select non cyclic graphs
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_global/tree.pat"
class=
"inter"
>
Select trees
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_global/not_tree.pat"
class=
"inter"
>
Select graphs which are not trees
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_global/forest.pat"
class=
"inter"
>
Select forests
</a></li>
<li><a
href=
"#"
snippet-file=
"../snippets_global/not_forest.pat"
class=
"inter"
>
Select graphs which are not forests
</a></li>
</ul>
</div>
...
...
corpora_for_website/sequoia/parseme-check/right_pane.html
View file @
978fe4bf
...
...
@@ -35,15 +35,15 @@
<div
class=
"tab-pane"
id=
"step3"
>
<ul>
<li><a
href=
"#"
snippet-file=
"../../n-grams/2-gram-form.pat"
class=
"inter"
>
Search for a bigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/2-gram-lemma.pat"
class=
"inter"
>
Search for a bigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/2-gram-upos.pat"
class=
"inter"
>
Search for a bigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/3-gram-form.pat"
class=
"inter"
>
Search for a trigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/3-gram-lemma.pat"
class=
"inter"
>
Search for a trigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/3-gram-upos.pat"
class=
"inter"
>
Search for a trigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/4-gram-form.pat"
class=
"inter"
>
Search for a 4-gram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/4-gram-lemma.pat"
class=
"inter"
>
Search for a 4-gram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/4-gram-upos.pat"
class=
"inter"
>
Search for a 4-gram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/2-gram-form.pat"
class=
"inter"
>
Search for a bigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/2-gram-lemma.pat"
class=
"inter"
>
Search for a bigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/2-gram-upos.pat"
class=
"inter"
>
Search for a bigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/3-gram-form.pat"
class=
"inter"
>
Search for a trigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/3-gram-lemma.pat"
class=
"inter"
>
Search for a trigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/3-gram-upos.pat"
class=
"inter"
>
Search for a trigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/4-gram-form.pat"
class=
"inter"
>
Search for a 4-gram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/4-gram-lemma.pat"
class=
"inter"
>
Search for a 4-gram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/4-gram-upos.pat"
class=
"inter"
>
Search for a 4-gram of POS
</a></li>
</ul>
</div>
...
...
corpora_for_website/sequoia/parseme/right_pane.html
View file @
978fe4bf
...
...
@@ -34,15 +34,15 @@
<div
class=
"tab-pane"
id=
"step3"
>
<ul>
<li><a
href=
"#"
snippet-file=
"../../n-grams/2-gram-form.pat"
class=
"inter"
>
Search for a bigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/2-gram-lemma.pat"
class=
"inter"
>
Search for a bigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/2-gram-upos.pat"
class=
"inter"
>
Search for a bigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/3-gram-form.pat"
class=
"inter"
>
Search for a trigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/3-gram-lemma.pat"
class=
"inter"
>
Search for a trigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/3-gram-upos.pat"
class=
"inter"
>
Search for a trigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/4-gram-form.pat"
class=
"inter"
>
Search for a 4-gram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/4-gram-lemma.pat"
class=
"inter"
>
Search for a 4-gram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/4-gram-upos.pat"
class=
"inter"
>
Search for a 4-gram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/2-gram-form.pat"
class=
"inter"
>
Search for a bigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/2-gram-lemma.pat"
class=
"inter"
>
Search for a bigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/2-gram-upos.pat"
class=
"inter"
>
Search for a bigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/3-gram-form.pat"
class=
"inter"
>
Search for a trigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/3-gram-lemma.pat"
class=
"inter"
>
Search for a trigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/3-gram-upos.pat"
class=
"inter"
>
Search for a trigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/4-gram-form.pat"
class=
"inter"
>
Search for a 4-gram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/4-gram-lemma.pat"
class=
"inter"
>
Search for a 4-gram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../
snippets_
n-grams/4-gram-upos.pat"
class=
"inter"
>
Search for a 4-gram of POS
</a></li>
</ul>
</div>
...
...
corpora_for_website/sequoia/surf/right_pane.html
View file @
978fe4bf
...
...
@@ -5,6 +5,7 @@
<li
class=
"active"
><a
class=
"grew-label"
href=
"#step1"
data-toggle=
"tab"
>
Snippets
</a></li>
<li>
<a
class=
"grew-label"
href=
"#step2"
data-toggle=
"tab"
>
Examples
</a></li>
<li>
<a
class=
"grew-label"
href=
"#step3"
data-toggle=
"tab"
>
n-grams
</a></li>
<li>
<a
class=
"grew-label"
href=
"#step4"
data-toggle=
"tab"
>
Global
</a></li>
</ul>
</div>
...
...
@@ -34,15 +35,32 @@
<div
class=
"tab-pane"
id=
"step3"
>
<ul>
<li><a
href=
"#"
snippet-file=
"../../n-grams/2-gram-form.pat"
class=
"inter"
>
Search for a bigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/2-gram-lemma.pat"
class=
"inter"
>
Search for a bigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/2-gram-upos.pat"
class=
"inter"
>
Search for a bigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/3-gram-form.pat"
class=
"inter"
>
Search for a trigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/3-gram-lemma.pat"
class=
"inter"
>
Search for a trigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/3-gram-upos.pat"
class=
"inter"
>
Search for a trigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/4-gram-form.pat"
class=
"inter"
>
Search for a 4-gram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/4-gram-lemma.pat"
class=
"inter"
>
Search for a 4-gram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../n-grams/4-gram-upos.pat"
class=
"inter"
>
Search for a 4-gram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/2-gram-form.pat"
class=
"inter"
>
Search for a bigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/2-gram-lemma.pat"
class=
"inter"
>
Search for a bigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/2-gram-upos.pat"
class=
"inter"
>
Search for a bigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/3-gram-form.pat"
class=
"inter"
>
Search for a trigram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/3-gram-lemma.pat"
class=
"inter"
>
Search for a trigram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/3-gram-upos.pat"
class=
"inter"
>
Search for a trigram of POS
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/4-gram-form.pat"
class=
"inter"
>
Search for a 4-gram of words
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/4-gram-lemma.pat"
class=
"inter"
>
Search for a 4-gram of lemmas
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_n-grams/4-gram-upos.pat"
class=
"inter"
>
Search for a 4-gram of POS
</a></li>
</ul>
</div>
<div
class=
"tab-pane"
id=
"step4"
>
On dependency trees:
<ul>
<li><a
href=
"#"
snippet-file=
"../../snippets_global/projective.pat"
class=
"inter"
>
Select projective trees
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_global/not_projective.pat"
class=
"inter"
>
Select non projective trees
</a></li>
</ul>
On graph structures:
<ul>
<li><a
href=
"#"
snippet-file=
"../../snippets_global/cyclic.pat"
class=
"inter"
>
Select cyclic graphs
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_global/not_cyclic.pat"
class=
"inter"
>
Select non cyclic graphs
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_global/tree.pat"
class=
"inter"
>
Select trees
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_global/not_tree.pat"
class=
"inter"
>
Select graphs which are not trees
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_global/forest.pat"
class=
"inter"
>
Select forests
</a></li>
<li><a
href=
"#"
snippet-file=
"../../snippets_global/not_forest.pat"
class=
"inter"
>
Select graphs which are not forests
</a></li>
</ul>
</div>
...
...
corpora_for_website/snippets_global/cyclic.pat
0 → 100644
View file @
978fe4bf
global { is_cyclic }
corpora_for_website/snippets_global/forest.pat
0 → 100644
View file @
978fe4bf
global { is_forest }
corpora_for_website/snippets_global/not_cyclic.pat
0 → 100644
View file @
978fe4bf
global { is_not_cyclic }
corpora_for_website/snippets_global/not_forest.pat
0 → 100644
View file @
978fe4bf
global { is_not_forest }
corpora_for_website/snippets_global/not_projective.pat
0 → 100644
View file @
978fe4bf
global { is_not_projective }
corpora_for_website/snippets_global/not_tree.pat
0 → 100644
View file @
978fe4bf
global { is_not_tree }
corpora_for_website/snippets_global/projective.pat
0 → 100644
View file @
978fe4bf
global { is_projective }
corpora_for_website/snippets_global/tree.pat
0 → 100644
View file @
978fe4bf
global { is_tree }
Prev
1
2
Next
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