Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
fefetopf
fefetopf's Profile
8
Posts
129
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
How to extract common phrases from a text
[1 Reply]
06-May-2013 06:38 PM
Forum:
General Discussion
I have a huge text how i can extract the most common phrases in this text
sometimes 2-words and 3-words
for example:
credit card
visa card
I have Question?
[4 Replies]
22-Oct-2012 07:04 PM
Forum:
General Discussion
Does anyone know the easiest way to extract phrase(for example: distributed function)from text file .
I mean more than one word
How I can output my processing program as a web page
[6 Replies]
08-Oct-2012 08:03 PM
Forum:
Processing with Other Languages
Hi everyone
I need help please
How I can show my output for my program as web page
search in more than one text file in the same time
[5 Replies]
10-Jul-2012 02:16 PM
Forum:
General Discussion
How I can search about word in more than one text file in the same time
manipulating sentences please help
[50 Replies]
29-Jun-2012 10:25 AM
Forum:
Programming Questions
i have text file and i want save the word and any punctuation associated with it and in the same file i want to remove words that are common and then keep the same formatting for the text by saving it in text file.
WordAnalysis analysis;
}
void setup()
{
analysis = new WordAnalysis();
String[] lines = loadStrings("input.txt");
String allText = join(lines, " ");
String[] wordList = split(allText, " ");
for (int i = 1; i < wordList.length; i++)
{
println(wordList[i]);
}
using saveStrings();
[154 Replies]
10-Jun-2012 03:15 PM
Forum:
Programming Questions
I wrote program and I need to save the output in text file
I found this function when i used there are error can someone explain this function how it work
Word w = (Word) words.get(s);
w.count();
if (w.count >4)
after this step i want to save it in text file
Expalin how please
[5 Replies]
07-Jun-2012 04:04 PM
Forum:
General Discussion
How i can found most frequent words in text file and save it in array.
please I need help
[15 Replies]
02-Jun-2012 07:14 AM
Forum:
General Discussion
I am new user for this software I need to read text file line by line
and I need to
draw the relationship between
word
as graph
where nodes represent words and
edges represent the syntactic relations between them.
«Prev
Next »
Moderate user : fefetopf
Forum