Monday, August 28, 2006

New Book on Web Mining

Web Data Mining - Exploring Hyperlinks, Contents and Usage Data, written by Bing Liu, is going to be published at the end of year 2006.

Sunday, August 27, 2006

Jon Kleinberg got one more prestigious award

The Nevanlinna Prize at the ICM2006 has been awarded to Jon Kleinberg. His work is on the mathematics of Information Networks.

Thursday, August 10, 2006

The Porter Stemming Algorithm

The 'official’ page for distribution of the Porter Stemming Algorithm has been revised and moved.

For Python (and other script languages), it is probably more efficient to use a C-implemented module (e.g., nltk.stemmer.porter) rather than taking the Python code straightforwardly.

Friday, April 21, 2006

Minorthird

MinorThird is a collection of Java classes for storing text, annotating text, and learning to extract entities and categorize text. It was written primarily by Dr William W. Cohen. It comes with a collection of publically-available extraction problems in Minorthird format (about 2Mb).

Minorthird differs from existing NLP and learning toolkits in a number of ways:


  • Unlike many NLP packages (eg GATE, Alembic) it combines tools for annotating and visualizing text with state-of-the art learning methods.

  • Unlike many other learning packages, it contains methods to visualize both training data and the performance of classifiers, which facilitates debugging.

  • Unlike other learning packages less tightly integrated with text manipulation tools, it is possible to track and visualize the transformation of text data into machine learning data.

  • Unlike many packages (including WEKA), it is open-source, and available for both commercial and research purposes.

  • Unlike any open-source learning systems I know of, it is architected to support active learning and on-line learning, which should facilitate integration of learning methods into agents.