0
votes
2answers
20 views
Parsing Text Files and Sorting in Ruby
I am somewhat new to Ruby and I would appreciate some direction in solving the problem which I will now describe. I would like to write a Ruby program which can read in 3 separate …
0
votes
6answers
52 views
Text Pattern Processing in paragraph with unix linux utilities
I have a file with the following pattern (please note this is a file generated using sed,
awk, grep etc processing). The part of file input is as follows.
filename1,
BASE=a/b/c …
0
votes
1answer
37 views
sed stream editor unix linux command : how to keep retain a paragraph with a particular text string
Hi
I have managed to put text in a file by separating them by blank lines. I am trying to keep only those paragraphs that have a particular string. Though the Sed FAQ mentions a …
1
vote
3answers
65 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 wan …
0
votes
2answers
61 views
How to make words into a category. (NLP)
I love to eat chicken.
Today I went running, swimming and played basketball.
My objective is to return FOOD and SPORTS just by analyzing these two sentences. How can you do that …
1
vote
1answer
16 views
MacVim set as default text editor: How to set files to open in a new tab as opposed to a new window?
I've set MacVim as my default text editor, and when I double click files it opens up a new window. Is there a way to set it to open up in a new tab instead?
0
votes
3answers
52 views
Tools that automate merging of text files?
I have trouble where, for some reason, SVN would only merge the newly generated template code to implemented code (thus overwriting whatever I had done), but not the other way arou …
0
votes
6answers
71 views
Numbering in jQuery
How could I change the text below so that the text within it has a number appended to it.
<div class="right">This is some text</div>
<div class="right">This is …
0
votes
4answers
29 views
MySQL check how many times a word appears inside a table cell
I want to write a query to select from a table all rows with the word "piggy" in a column called Description.
SELECT * FROM table WHERE ...?
Thank you!
5
votes
3answers
84 views
/ in vi Search and replace?
in vi, search and replace, how do you escape a '/' (forward slash) so that it is correct. Say in a path.
like: /Users/tom/documents/pdfs/
:%s//Users/tom/documents/pdfs//<new t …
2
votes
2answers
49 views
How do I wrap long lines of text in a Java TextBox?
Hello! I want to load a text box in Java from a text file. This sounds simple but the big question is how to return at the end add newlines when text get close to the edge of the b …
0
votes
4answers
79 views
PDf to String in Java
What is the easiest way to get the text (words) or a PDF doc as a one long String or array of Strings.
I have tried pdfbox but that is not working for me.
0
votes
3answers
42 views
rich text editor in c sharp
hi.
I want to use a rich text editor like TinyMCE in my windows aplication. Is there any solution for this?
1
vote
3answers
46 views
Text processing / comparison engine
Hi, I'm looking to compare two documents to determine what percentage of their text matches based on keywords.
To do this I could easily chop them into a set word of sanitised wo …
0
votes
2answers
82 views
Options on display of text at 45 degree angle in browser
I have a requirement to display text at a 45 degree angle in the browser.
The text is selected via ajax calls from a selection of a lot of values.
Text varies in length up to 100 c …
