All Projects → onset → lameta

onset / lameta

Licence: MIT license
The Metadata Editor for Transparent Archiving of language document materials

Programming Languages

typescript
32286 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to lameta

proiel-treebank
Official releases of the PROIEL treebank of ancient Indo-European languages
Stars: ✭ 30 (+66.67%)
Mutual labels:  linguistics
ngramr
R package to query the Google Ngram Viewer
Stars: ✭ 46 (+155.56%)
Mutual labels:  linguistics
mlconjug3
A Python library to conjugate verbs in French, English, Spanish, Italian, Portuguese and Romanian (more soon) using Machine Learning techniques.
Stars: ✭ 47 (+161.11%)
Mutual labels:  linguistics
event-embedding-multitask
*SEM 2018: Learning Distributed Event Representations with a Multi-Task Approach
Stars: ✭ 22 (+22.22%)
Mutual labels:  linguistics
linguistics problems
Natural language processing in examples and games
Stars: ✭ 23 (+27.78%)
Mutual labels:  linguistics
langua
A suite of language tools
Stars: ✭ 29 (+61.11%)
Mutual labels:  linguistics
feminizator.github.io
Феминизатор слов
Stars: ✭ 29 (+61.11%)
Mutual labels:  linguistics
NatLang
NatLang is an English parser with an extensible grammar
Stars: ✭ 20 (+11.11%)
Mutual labels:  linguistics
dev
PHOIBLE data and development.
Stars: ✭ 90 (+400%)
Mutual labels:  linguistics
libpalaso
Palaso Library: A set of .Net libraries useful for developers of Language Software.
Stars: ✭ 36 (+100%)
Mutual labels:  linguistics
lambda-notebook
Lambda Notebook: Formal Semantics in Jupyter
Stars: ✭ 16 (-11.11%)
Mutual labels:  linguistics
corpusexplorer2.0
Korpuslinguistik war noch nie so einfach...
Stars: ✭ 16 (-11.11%)
Mutual labels:  linguistics
verbecc
Complete Conjugation of any Verb using Machine Learning for French, Spanish, Portuguese, Italian and Romanian
Stars: ✭ 45 (+150%)
Mutual labels:  linguistics
lingtypology
R package for linguistic cartography and typological databases search
Stars: ✭ 47 (+161.11%)
Mutual labels:  linguistics
LangPad
A word processor/dictionary/generally useful tool for linguistics.
Stars: ✭ 20 (+11.11%)
Mutual labels:  linguistics
nyt-first-said
Tweets when words are published for the first time in the NYT
Stars: ✭ 222 (+1133.33%)
Mutual labels:  linguistics
KoParadigm
KoParadigm: Korean Inflectional Paradigm Generator
Stars: ✭ 48 (+166.67%)
Mutual labels:  linguistics
lingvo--Ner-ru
Named entity recognition (NER) in Russian texts / Определение именованных сущностей (NER) в тексте на русском языке
Stars: ✭ 38 (+111.11%)
Mutual labels:  linguistics
eliza-rs
A rust implementation of ELIZA - a natural language processing program developed by Joseph Weizenbaum in 1966.
Stars: ✭ 48 (+166.67%)
Mutual labels:  linguistics
expletives
Expletives vomiting library...
Stars: ✭ 12 (-33.33%)
Mutual labels:  linguistics

lameta (the Metadata Editor for Transparent Archiving) is a tool for Language Documentation.

Mac & Windows Installers

Download Installers

For Users

Learn more about this tool on its website: https://www.lameta.org/ lameta was previously known as SayMoreX.

For Developers

Stack: Typescript, React, mobx, webpack, electron.

Get Started

Install node & yarn then

yarn
yarn dev

Packaging

To package apps for the local platform:

yarn package

More information available in the upstream project: electron-react-typescript-boilerplate

Troubleshooting

unit tests

yarn test

When running e2e tests, there is occasionally a mystery error that won't go away, even if you got back to previous commits were unit tests were running. It goes away with a restart, git clean -dxf && yarn && yarn test. Make sure everything is committed first!

If you see something like TypeError: beforeAll is not a function, that is caused by explicitly defining of the jest functions, as in const { describe, it, beforeEach, afterEach } = require("jest"); Just remove that.

l10n

When running lameta, if you see this in the Chrome debug console:

Uncaught Error: Cannot find module './en/messages.js'

then you need to do yarn lingui-compile.

License

MIT

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].