Skip to content

Commit 375e989

Browse files
committed
Update form spec
1 parent 79f9387 commit 375e989

File tree

9 files changed

+1168
-1198
lines changed

9 files changed

+1168
-1198
lines changed

FORMS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ These methods use the attributes of a `FormSpec` instance to configure their beh
1111

1212
- `brackets`: `{'(': ')'}`
1313
Pairs of strings that should be recognized as brackets, specified as `dict` mapping opening string to closing string
14-
- `separators`: `;/,`
14+
- `separators`: `(';', '/', ',')`
1515
Iterable of single character tokens that should be recognized as word separator
1616
- `missing_data`: `('?', '-')`
1717
Iterable of strings that are used to mark missing data
18-
- `strip_inside_brackets`: `False`
18+
- `strip_inside_brackets`: `True`
1919
Flag signaling whether to strip content in brackets (**and** strip leading and trailing whitespace)
2020
- `replacements`: `[]`
2121
List of pairs (`source`, `target`) used to replace occurrences of `source` in formswith `target` (before stripping content in brackets)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This dataset is licensed under a CC-BY-4.0 license
2424

2525
- **Varieties:** 2,215
2626
- **Concepts:** 168
27-
- **Lexemes:** 30,371
27+
- **Lexemes:** 30,345
2828
- **Sources:** 322
2929
- **Synonymy:** 1.09
3030

@@ -42,7 +42,7 @@ This dataset is licensed under a CC-BY-4.0 license
4242

4343
Name | GitHub user | Description |Role
4444
--- | --- | --- | ---
45-
Russell Barlow | @barlowrussell |compiler, editor | Author
45+
Russell Barlow | @barlowrussell | compiler, editor | Author
4646
Christoph Rzymski | @chrzyki | patron, maintainer | Other
4747

4848

@@ -52,4 +52,4 @@ Christoph Rzymski | @chrzyki | patron, maintainer | Other
5252

5353
The following CLDF datasets are available in [cldf](cldf):
5454

55-
- CLDF [Wordlist](https://github.com/cldf/cldf/tree/master/modules/Wordlist) at [cldf/cldf-metadata.json](cldf/cldf-metadata.json)
55+
- CLDF [Wordlist](https://github.com/cldf/cldf/tree/master/modules/Wordlist) at [cldf/cldf-metadata.json](cldf/cldf-metadata.json)

cldf/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ property | value
1212
[dc:conformsTo](http://purl.org/dc/terms/conformsTo) | [CLDF Wordlist](http://cldf.clld.org/v1.0/terms.rdf#Wordlist)
1313
[dc:license](http://purl.org/dc/terms/license) | https://creativecommons.org/licenses/by/4.0/
1414
[dcat:accessURL](http://www.w3.org/ns/dcat#accessURL) | https://github.com/numeralbank/barlowpacific
15-
[prov:wasDerivedFrom](http://www.w3.org/ns/prov#wasDerivedFrom) | <ol><li><a href="https://github.com/numeralbank/barlowpacific/tree/ccd6c14">numeralbank/barlowpacific ccd6c14</a></li><li><a href="https://github.com/glottolog/glottolog/tree/7235e0249f">Glottolog v4.4-36-g7235e0249f</a></li><li><a href="https://github.com/concepticon/concepticon-data/tree/8a7321d">Concepticon v2.5.0-23-g8a7321d</a></li><li><a href="https://github.com/cldf-clts/clts/tree/v2.2.0">CLTS v2.2.0</a></li></ol>
16-
[prov:wasGeneratedBy](http://www.w3.org/ns/prov#wasGeneratedBy) | <ol><li><strong>lingpy-rcParams</strong>: <a href="./lingpy-rcParams.json">lingpy-rcParams.json</a></li><li><strong>python</strong>: 3.8.10</li><li><strong>python-packages</strong>: <a href="./requirements.txt">requirements.txt</a></li></ol>
15+
[prov:wasDerivedFrom](http://www.w3.org/ns/prov#wasDerivedFrom) | <ol><li><a href="https://github.com/numeralbank/barlowpacific/tree/79f9387">numeralbank/barlowpacific 79f9387</a></li><li><a href="https://github.com/glottolog/glottolog/tree/v4.4">Glottolog v4.4</a></li><li><a href="https://github.com/concepticon/concepticon-data/tree/fb4d452">Concepticon v2.5.0-21-gfb4d452</a></li><li><a href="https://github.com/cldf-clts/clts/tree/9fed08c">CLTS v2.1.0-32-g9fed08c</a></li></ol>
16+
[prov:wasGeneratedBy](http://www.w3.org/ns/prov#wasGeneratedBy) | <ol><li><strong>lingpy-rcParams</strong>: <a href="./lingpy-rcParams.json">lingpy-rcParams.json</a></li><li><strong>python</strong>: 3.7.3</li><li><strong>python-packages</strong>: <a href="./requirements.txt">requirements.txt</a></li></ol>
1717
[rdf:ID](http://www.w3.org/1999/02/22-rdf-syntax-ns#ID) | barlowpacific
1818
[rdf:type](http://www.w3.org/1999/02/22-rdf-syntax-ns#type) | http://www.w3.org/ns/dcat#Distribution
1919

@@ -23,7 +23,7 @@ property | value
2323
property | value
2424
--- | ---
2525
[dc:conformsTo](http://purl.org/dc/terms/conformsTo) | [CLDF FormTable](http://cldf.clld.org/v1.0/terms.rdf#FormTable)
26-
[dc:extent](http://purl.org/dc/terms/extent) | 30371
26+
[dc:extent](http://purl.org/dc/terms/extent) | 30345
2727

2828

2929
### Columns

cldf/cldf-metadata.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@
1313
{
1414
"rdf:about": "https://github.com/numeralbank/barlowpacific",
1515
"rdf:type": "prov:Entity",
16-
"dc:created": "ccd6c14",
16+
"dc:created": "79f9387",
1717
"dc:title": "Repository"
1818
},
1919
{
2020
"rdf:about": "https://github.com/glottolog/glottolog",
2121
"rdf:type": "prov:Entity",
22-
"dc:created": "v4.4-36-g7235e0249f",
22+
"dc:created": "v4.4",
2323
"dc:title": "Glottolog"
2424
},
2525
{
2626
"rdf:about": "https://github.com/concepticon/concepticon-data",
2727
"rdf:type": "prov:Entity",
28-
"dc:created": "v2.5.0-23-g8a7321d",
28+
"dc:created": "v2.5.0-21-gfb4d452",
2929
"dc:title": "Concepticon"
3030
},
3131
{
3232
"rdf:about": "https://github.com/cldf-clts/clts",
3333
"rdf:type": "prov:Entity",
34-
"dc:created": "v2.2.0",
34+
"dc:created": "v2.1.0-32-g9fed08c",
3535
"dc:title": "CLTS"
3636
}
3737
],
@@ -42,7 +42,7 @@
4242
},
4343
{
4444
"dc:title": "python",
45-
"dc:description": "3.8.10"
45+
"dc:description": "3.7.3"
4646
},
4747
{
4848
"dc:title": "python-packages",
@@ -57,7 +57,7 @@
5757
"tables": [
5858
{
5959
"dc:conformsTo": "http://cldf.clld.org/v1.0/terms.rdf#FormTable",
60-
"dc:extent": 30371,
60+
"dc:extent": 30345,
6161
"tableSchema": {
6262
"columns": [
6363
{

0 commit comments

Comments
 (0)