Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

35
votes
12answers
21k views

Python strings split with multiple separators

Weird - I think what I want to do is a fairly common task but I've found no reference on the web. I have text, with punctuation, and I want an array of the words. i.e - "Hey, you - what are you doing ...
18
votes
8answers
3k views

How can I split multiple joined words?

I have an array of 1000 or so entries, with examples below: wickedweather liquidweather driveourtrucks gocompact slimprojector I would like to be able to split these into their respective words, ...
9
votes
3answers
984 views

PHP: word definition script?

I am developing a web page in which I am accepting input words from user and when user will submit those words then I want to display definition of those words or wikipedia link of those words for ...
9
votes
4answers
701 views

Natural English language words

I need the most exhaustive English word list I can find for several types of language processing operations, but I could not find anything on the internet that has good enough quality. There are ...
7
votes
8answers
9k views

How do I do word Stemming or Lemmatization?

I've tried PorterStemmer and Snowball but both don't work on all words, missing some very common ones. My test words are: "cats running ran cactus cactuses community communities", and both get less ...
6
votes
6answers
488 views

C++ Need to compare one string to 200.000 words

In my program in C++ ... User types in program string "foo". I need to compare this string to my strings, in txt files to write: this string is noun! (or adjective...) I got few TXT files - one ...
5
votes
11answers
380 views

Where to get a list of almost all the words in English language?

