de.aitools.ie.keyphraseextraction
Class RepeatedStringExtractor

java.lang.Object
  extended by de.aitools.ie.keyphraseextraction.KeyphraseExtractor
      extended by de.aitools.ie.keyphraseextraction.RepeatedStringExtractor

public class RepeatedStringExtractor
extends KeyphraseExtractor

This class implements an algorithm to extract keyphrases based on the detection of repeated string patterns. Such a pattern is a certain sequence of words which frequently occur in a given text. The algorithm was developed by Yuen-Hsien Tseng. Reference: Multilingual Keyword Extraction for Term Suggestion

Version:
$Id: RepeatedStringExtractor.java,v 1.4 2011/05/10 19:12:56 trenkman Exp $
Author:
martin.trenkmann@uni-weimar.de

Constructor Summary
RepeatedStringExtractor(java.util.Locale locale)
          Explicit constructor which initializes the extractor for certain locale.
 
Method Summary
 
Methods inherited from class de.aitools.ie.keyphraseextraction.KeyphraseExtractor
extract, extract, extract, extract, getLocale, getTopPhrases, setLocale
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeatedStringExtractor

public RepeatedStringExtractor(java.util.Locale locale)
Explicit constructor which initializes the extractor for certain locale.

Parameters:
locale -