3
votes
4answers
66 views
Interesting linguistics/nlp problems/projects
As I know, looking for a problem to solve (debugging, thinking up a theme for an article, whatever) is the most creative, interesting and difficult part of any problem-solving work …
5
votes
9answers
172 views
Is there a fairly simple way for a script to tell (from context) whether “her” is a possessive pronoun?
I am writing a script to reverse all genders in a piece of text, so all gendered words are swapped - "man" is swapped with "woman", "she" is swapped with "he", etc. But there is an …
2
votes
2answers
114 views
Which word stemmer should I use in nltk?
My goal is to analyze some corpus (twitter for the now) for emotional content. Just today I realized it would make a bit of sense to search for word stems as opposed to having an e …
6
votes
2answers
86 views
Is there software that outputs speech-to-text at the Phonological level?
Is there any software out there capable of taking audio files and outputting phonological (IPA) text?
I understand much of the software out there takes it straight to a language, …
15
votes
5answers
1k views
Your favorite natural language parser?
This is just a poll on what parser you like to use for parsing sentences of natural language syntactically. I am interested in complete software toolkits/solutions. A good answer w …
0
votes
1answer
43 views
Arabic taggged Corpora
Hello, please does any one know a free Arabic tagged corpora because i am working on grammar and i need one.Thanks very much. Hani Almousli.....
0
votes
1answer
62 views
Searching for Database of Entity Names (colleges, cities, personalities, countries…)
For an enterprise application research project me and another person are working on, we are looking to remove certain content from the page to keep the posted messages universal(me …
0
votes
4answers
27 views
Assistance with Find and Replace Regex
I have a text file, and each line is of the form:
TAB WORD TAB PoS TAB FREQ#
Word PoS Freq
the Det 61847
of Prep 29391
and Conj 26817
a Det 21626
in Prep 18214
to Inf 16284
it Pr …
10
votes
21answers
776 views
Is “performant” a valid word? What’s the alternative?
Given that performant isn't officially a real word, what is an appropriate alternative term for expressing "something that performs well"? So, instead of saying something like,
…
23
votes
22answers
1k views
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 "an". How would I do that?
Before you think the answer is to simply check if the …
2
votes
4answers
122 views
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 with texts that are to be pre and post processed with Python scripts. …
-6
votes
1answer
98 views
What is the best source for hello world programs? In all dialects? [closed]
Hello world in multiple languages requires phonetic discipline. Shalom Olam for example is difficult to pronounce. I would like both audio and linguistic interpretations so pleas …
0
votes
4answers
163 views
Word-separating algorithm
What is the algorithm - seemingly in use on domain parking pages - that takes a spaceless bunch of words (eg "thecarrotofcuriosity") and more-or-less correctly breaks it down into …
2
votes
5answers
121 views
identify tense in php
Hi,
I'm looking for a way to analyze a string of text and find out in which tense it was written, for example : "I'm going to the store" == current, "I bought a car" == past ect.. …
5
votes
4answers
619 views
LSA - Latent Semantic Analysis - How to code it in PHP?
Hello!
I would like to implement Latent Semantic Analysis (LSA) in PHP in order to find out topics/tags for texts.
Here is what I think I have to do. Is this correct? How can I c …
