#
linguistics
Here are 587 public repositories matching this topic...
python
nlp
machine-learning
deep-learning
sentiment-analysis
linguistics
awesome-list
supervised-machine-learning
-
Updated
Oct 10, 2018
微信公众号语料库
nlp
natural-language-processing
corpus
linguistics
weixin
chinese-nlp
corpora
weixin-data
wei-xin
yu-liao
yu-liao-ku
-
Updated
Jan 7, 2019
PyNLPl, pronounced as 'pineapple', is a Python library for Natural Language Processing. It contains various modules useful for common, and less common, NLP tasks. PyNLPl can be used for basic tasks such as the extraction of n-grams and frequency lists, and to build simple language model. There are also more complex data types and algorithms. Moreover, there are parsers for file formats common in NLP (e.g. FoLiA/Giza/Moses/ARPA/Timbl/CQL). There are also clients to interface with various NLP specific servers. PyNLPl most notably features a very extensive library for working with FoLiA XML (Format for Linguistic Annotation).
python
nlp
machine-learning
natural-language-processing
library
linguistics
computational-linguistics
text-processing
nlp-library
search-algorithms
evaluation-metrics
folia
language-modelling
-
Updated
Mar 13, 2019 - Python
A web-based engine for creating and annotating textual corpora
-
Updated
Aug 1, 2020 - PHP
A curated list of anything remotely related to linguistics
-
Updated
Jul 18, 2020
Korean Alphabet Transcription
-
Updated
Aug 18, 2018 - Python
Prosodic: a metrical-phonological parser, written in Python. For English and Finnish, with flexible language support.
-
Updated
Dec 23, 2019 - Python
Hangulize transcribes non-Korean words into Hangul
-
Updated
Jun 15, 2020 - Go
Chooses correct Korean particle morphs for arbitrary words.
-
Updated
Jan 23, 2018 - Python
Tweets when words are published for the first time in the NYT
-
Updated
Jul 2, 2020 - Python
Rime Cantonese input schema | 粵語拼音輸入方案
input-method
linguistics
rime
rime-schema
cantonese
jyutping
cantonese-language
cantonese-dictionary
-
Updated
Aug 20, 2020 - Shell
Cantonese Linguistics and NLP in Python
-
Updated
Jul 25, 2020 - Python
Crawler for linguistic corpora
-
Updated
Jul 29, 2020 - Python
Colibri core is an NLP tool as well as a C++ and Python library for working with basic linguistic constructions such as n-grams and skipgrams (i.e patterns with one or more gaps, either of fixed or dynamic size) in a quick and memory-efficient way. At the core is the tool ``colibri-patternmodeller`` whi ch allows you to build, view, manipulate and query pattern models.
python
nlp
c-plus-plus
library
corpus
linguistics
pattern-recognition
computational-linguistics
text-processing
ngram
ngrams
skipgram
-
Updated
May 6, 2020 - C++
Linguistic tools for texts in Japanese language
-
Updated
Jul 22, 2020 - Common Lisp
Monolingual wordlists with pronunciation information in IPA
language
dictionaries
wordlist
linguistics
ipa
g2p
ipa-dictionary
phonetic-transcriptions
grapheme-to-phoneme
ipa-data
phonemic-transcription
-
Updated
Oct 24, 2019
FoLiA Linguistic Annotation Tool -- Flat is a web-based linguistic annotation environment based around the FoLiA format (http://proycon.github.io/folia), a rich XML-based format for linguistic annotation. Flat allows users to view annotated FoLiA documents and enrich these documents with new annotations, a wide variety of linguistic annotation types is supported through the FoLiA paradigm.
javascript
python
nlp
web-application
linguistics
computational-linguistics
folia
annotation-tool
linguistic-annotation-framework
clarin
clariah
-
Updated
Mar 17, 2020 - JavaScript
A minimal, pure Python library to interface with CoNLL-U format files.
-
Updated
Aug 12, 2020 - Python
An open source reimplementation of Benny Brodda's BETA in Python
open-source
hyphenation
beta
linguistics
string-manipulation
corpus-tools
string-rewriting
benny-brodda
-
Updated
Oct 28, 2019 - Python
python
docker
linguistics
automatic-speech-recognition
computational-linguistics
kaldi
transcription
-
Updated
Aug 21, 2020 - Python
A modular annotation system that supports complex, interactive annotation graphs embedded on top of sequences of text.
-
Updated
Jul 26, 2020 - JavaScript
kylebgorman
commented
Aug 6, 2020
/ɛ, ɔ/ appear in a few-dozen phonemic transcriptions, but they either are allophones of, or incorrect transcriptions, of, /e, o/ in the modern language.
Libvoikko and essential linguistic resources
-
Updated
Aug 21, 2020 - C++
Read, write, and manipulate Praat TextGrid files with Python
-
Updated
Aug 16, 2019 - Python
Improve this page
Add a description, image, and links to the linguistics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the linguistics topic, visit your repo's landing page and select "manage topics."


I'll show a brief program below. The program demonstrates unclear/consistent behavior of the size, width and height arguments when creating a new Rect. Using the argparse module, the user can easily create a rectangle using the size argument. When the program isn't given any argument, the width and height argument of
Rect()are used and then the the proper size is used for the rectangle, if the