All Projects → ropensci → lingtypology

ropensci / lingtypology

Licence: GPL-2.0 license
R package for linguistic cartography and typological databases search

Programming Languages

HTML
75241 projects
r
7636 projects

Projects that are alternatives of or similar to lingtypology

linguisticsdown
Easy Linguistics Document Writing with R Markdown
Stars: ✭ 24 (-48.94%)
Mutual labels:  linguistics, r-package
dev
PHOIBLE data and development.
Stars: ✭ 90 (+91.49%)
Mutual labels:  linguistics, typology
Rime Cantonese
Rime Cantonese input schema | 粵語拼音輸入方案
Stars: ✭ 173 (+268.09%)
Mutual labels:  linguistics
DoReMIFaSol
Téléchargement des données sur le site de l'Insee
Stars: ✭ 25 (-46.81%)
Mutual labels:  r-package
pylangacq
Language Acquisition Research Tools
Stars: ✭ 33 (-29.79%)
Mutual labels:  linguistics
Opencorpora
A web-based engine for creating and annotating textual corpora
Stars: ✭ 204 (+334.04%)
Mutual labels:  linguistics
feminizator.github.io
Феминизатор слов
Stars: ✭ 29 (-38.3%)
Mutual labels:  linguistics
Tossi
Chooses correct Korean particle morphs for arbitrary words.
Stars: ✭ 160 (+240.43%)
Mutual labels:  linguistics
geodaData
Data package for accessing GeoDa datasets using R
Stars: ✭ 15 (-68.09%)
Mutual labels:  r-package
poesy
Poetic processing, for Python.
Stars: ✭ 28 (-40.43%)
Mutual labels:  linguistics
proiel-treebank
Official releases of the PROIEL treebank of ancient Indo-European languages
Stars: ✭ 30 (-36.17%)
Mutual labels:  linguistics
pfootprint
Political Discourse Analysis Using Pre-Trained Word Vectors.
Stars: ✭ 20 (-57.45%)
Mutual labels:  linguistics
Awesome Linguistics
A curated list of anything remotely related to linguistics
Stars: ✭ 207 (+340.43%)
Mutual labels:  linguistics
atlascli
Python API for the MongoDB Atlas API
Stars: ✭ 14 (-70.21%)
Mutual labels:  atlas
Hangulize
Korean Alphabet Transcription
Stars: ✭ 184 (+291.49%)
Mutual labels:  linguistics
rdomains
Classifying the content of domains
Stars: ✭ 47 (+0%)
Mutual labels:  r-package
Prosodic
Prosodic: a metrical-phonological parser, written in Python. For English and Finnish, with flexible language support.
Stars: ✭ 162 (+244.68%)
Mutual labels:  linguistics
WonderfulPolishLanguage
This is a repository created for the list of resources for learning and exploring Wonderful Polish language.
Stars: ✭ 31 (-34.04%)
Mutual labels:  linguistics
hocassian-people-neo4j
NoSQL可视化人脉图谱项目:非关系型数据库作为更符合人脑记忆的数据展现形式,在未来理论会成为应用界的主流,希望该项目能够成为推动HelpDesk、数据可视化、数据看板等IT基础能力持续降低上手门槛的起点。
Stars: ✭ 26 (-44.68%)
Mutual labels:  atlas
PLNmodels
A collection of Poisson lognormal models for multivariate count data analysis
Stars: ✭ 44 (-6.38%)
Mutual labels:  r-package

lingtypology

Project Status: Active - The project has reached a stable, usable state and is being actively developed. R build status Coverage Status

CRAN version Research software impact DOI

lingtypology package connects R with the Glottolog database (v. 4.7) and provides additional functionality for linguistic mapping. The Glottolog database contains the catalogue of the world's languages. This package helps researchers to make linguistic maps, using philosophy of the Cross-Linguistic Linked Data project, which uniform access to the data across publications. This package is based on leaflet package, so lingtypology package is a package for linguistic interactive mapping. You also might be interested in looking into some alternatives to lingtypology:

  • lingtypology in Python by Michael Voronov;
  • glottospace -- R package for the geospatial analysis based on Glottolog by Sietze Norder et al;
  • lingtypr -- R package which partially intersects with lingtypology functionality by Laura Becker;
  • glottoTrees -- R package for visualising and modifing glottolog trees by Erich Round

Installation

Get the stable version from CRAN:

install.packages("lingtypology")

… or get the development version from GitHub:

install.packages("devtools")
devtools::install_github("ropensci/lingtypology")

Sometimes installation failed because of the absence of the package crosstalk. Just install it using command install.packages("crosstalk").

Load a library:

library(lingtypology)

For a detailed tutorial see GitHub pages.

You can contribute to lingtypology, but look through contribution info before.


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].