Readme file for AntConc 2.2.2 Developed by Laurence Anthony Dept. of Information and Computer Engineering Okayama University of Science 1-1 Ridai-cho Okayama 700-0001 Japan September 30th, 2002 AntConc is a relatively simple concordance program written in Perl using ActiveState's excellent Komodo 1.2 development environment. The program can be launched by simply double clicking on the file "antconc_2_2_2.exe" which can be downloaded from the Laurence Anthony laboratory website at http://antpc1.ice.ous.ac.jp/. The program can run under any windows environment including Win 98/Me/2000/NT, and a version for Linux is also available. If a user finds any problem launching the program under a particular OS, please inform me using the email address below. Currently, AntConc can generate concordance lines either from a single text or a set of texts stored in a single directory. A single text to be analysed can be chosen by selecting 'Open File' from the 'File' menu. Similarly, a set of texts can be chosen by selecting 'Open Dir' from the 'File' menu. A list of the chosen files is displayed in on the left of the main window, below the name of the chosen directory (if appropriate). The output display can be saved by selecting 'Save Output' from the 'File' menu. The color used to highlight the search term in the concordance lines can be changed from the default color 'blue' be selecting the 'Highlight Color' option in the 'Options' menu. A new option in AntConc is a sort feature, whereby the results can be realligned in alphabetical order according to either the target word, or words to the left or right of the target word. The words on which to rearrange the concordance lines are chosen via the button bar at the bottom of the main window. To produce a set of concordance lines of text, a user needs to perform 5 actions: 1) Select either a single file or set of files stored in a single directory (see above) 2) Enter a search term on which to build concordance lines in the entry box on the left of the button bar. 3) Choose the number of text characters to be outputted on either side of the search term, using the increase and decrease buttons on the right of the button bar (default value is 20 characters) 4) Click on the 'Start' button in the main window to start the concordance lines results generation (Note: The concordance generation can be halted at any time by clicking on the 'Stop' button in the main window) 5) Select a target word on which to rearrange the concordance lines. 0 is search word, 1L, 2L.. are words to the left of the target word, 1R, 2R .. are words to the right of the target word. Note that two levels of sort are possible, with the second level not-acivated when the software is first launched. 6) Click on the 'Sort' button to start the sorting process. AntConc can be used freely for individual use for non-profit research purposes, and freely distributed on the condition that this readme file is attached in an unaltered state. The software comes on an 'as is' basis, and the author will accept no liability for any damage that may result from using the software. Although there is no support available for AntConc, the author would be happy to hear comments and/or suggestions from anyone using the software, and will try to fix any bugs etc. when time is available. Revision History 2.2.2 Corrected critical fault with compiler than caused program to expire when evaluation version of ActiveState Perl Development Kit expired. Sorry folks!! I didn't realize this would happen!! 2.2.1 Corrected bug with prevented new concordance lines being generated if search term was left the same and then new files were selected. Port to Linux also completed. 2.2 Designed new subroutines for selecting directories and files to solve rendering of dialog windows problems. This also enables an easier port to Linux. 2.1 Added a second level of sort. Added ability to restrict searches to full-words only, case sensitive Added ability to search using full Perl implemented regular expressions Added ability to save results either to a file or the clipboard 2.0 Added new sort feature, for rearranging concordance lines. Tidied up the interface. Made the system more robust for novice users. (Now bad input will not cause the system to crash so easily). 1.1 Added binding to allow return key to launch concordance search. Also, recompiled software so that no console is required. 1.0 First version Laurence Anthony anthony@ice.ous.ac.jp