Minor update to CasualConc 2.0 beta

投稿日: Oct 13, 2015 2:41:9 AM

I fixed a few bugs and added a few experimental features.

Bug fixes (a list of bugs fixed in this build)

    • Words/Character Handling - when adding a new item to the list, it was added to the stop words list no matter which list you dealt with.

    • Importing a word list - when importing a word list, options were not displayed and because the option settings cannot be specified, the importing process did not work.

    • Word Cluster tool crashed in Basic File Handling - File mode when parallel processing was enabled.

New features

    • Tokenization - using the OS X's built-in linguistic analyzer, languages written without spaces between words (Japanese, Korean, Chinese, Thai, etc.) can be tokenized. This allows handling text in these languages on word-basis.

    • Splitting text in KWIC result - along with the tokenization, this enables the alignment of keywords with tokenized text if Asian (two-byte character) languages on KWIC table.

    • Recording line IDs - if the text is marked with line IDs, such as BROWN Corpus, when you create a word frequency list in Word Count, line IDs can be recorded for each word. This is an experimental feature and the functionality is very limited. This allows you to check which lines a certain word is used.

The new release if versioned as 2.0.1 (2015/10/13).