Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,4 @@ inventories/data/*
.idea/
raw/
*.sqlite3
analysis/queries/cognateset_diversity/blumpanotacana/
1 change: 0 additions & 1 deletion FORMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ The value-to-form processing is divided into two steps, implemented as methods:
- `FormSpec.clean`: Normalizes a form chunk.

These methods use the attributes of a `FormSpec` instance to configure their behaviour.

- `brackets`: `{'(': ')'}`
Pairs of strings that should be recognized as brackets, specified as `dict` mapping opening string to closing string
- `separators`: `(';', '/', ',')`
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ The core-sets are defined by using the following criteria:
![CLTS SoundClass: 100%](https://img.shields.io/badge/CLTS%20SoundClass-100%25-brightgreen.svg "CLTS SoundClass: 100%")

- **Varieties:** 4,745 (linked to 2,791 different Glottocodes)
- **Concepts:** 3,195 (linked to 3,195 different Concepticon concept sets)
- **Lexemes:** 1,663,389
- **Concepts:** 3,204 (linked to 3,204 different Concepticon concept sets)
- **Lexemes:** 1,663,640
- **Sources:** 128
- **Synonymy:** 1.09
- **Invalid lexemes:** 0
- **Tokens:** 9,285,063
- **Segments:** 2,377 (0 BIPA errors, 0 CLTS sound class errors, 2368 CLTS modified)
- **Inventory size (avg):** 39.51
- **Tokens:** 9,286,763
- **Segments:** 2,380 (0 BIPA errors, 0 CLTS sound class errors, 2371 CLTS modified)
- **Inventory size (avg):** 39.52

## Possible Improvements:

Expand Down
Loading