Hi Amal,
I think you have two options:
1) I recommend you use a POS tagger to tag your data and then use the simple_word_pos_headword indexer in AntConc's corpus manager to split up the words.
2) When building a corpus without tagged data, you can edit the token definition in the corpus manager and set the apostrophe as a token character. If you do this, the words will no longer split in the results. But, all occurrences of an apostrophe will be treated as part of a word, which may not be what you want.
I generally recommend option 1.
I hope that helps.
Laurence.
###############################################################
Laurence ANTHONY, Ph.D.
Professor of Applied LinguisticsFaculty of Science and Engineering
Waseda University
3-4-1 Okubo, Shinjuku-ku, Tokyo 169-8555, Japan
E-mail:
antho...@gmail.comWWW:
http://www.laurenceanthony.net/###############################################################