[R] Burt table from word frequency list

2009-03-30 Thread Alan Zaslavsky
at delta=6) it will be trickier and I'm not sure this approach can be modified to handle it. Date: Sun, 29 Mar 2009 22:20:15 -0400 From: Murray Cooper myrm...@earthlink.net Subject: Re: [R] Burt table from word frequency list The usual approach is to count the co-occurence within so many words of each

Re: [R] Burt table from word frequency list

2009-03-30 Thread Joan-Josep Vallbé
: Sun, 29 Mar 2009 22:20:15 -0400 From: Murray Cooper myrm...@earthlink.net Subject: Re: [R] Burt table from word frequency list The usual approach is to count the co-occurence within so many words of each other. Typical is between 5 words before and 5 words after a given word. So for each word

[R] Burt table from word frequency list

2009-03-29 Thread Joan-Josep Vallbé
Dear all, I have a word frequency list from a corpus (say, in .csv), where the first column is a word and the second is the occurrence frequency of that word in the corpus. Is it possible to obtain a Burt table (a table crossing all words with each other, i.e., where rows and columns are

Re: [R] Burt table from word frequency list

2009-03-29 Thread Duncan Murdoch
On 29/03/2009 7:02 AM, Joan-Josep Vallbé wrote: Dear all, I have a word frequency list from a corpus (say, in .csv), where the first column is a word and the second is the occurrence frequency of that word in the corpus. Is it possible to obtain a Burt table (a table crossing all words

Re: [R] Burt table from word frequency list

2009-03-29 Thread Joan-Josep Vallbé
Ok, thank you. And is there any function to get the table directly from the original corpus? best, joan-josep vallbé On Mar 29, 2009, at 2:00 PM, Duncan Murdoch wrote: On 29/03/2009 7:02 AM, Joan-Josep Vallbé wrote: Dear all, I have a word frequency list from a corpus (say, in .csv),

Re: [R] Burt table from word frequency list

2009-03-29 Thread Ted Harding
On 29-Mar-09 16:32:11, Joan-Josep Vallbé wrote: Ok, thank you. And is there any function to get the table directly from the original corpus? best, joan-josep vallbé You will have to think about what you are doing. As Duncan said, you need counts of pairs of words or, more precisely, of

Re: [R] Burt table from word frequency list

2009-03-29 Thread Murray Cooper
, MI, USA 49083 Mail: richs...@earthlink.net - Original Message - From: Ted Harding ted.hard...@manchester.ac.uk To: Joan-Josep Vallbé pep.val...@uab.cat Cc: r-help@r-project.org Sent: Sunday, March 29, 2009 2:46 PM Subject: Re: [R] Burt table from word frequency list On 29-Mar-09 16:32