CasualConc

© 2008-2009 Yasu Imao

CasualTagger


CasualTagger
is a simple GUI front end of Yoichiro Hasebe's EngTagger, a Ruby port of Perl's Lingua::En::Tagger module.  What CasualTagger does is simply use EngTagger to add Part-of-Speech (POS) tags to English text from various files that include text data.  So you need to have EngTagger installed on your Mac.  For more information about EngTagger, check this site.

From version 0.6, CasualTagger supports rbtagger.  rbtagger is a Ruby tagger by Todd A. Fisher, which is based on Eric Brill's POS tagger.  It still has some issues, but it's mostly good and it's also nice to have alternative. 

Because CasualTagger depends on EngTagger and rbtagger, speed/accuracy/quality of tagging is as fast/good as EngTagger/rbtagger is.  At least I can say tagging process takes a lot of time if you process multiple files.

CasualTagger also has the Editor mode, which allows you to manually add tags to your text.  It has simple word count and kwic functions.


System Requirement: Any Mac with Mac OS X Leopard 10.5.5 or later + EngTagger (+ rbtagger)

The current version of CasualTagger is 0.6.


This is under development, so it still might have many bugs.  Please send any bug/use report.

 

Install EngTagger

To use CasualTagger, you need to install EngTagger, a Ruby POS tagger module, on your Mac.  If you are not an administrator on your mac, you need to ask your administrator.  If you use your personal Mac, you just need to enter your password (the same password you use to install other programs or update your Mac).

  1. Open Terminal.app (in Applications -> Utilities)
  2. type sudo gem install engtagger and hit enter key.

Now EngTagger should be installed on your Mac.


Install rbtagger

Installing rbtagger is optional.  You can install EngTagger and rbtagger or just one of these.  You need at least one of these to use tagging function.
  1. Open Terminal.app (in Applications -> Utilities)
  2. type sudo gem install rbtagger and hit enter key.

Now rbtagger should be installed on your Mac.


How to Use

CasualTagger has two modes: Batch Tagging and Editor.

Batch Tagging Mode is to add POS tags to English text using EngTagger.


Editor Mode is for editing tagged text files or manually adding tags to text.


File Info is to obtain text information of each file.