Skip to content

Commit a5bfd37

Browse files
harisontinariksit
authored andcommitted
move link to patterns docs next to pattern matching examples
1 parent 68bc4de commit a5bfd37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ $ cat en_pud-ud-test.conllu | gfud pattern-replace -f grammars/predicates.hst
149149
4 learn learn VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root ADJUSTED _
150150
5 Y content NOUN NN Number=Sing 4 obj ADJUSTED _
151151
```
152+
153+
More details on pattern matching can be found in
154+
https://github.com/GrammaticalFramework/gf-ud/blob/master/doc/patterns.md
155+
152156
`conll2latex`, `conll2pdf`: Visualize a treebank by creating a LaTeX file or showing a pdf directly (requires pdflatex)
153157
```
154158
$ gfud conll2latex <test.conllu
@@ -174,10 +178,6 @@ UDScore {udScore = 0.7777777777777778, udMatching = 1, udTotalLength = 9, udSame
174178
8 change change NOUN NN Number=Sing 6 nmod | 8 change change NOUN NN Number=Sing 4 obj
175179
9 . . PUNCT . _ 4 punct | 9 . . PUNCT . _ 4 mark
176180
```
177-
More details on pattern matching can be found in
178-
https://github.com/GrammaticalFramework/gf-ud/blob/master/doc/patterns.md
179-
180-
181181

182182
### Parsing with DBNF
183183

0 commit comments

Comments
 (0)