I want to get some random text generated. I tried writing a basic Java programme, int nowords = r.nextInt(2000); int i, j; for (i = 0; i < nowords; i++) { int ...
5
votes
9answers
9k views

Counting the number of occurrences of words in a textfile

How could I go about keeping track of the number of times a word appears in a textfile? I would like to do this for every word. For example, if the input is something like: "the man said hi to the ...
5
votes
20answers
627 views

Best technical shibboleths and keywords

In natural language research and anthropology there is the construction known as a Shibboleth. Specifically this is defined as when your pronunciation of a word gives away your cultural background. ...
4
votes
2answers
160 views

Generating Random Index Vectors

I need to generate random index vectors (with large number of dimensions of about 1000), which would by mostly sparse(mostly zero values). The vectors can contain values of either 1(positive ...
4
votes
9answers
525 views

Given a word, how do I get the list of all words, that differ by one letter?

Let's say I have the word "CAT". These words differ from "CAT" by one letter (not the full list) CUT CAP PAT FAT COT etc. Is there an elegant way to generate this? Obviously, one way to do it is ...
4
votes
3answers
188 views

reverse match of multiple words

Thanks for reading this. Hope you can help me. When I have a Mysql table with these row values id| search ======== 1| butterflies 2| america 3| birds of america 4| america butterflies how can I tell ...
4
votes
3answers
151 views

Which would be better? Storing/access data in a local text file, or in a database?

Basically, I'm still working on a puzzle-related website (micro-site really), and I'm making a tool that lets you input a word pattern (e.g. "r??n") and get all the matching words (in this case: rain, ...
4
votes
5answers
1k views

Java- how to parse for words in a string for a specific word

How would I parse for the word "hi" in the sentence "hi, how are you?" or in parse for the word "how" in "how are you?"? example of what I want in code: String word = "hi"; String word2 = "how"; ...
4
votes
4answers
457 views

How do I search for a 'blank tile' in a scrabble application? (PHP)

I created this application a couple of months ago: http://www.mondofacto.com/word-tools/scrabble-solver.html The application lets the user enter the set of letters they are given, and echos back what ...
4
votes
8answers
561 views

Detecting misspelled words

I have a list of airport names and my users have the possibility to enter one airport name to select it for futher processing. How would you handle misspelled names and present a list of suggestions? ...
3
votes
2answers
113 views

Haskell file reading

I have just recently started learning Haskell and I am having a lot of trouble trying to figure out how the file reading works. For example, I have a text file "test.txt" And it contains lines of ...
3
votes
3answers
384 views

split and replace unicode words in javascript with regex

Need to put list of unicode words in unicode string in {}. There is my code: var txt = "¿One;one oneé two two two two two twö twöu three;;twä;föur?"; var re = new RegExp("(^|\\W)(one|tw|two ...
3
votes
3answers
197 views

Finding the most popular words in a list

I have a list of words: words = ['all', 'awesome', 'all', 'yeah', 'bye', 'all', 'yeah'] And I want to get a list of tuples: [(3, 'all'), (2, 'yeah'), (1, 'bye'), (1, 'awesome')] where each tuple ...
3
votes
5answers
350 views

Determine the difficulty of an english word

I am working a word based game. My word database contains around 10,000 english words (sorted alphabetically). I am planning to have 5 difficulty levels in the game. Level 1 shows the easiest words ...
3
votes
4answers
219 views

Can I tell if a std::string represents a number using stringstream?

Apparently this is suposed to work in showing if a string is numerical, for example "12.5" == yes, "abc" == no. However I get a no reguardless of the input. std::stringstream ss("2"); double d; ss ...
3
votes
5answers
11k views

Tokenizer, Stop Word Removal, Stemming in Java

I am looking for a class or method that takes a long string of many 100s of words and tokenizes, removes the stop words and stems for use in an IR system. For example: "The big fat cat, said ...
2
votes
2answers
68 views

solr not tokenizing protected words

I have documents in Solr/Lucene (3.x) with a special copy field facet_headline in order to have an unstemmed field for faceting. Sometimes 2 ore more words are belong together, and this should be ...
2
votes
8answers
91 views

Multithreading - Counting total amount of words from several files

I made a program to count words from individual files, but how can i modify my program, so it gives the total amount of words from all files (as ONE value). My code looks like this: public class ...
2
votes
4answers
114 views

How to load a file with words into a list where the file has over 3 million lines

Is it possible to load a file with 3 or 4 million lines in less than 1 second (1.000000)? One line contains one word. Words range in length from 1 - 17 (does that matter?). My code is now: ...
2
votes
1answer
47 views

Jquery regular expression - finding and formatting similar text parts

I am trying to find similar strings in feedback option texts using regex to make them bold. Example feedback option list. Your risk is low. Your risk is low to moderate. Your risk is moderate. ...
2
votes
3answers
64 views

Moving cursor with t and f, using word as parameter, vim

Is it possible in vim to move forward with t and f (or in the other way with T and F), but using words as a parameter ?
2
votes
4answers
170 views

Split sentence into words but having trouble with the punctuations in C#

I have seen a few similar questions but I am trying to achieve this. Given a string, str="The moon is our natural satellite, i.e. it rotates around the Earth!" I want to extract the words and store ...
2
votes
2answers
158 views

Find words with specified first letter (Regex)

I need regex to find words starting, for example, whith letters "B" or "b". In sentence Bword abword bword I need to find Bword and bword. My curresnt regex is: [Bb]\w+ (first character is space), but ...
2
votes
2answers
371 views

PHP : Find repeated words with and without space in text

I can find repeated words in text with this function: $str = 'bob is a good person. mary is a good person. who is the best? are you a good person? bob is the best?'; function repeated($str) { ...
2
votes
3answers
234 views

counting letters for each word in a text with Perl

i am a beginner in programing and i am trying to write a program wit perl which should returns the frequency of all words in the file and the length of each word in the file (not the summe of all ...
2
votes
6answers
268 views

Converting a String to a List of Words?

I'm trying to convert a string to a list of words using python. I want to take something like the following: string = 'This is a string, with words!' Then convert to something like this : list = ...
2
votes
2answers
193 views

Exclude list of words for a name

I'm trying to make a regular expression that autorize this : Only a-z, 0-9, _ chars, with a minimum length of 3 admin, static, my and www unauthorized For the first part, I already managed to do ...
2
votes
1answer
177 views

Word correction program in java

I need to implement a program to handle a word correction / suggestion system. - if input is given as 'freind', it should suggest 'friend'. For this I have a GUI containing a text area alone! ...
2
votes
2answers
213 views

Ruby - Generate all two letter words

I am trying to generate a array containing all two letter word combinations. What would be the best way to generate it. Could someone help me out?
2
votes
2answers
453 views

Calculating a relative Levenshtein distance - make sense?

I am using both Daitch-Mokotoff soundexing and Damerau-Levenshtein to find out if a user entry and a value in the application are "the same". Is Levenshtein distance supposed to be used as an ...
2
votes
2answers
2k views

Cassandra full text search like

Let's say I have a column family named Questions like below: Questions = { Who are you: { username: "user1" }, What is the answer: { username: "user1" }... } How do I ...
2
votes
3answers
1k views

PHP Stop Word List

I'm playing about with a stop words within my code I have an array full of words that I'd like to check, and an array of words I want to check against. At the moment I'm looping through the array one ...
2
votes
3answers
706 views

Split a large string into multiple substrings containing 'n' number of words via python

Source text: United States Declaration of Independence How can one split the above source text into a number of sub-strings, containing an 'n' number of words? I use split(' ') to extract each word, ...
2
votes
4answers
504 views

Does WordNet have “levels”? (NLP)

For example... Chicken is an animal. Burrito is a food. WordNet allows you to do "is-a"...the hiearchy feature. However, how do I know when to stop travelling up the tree? I want a LEVEL. That is ...
2
votes
3answers
467 views

How to convert numbers to words in Erlang?

I found this interesting question about converting numbers into "words": http://stackoverflow.com/questions/309884/code-golf-number-to-words I would really like to see how you would implement this ...
2
votes
5answers
4k views

Counting lines, words, characters and top ten words?

Hi I'm pretty new to Stack Overflow so I hope that I'm doing this correctly and that someone out there has the answer I need. I'm currently coding a program in Java with Eclipse IDE an my question is ...
1
vote
3answers
79 views

How to convert words to links?

I have a xml with two properties: word and link. How can I replace the words on a text to a link using the xml information. Ex.: XML <word>dog</word> ...
1
vote
1answer
67 views

Remove words containg asterisks or dots

I'm looking for a way to remove words or numbers containing these characters: * or .. I tried to write my own regex but i couldn't really figure it out. For example The sh*t just hit the fan ...
1
vote
2answers
102 views

Reading from a file into a data structure in C++

So, I have a text file (data.txt), It's a story, so just sentence after sentence, and fairly long. What I'm trying to do is to take every individual word from the file and store it in a data structure ...
1
vote
1answer
108 views

How would I translate numbers to words in Scheme?

We just started with scheme at the university and I need some help doing my task. We shall write a program that translates numbers into words, EG: 1 to "one". It must work for all numbers up to 10 ^ ...
1
vote
2answers
54 views

Count word frequences and then sort them

I'm writing a perl script where a should process the text and then provide the dictionary with word frequences and then sort the dictionary. But I do smth wrong because I get no output. When am I ...
1
vote
9answers
129 views

returning a string //

I'm a beginner and I've been going through a book on C++, and I'm on a chapter on functions. I wrote one to reverse a string, return a copy of it to main and output it. string reverseInput(string ...
1
vote
3answers
87 views

Working on one word, dilemma using string or char array or stringbuilder?

I am working on a chess(not grid). This chess(not grid) has X rows. In each of rows we have Y blocks. I would like to know what words can I find in each of the rows. Also what is that's words start ...
1
vote
0answers
17 views

Google positioning by concrete words

I'm having trouble about how to tell google what is my site about. I've a site with a concrete tematic (say A) and directed to a concrete geographic zone (say B). Then, how can I suggest Google that ...

1 2 3