Top "Linguistics" questions

Linguistics is the scientific study of language and its structure, including the study of morphology, syntax, phonetics, and semantics.

Is there an online application that automatically draws tree structures for phrases/sentences?

i.e., it takes any sentence/phrase as input and automatically figures out the tree diagram. I'm looking for a …

linguistics
Translating human languages in Python

Is there a Python module for the translation of texts from one human language to another? I'm planning to work …

python linguistics
Generating the plural form of a noun

Given a word, which may or may not be a singular-form noun, how would you generate its plural form? Based …

python nlp wordnet linguistics
Algorithm to take a number and output its English word

I want to make a program in C which will ask the user to input a number and then it …

c algorithm linguistics
Linguistic meaning of 'let' variable in programming

So, I'm a javascript programmer and the new version of JavaScript (ES6) has a new keyword for declaring variables: let, …

javascript swift ecmascript-6 linguistics
How can I correctly prefix a word with "a" and "an"?

I have a .NET application where, given a noun, I want it to correctly prefix that word with "a" or "…

c# nlp linguistics
English Language Dictionary api

Is there a public API which would let me lookup definitions for words ? I've been searching for this for a …

c# .net api dictionary linguistics
Qt5 on Linux - where is Linguist?

I'm using Linux Mint 16 and I got a problem. I installed Qt Creator 5.2.1 from binary package, downloaded from Qt site. …

linux qt qt5 linux-mint linguistics
Finding Tense of A sentence using stanford nlp

Q1.I am trying to get tense of a complete sentence,just don't know how to do it using nlp. …

nlp stanford-nlp linguistics
LSA - Latent Semantic Analysis - How to code it in PHP?

I would like to implement Latent Semantic Analysis (LSA) in PHP in order to find out topics/tags for texts. …

php tagging semantics linguistics lsa