Problems with Antconc analysing COCA

158 views
Skip to first unread message

Đỗ Tuấn Long

unread,
Jun 7, 2018, 9:56:35 AM6/7/18
to ant...@googlegroups.com
         Dear Professor Anthony, 
I am currently analyzing the collocates of some prepositions in COCA. Antconc( version 3.5.7) works well with Word list, but it takes a lot of time to respond and it has been three times that Antconc stops working.
I use Window 10, 32 bit. 
Please suggest some ways to deal with such issues. 
Thank you so much for your kind help. 
      Yours sincerely, 
  Long Do   




---------------------------------------------------------------------------------------------------------------------------------------
Đỗ Tuấn Long (Ph.D Candidate)
Lecturer
Faculty of Language Education & Professional Development
University of Languages and International Studies (ULIS)
Vietnam National University, Hanoi (VNU) 
No 2, Pham Van Dong Road, Cau Giay District, Hanoi.
Cell: 0985.227.867
Email 1: tuanl...@gmail.com 
Email 2: long...@gmail.com
FB: facebook.com/tuanlongcfl
    
"There is only one thing in life worse than being talked about, and that is not being talked about."

 
 
 

Stephen Carradini

unread,
Jun 28, 2018, 4:40:54 PM6/28/18
to AntConc-Discussion
I have a similar problem if I set the word range of the collocation too high -- if I do anything more than 10 words on either side of the target term and then click a collocate from the collocation tab to view the collocate in context, the program will stall without returning the collocates in context. On my computer, I think perhaps the program is being asked to do too much analysis with too little computing power. If I am wrong, I would love to know.

Stephen Carradini

Laurence Anthony

unread,
Jun 29, 2018, 2:43:01 AM6/29/18
to ant...@googlegroups.com
Hi Long Do  and Stephen,

I suspect that Stephen is correct and the processing (or more precisely the memory) limitation is causing the program to stall. One recommendation is that you use the 64 bit version of the program as this will be able to access the full memory of your computer, whereas the 32 bit version will be severely limited.

Let me know if this solution helps.

Regards,

Laurence.


###############################################################
Laurence ANTHONY, Ph.D.
Professor of Applied Linguistics
Faculty of Science and Engineering
Waseda University
3-4-1 Okubo, Shinjuku-ku, Tokyo 169-8555, Japan
E-mail: antho...@gmail.com
WWW: http://www.laurenceanthony.net/
###############################################################

--
You received this message because you are subscribed to the Google Groups "AntConc-Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to antconc+unsubscribe@googlegroups.com.
To post to this group, send email to ant...@googlegroups.com.
Visit this group at https://groups.google.com/group/antconc.
For more options, visit https://groups.google.com/d/optout.

Stephen Carradini

unread,
Jun 29, 2018, 1:46:42 PM6/29/18
to AntConc-Discussion
Hi Long Do and Dr. Anthony, 

I found/made a workaround last night of a regex that approximates a KWIC search for collocates. I entered this into the collocation window after running the collocation analysis. I am new to regex, but this mostly works.

For one search term, where "professional" is the target term and "IEEE" is the collocate:

\b(?:ieee\W+(?:\w+\W+){0,20}?professional|professional\W+(?:\w+\W+){0,20}?IEEE)\b


For one search term that is a phrase, where "professional communication" is the target phrase and strategies is the collocate (I also have capital and lowercase searches running in this one--that's the [Ss] part): 

\b(?:[Ss]trategies\W+(?:\w+\W+){0,20}?[Pp]rofessional\s+[Cc]ommunication|[Pp]rofessional\s+[Cc]ommunication\W+(?:\w+\W+){0,20}?[Ss]trategies)\b


This is what I ended up using it for, just for reference: for two search terms that share an ending (Professional Communication and Technical Communication) in either upper or lower case, where development (uppercase or lowercase) is the collocate: 
 

\b(?:[Dd]evelopment\W+(?:\w+\W+){0,20}?([Tt]echnical|[Pp]rofessional)\s+[Cc]ommunication|([Tt]echnical|[Pp]rofessional)\s+[Cc]ommunication\W+(?:\w+\W+){0,20}?[Dd]evelopment)\b


There's a possibility I did this backwards (target vs collocate in swapped places), but that also may not matter, the way the regex is written. Like I said, I'm new to this. 

Stephen 

On Thursday, June 7, 2018 at 6:56:35 AM UTC-7, Đỗ Tuấn Long wrote:

Stephen Carradini

unread,
Jun 29, 2018, 1:58:04 PM6/29/18
to AntConc-Discussion
Ah, I made a mistake. I entered that regex into the Concordance window, not the collocation window. Sorry about that. 

Stephen 

On Thursday, June 7, 2018 at 6:56:35 AM UTC-7, Đỗ Tuấn Long wrote:

Đỗ Tuấn Long

unread,
Jul 1, 2018, 8:47:56 AM7/1/18
to ant...@googlegroups.com
  Dear Prof. Anthony, 
I used the 64 bit version and divided the corpus into smaller parts. It does work though it takes time. 
Thanks a bunch for your free software. 
  Yours sincerely, 
 Long Do

--
Reply all
Reply to author
Forward
0 new messages