pyedictor

Simplified access to EDICTOR databases on the web

https://github.com/lingpy/pyedictor

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
Last synced: 6 months ago · JSON representation ·

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
Created almost 5 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

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

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

requirements.txt pypi
  • lingpy *
setup.py pypi
  • lingpy *