Skip to content

Commit fa0258a

Browse files
committed
Added Welsh.
1 parent b7fd14e commit fa0258a

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed

_config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ collections:
169169
output: true
170170
shp:
171171
output: true
172+
cy:
173+
output: true
172174
# End of language collections (do not remove this comment, addlanguage.sh looks for it)
173175

174176

_cy/template-index.md

+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
layout: base
3+
title: '<LanguageName> UD'
4+
udver: '2'
5+
---
6+
7+
# UD for LANGUAGE <span class="flagspan"><img class="flag" src="../../flags/svg/AQ.svg" /></span>
8+
9+
## Tokenization and Word Segmentation
10+
11+
*
12+
13+
---
14+
**Instruction**: Describe the general rules for delimiting words (for example, based on whitespace and punctuation) and exceptions to these rules. Specify whether words with spaces and/or multiword tokens occur. Include links to further language-specific documentation if available.
15+
16+
---
17+
18+
## Morphology
19+
20+
### Tags
21+
22+
*
23+
24+
---
25+
**Instruction**: Specify any unused tags. Explain what words are tagged as PART. Describe how the AUX-VERB and DET-PRON distinctions are drawn, and specify whether there are (de)verbal forms tagged as ADJ, ADV or NOUN. Include links to language-specific tag definitions if any.
26+
27+
---
28+
29+
### Features
30+
31+
*
32+
33+
---
34+
**Instruction**: Describe inherent and inflectional features for major word classes (at least NOUN and VERB). Describe other noteworthy features. Include links to language-specific feature definitions if any.
35+
36+
---
37+
38+
## Syntax
39+
40+
*
41+
42+
---
43+
**Instruction**: Give criteria for identifying core arguments (subjects and objects), and describe the range of copula constructions in nonverbal clauses. List all subtype relations used. Include links to language-specific relations definitions if any.
44+
45+
---
46+
47+
## Treebanks
48+
49+
There are [N](../treebanks/LCODE-comparison.html) LANGUAGE UD treebanks:
50+
51+
* [LANGUAGE-A](../treebanks/LCODE_a/index.html)
52+
* [LANGUAGE-B](../treebanks/LCODE_b/index.html)
53+
54+
---
55+
**Instruction**: Treebank-specific pages are generated automatically from the README file in the treebank repository and
56+
from the data in the latest release. Link to the respective `*-index.html` page in the `treebanks` folder, using the language code
57+
and the treebank code in the file name.
58+
59+
---

0 commit comments

Comments
 (0)