Natural language processing (NLP) is a subfield of artificial intelligence and machine learning that involves transforming or extracting useful information from natural language data.
147
votes
15answers
7k views
What statistics should a programmer (or computer scientist) know?
I'm a programmer with a decent background in math and computer science. I've studied computability, graph theory, linear algebra, abstract algebra, algorithms, and a little probability and statistics ...
140
votes
17answers
21k views
How does the Google “Did you mean?” Algorithm work?
I've been developing an internal website for a portfolio management tool. There is a lot of text data, company names etc. I've been really impressed with some search engines ability to very quickly ...
72
votes
16answers
5k views
How do you implement a “Did you mean”?
Suppose you have a search system already in your website. How can you implement the "Did you mean: " like Google does in some search queries?
61
votes
11answers
16k views
Where can I learn more about the Google search “did you mean” algorithm? [closed]
Possible Duplicate:
How do you implement a “Did you mean”?
I am writing an application where I require functionality similar to Google's "did you mean?" feature used by their ...
42
votes
25answers
2k 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 first letter is a ...
41
votes
11answers
16k views
Sentiment analysis for twitter in python
I'm looking for an open source implementation, preferably in python, of Textual Sentiment Analysis (http://en.wikipedia.org/wiki/Sentiment_analysis). Is anyone familiar with such open source ...
40
votes
11answers
868 views
how to check if a string looks randomized, or human generated and pronouncable?
For the purpose of identifying [possible] bot-generated usernames.
Suppose you have a username like "bilbomoothof" .. it may be nonsense, but it still contains pronouncable sounds and so appears ...
38
votes
8answers
5k 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 would list at least ...
37
votes
35answers
4k views
What programming language is most like natural language? [closed]
I got the idea for this question from numerous situations where I don't understand what the person is talking about and when others don't understand me.
So, a "smart" solution would be to speak a ...
36
votes
22answers
6k views
Code Golf: Number to Words
The code golf series seem to be fairly popular. I ran across some code that converts a number to its word representation. Some examples would be (powers of 2 for programming fun):
2 -> Two
1024 -> ...
35
votes
52answers
6k views
Is there a human readable programming language? [closed]
I mean, is there a coded language with human style coding?
For example:
Create an object called MyVar and initialize it to 10;
Take MyVar and call MyMethod() with parameters. . .
I know it's not so ...
27
votes
12answers
3k views
How to read values from numbers written as words?
As we all know numbers can be written either in numerics, or called by their names. While there are a lot of examples to be found that convert 123 into one hundred twenty three, I could not find good ...
24
votes
5answers
9k views
fuzzy string search in Java
I'm looking for high performance Java library for fuzzy string search.
There are numerous algorithms to find similar strings, Levenshtein distance, Daitch-Mokotoff Soundex, n-grams etc.
What Java ...
23
votes
10answers
2k views
Is it possible to guess a user's mood based on the structure of text?
I assume a natural language processor would need to be used to parse the text itself, but what suggestions do you have for an algorithm to detect a user's mood based on text that they have written? I ...
23
votes
9answers
6k views
Detecting syllables in a word
I need to find a fairly efficient way to detect syllables in a word. E.g.,
invisible -> in-vi-sib-le
There are some syllabification rules that could be used:
V
CV
VC
CVC
CCV
CCCV
CVCC
*where V is ...
22
votes
10answers
2k views
What are good starting points for someone interested in natural language processing?
Question
So I've recently came up with some new possible projects that would have to deal with deriving 'meaning' from text submitted and generated by users.
Natural language processing is the field ...
21
votes
11answers
923 views
How do I tell what language is a plain-text file written in?
Suppose we have a text file with the content:
"Je suis un beau homme ..."
another with:
"I am a brave man"
the third with a text in German:
"Guten morgen. Wie geht's ?"
How do we write a function ...
20
votes
7answers
760 views
How do I approximate “Did you mean?” without using Google?
I am aware of the duplicates of this question:
How does the Google “Did you mean?” Algorithm work?
How do you implement a “Did you mean”?
... and many others.
These questions are interested in ...
20
votes
10answers
4k views
Algorithm to determine how positive or negative a statement/text is
I need an algorithm to determine if a sentence, paragraph or article is negative or positive in tone... or better yet, how negative or positive.
For instance:
Jason is the worst SO user I ...
19
votes
6answers
1k views
How does Amazon's Statistically Improbable Phrases work?
How does something like Statistically Improbable Phrases work?
According to amazon:
Amazon.com's Statistically Improbable
Phrases, or "SIPs", are the most
distinctive phrases in the text of
...
19
votes
8answers
1k views
Natural language date/time parser for .NET?
Does anyone know of a .NET date/time parser similar to Chronic for Ruby (handles stuff like "tomorrow" or "3pm next thursday")?
Note: I do write Ruby (which is how I know about Chronic) but this ...
17
votes
8answers
2k views
How to correct the user input (Kind of google “did you mean?”)
I have the following requirement: -
I have many (say 1 million) values (names).
The user will type a search string.
I don't expect the user to spell the names correctly.
So, I want to make kind of ...
17
votes
3answers
3k views
Java : Is there a good natural language processing library
I need to implement some NLP in my current module. I am looking for some good library that can help me here. I came across 'LingPipe' but could not completely follow on how to use it.
Basically, we ...
17
votes
14answers
2k views
How do I determine if a random string sounds like English?
I have an algorithm that generates strings based on a list of input words. How do I separate only the strings that sounds like English words? ie. discard RDLO while keeping LORD.
EDIT: To clarify, ...
16
votes
2answers
184 views
Selecting the most fluent text from a set of possibilities via grammar checking (Python)
Some background
I am a literature student at New College of Florida, currently working on an overly ambitious creative project. The project is geared towards the algorithmic generation of poetry. ...
16
votes
5answers
6k views
Practical examples of NLTK use
I'm playing about with the Natural Language Toolkit (NLTK).
The documentation (Book and HOWTO) and is a little heavy going. Are there any good but basic examples of the use of NLTK? I'm thinking of ...
15
votes
7answers
224 views
Parsing a string for dates in PHP
Given an arbitrary string, for example ("I'm going to play croquet next Friday" or "Gadzooks, is it 17th June already?"), how would you go about extracting the dates from there?
If this is looking ...
15
votes
10answers
1k views
How to determine the (natural) language of a document?
I have a set of documents in two languages: English and German. There is no usable meta information about these documents, a program can look at the content only. Based on that, the program has to ...
14
votes
6answers
926 views
What’s a good Python profanity filter library?
Like http://stackoverflow.com/questions/1521646/best-profanity-filter, but for Python — and I’m looking for libraries I can run and control myself locally, as opposed to web services.
(And whilst ...
13
votes
9answers
2k views
Ideas for Natural Language Processing project?
I have to do a final project for my computational linguistics class. We've been using OCaml the entire time, but I also have familiarity with Java. We've studied morphology, FSMs, collecting parse ...
13
votes
4answers
4k views
Natural Language Processing in Ruby
I'm looking to do some sentence analysis (mostly for twitter apps) and infer some general characteristics. Are there any good natural language processing libraries for this sort of thing in Ruby?
...
13
votes
13answers
7k views
How do you parse a paragraph of text into sentences? (perferrably in Ruby)
How do you take paragraph or large amount of text and break it into sentences (perferably using Ruby) taking into account cases such as Mr. and Dr. and U.S.A? (Assuming you just put the sentences ...
13
votes
7answers
3k views
Algorithms or libraries for textual analysis, specifically: dominant words, phrases across text, and collection of text
I'm working on a project where I need to analyze a page of text and collections of pages of text to determine dominant words. I'd like to know if there is a library (prefer c# or java) that will ...
12
votes
2answers
175 views
Intelligent transliteration in PHP
I'm interested in writing a PHP script (I do welcome language-agnostic suggestions) that would transliterate a sentence or word written in English (phoenetically) into the script of another language. ...
12
votes
9answers
322 views
Does an algorithm exist to help detect the “primary topic” of an English sentence?
I'm trying to find out if there is a known algorithm that can detect the "key concept" of a sentence.
The use case is as follows:
User enters a sentence as a query (Does chicken taste like turkey?)
...
12
votes
7answers
3k views
Text mining with PHP
I'm doing a project for a college class I'm taking.
I'm using PHP to build a simple web app that classify tweets as "positive" (or happy) and "negative" (or sad) based on a set of dictionaries. The ...
12
votes
10answers
472 views
Is there open source software available that analyses a string and guesses the gender of the author?
I can't find anything other than closed-source web applications. Are there any active projects? I'd be interested in using the software in something I'm developing and getting involved.
12
votes
9answers
7k views
Word frequency algorithm for natural language processing
Without getting a degree in information retrieval, I'd like to know if there exists any algorithms for counting the frequency that words occur in a given body of text. The goal is to get a "general ...
11
votes
4answers
4k views
How to extract common / significant phrases from a series of text entries
I have a series of text items- raw HTML from a MYSQL database. I want to find the most common phrases in these entries (not the single most common phrase, and ideally, not enforcing word-for-word ...
11
votes
9answers
2k views
Machine Learning and Natural Language Processing
Assume you know a student who wants to study Machine Learning and Natural Language Processing.
What introductory subjects would you recommend?
Example: I'm guessing that knowing Prolog and Matlab ...
10
votes
3answers
155 views
Algorithm (or C# library) for identifying 'keywords' in a set of messages?
I want to build a list of ~6 keywords (or even better: couple word keyphrases) for each message in a message forum.
The primary use of keywords is to replace subject lines in some instances. For ...
10
votes
6answers
607 views
Are there APIs for text analysis/mining in Java?
I want to know if there is an API to do text analysis in Java. Something that can extract all words in a text, separate words, expressions, etc. Something that can inform if a word found is a number, ...
10
votes
3answers
396 views
A Viable Solution for Word Splitting Khmer?
I am working on a solution to split long lines of Khmer (the Cambodian language) into individual words (in UTF-8). Khmer does not use spaces between words. There are a few solutions out there, but ...
10
votes
3answers
1k views
Perl or Java Sentiment Analysis
I was wondering if anybody knew of any good Perl modules and/or Java classes for sentiment analysis. I have read about LingPipe, but the program would eventually need to be used for commercial use so ...
10
votes
5answers
424 views
Natural Language Processing Solution in Java?
Are there any equally great packages like Python's NTLK in Java world ?
10
votes
5answers
1k views
tag generation from a text content
I am curious if there is an algorithm/method exists to generate keywords/tags from a given text, by using some weight calculations, occurrence ratio or other tools.
Additionally, I will be grateful ...
10
votes
5answers
468 views
Recognizing language of a short text? - Python
I'm have a list of articles, each article has its own title and description.
Unfortunately, from the sources I am using, there is no way to know what language they are written.
Also, text is not ...
10
votes
5answers
328 views
How to automatically determine text quality?
A lot of Natural Language Processing (NLP) algorithms and libraries have a hard time working with random texts from the web, usually because they are presupposing clean, articulate writing. I can ...
10
votes
5answers
2k views
Algorithms to detect phrases and keywords from text
I have around 100 megabytes of text, without any markup, divided to approximately 10,000 entries. I would like to automatically generate a 'tag' list. The problem is that there are word groups (i.e. ...
10
votes
4answers
1k views
What’s the best profanity filter which supports Java integration?
What is the best profanity filter (free / open source or paid commercial) which supports Java integration?
It needs to be able to take a string and return a clean string... Can be a web service and ...