Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.0%) to scientific vocabulary
Repository
Simplified access to EDICTOR databases on the web
Basic Info
- Host: GitHub
- Owner: lingpy
- License: apache-2.0
- Language: Python
- Default Branch: main
- Size: 30.3 KB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
- Releases: 0
Metadata Files
README.md
PyEDICTOR: Simple Access to EDICTOR Databases
+++ PyEDICTOR is deprecated and superseded by the edictor package.+++
Installation:
$ pip install edictor[lingpy]
Usage
```python
from edictor.wordlist import fetchwordlist as fetch wl = fetch("deepadungpalaung", tolingpy=True) print(wl.width) 16 ```
To load as a LexStat wordlist:
```python
from lingpy import * from edictor.wordlist import fetchwordlist as fetch lex = fetch("deepadungpalaung", tolingpy=True, transform=LexStat) ```
To convert your dataset to EDICTOR format from CLDF:
$ edictor wordlist -d cldf/cldf-metadata.json mydataset
This will create a wordlist file mydataset.tsv from your CLDF data located in cldf/cldf-metadata.json.
Owner
- Name: LingPy
- Login: lingpy
- Kind: organization
- Email: info@lingpy.org
- Website: http://lingpy.org
- Repositories: 46
- Profile: https://github.com/lingpy
Python library for quantitative tasks in historical linguistics
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "List" given-names: "Johann-Mattis" orcid: "https://orcid.org/ 0000-0003-2133-8919" title: "PyEdictor: Python Access to EDICTOR Databases" version: 1.0.0 date-released: 2021-08-25 url: "https://github.com/lingpy/pyedictor"
GitHub Events
Total
Last Year
Dependencies
- lingpy *
- lingpy *