indicogram

Interactive digital corpus-based grammar

https://github.com/fmatter/indicogram

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 (6.3%) to scientific vocabulary

Keywords

clld digital-linguistics grammar grammaticography linguistics
Last synced: 6 months ago · JSON representation ·

Repository

Interactive digital corpus-based grammar

Basic Info
  • Host: GitHub
  • Owner: fmatter
  • License: apache-2.0
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 1.4 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Topics
clld digital-linguistics grammar grammaticography linguistics
Created over 3 years ago · Last pushed about 2 years ago
Metadata Files
Readme License Citation

README.md

InDiCoGram

Interactive digital corpus-based grammar.

License

This is a CLLD app serving a digital grammar, combining a corpus with descriptive prose. The heavy lifting is done by these plugins:

The only components provided by the app itself are:

  • a very simple Phoneme model
  • some configuration for clld-markdown-plugin

The app, including the default database initialization script is designed to be compatible with CLDF datasets created from FLEx with cldflex and with lingdocs-generated markdown.

There's a step-by-step tutorial for FLEx > CLDF > lingdocs > CLLD.

Setup:

  1. fork, clone, or download
  2. create a virtual environment (suggested)
  3. pip install -e .[dev]
  4. clld initdb development.ini --cldf /path/to/your/cldf/metadata.json
  5. pserve development.ini

Changelog

2023-03-06

  • restructured table navigation
  • more colors

2023-02-23

  • glossing abbreviations

2023-02-20

  • added topics (referencing sections)

2023-02-20

  • using cldf-ldd
  • better init script
  • fixed gloss formatting

Owner

  • Name: Florian Matter
  • Login: fmatter
  • Kind: user
  • Location: Eugene
  • Company: University of Eugene / University of Bern

Citation (CITATION.cff)

# YAML 1.2
---
cff-version: "1.1.0"
title: "InDiCoGram"
authors:
  - family-names: Matter
    given-names: Florian
    orcid: "https://orcid.org/0000-0002-2545-5154"
date-released: 2022-10-30
version: "0.0.1.dev"
url: "https://github.com/fmatter/indicogram"
keywords:
  - digital linguistics
  - grammaticography
  - digital grammars
  - clld
  - cldf
message: "If you use this software, please cite it using these metadata."
license: Apache-2.0

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • fmatter (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

setup.py pypi
  • clld >=9.0.0
  • clld_corpus_plugin >=0.0.7
  • clld_document_plugin >=0.0.4
  • clld_morphology_plugin >=0.0.7
  • waitress >=2.1.2
requirements.txt pypi