de.danielnaber.languagetool.tokenizers.cs
Class CzechSentenceTokenizer

Object
  extended by SentenceTokenizer
      extended by CzechSentenceTokenizer
All Implemented Interfaces:
Tokenizer

public class CzechSentenceTokenizer
extends SentenceTokenizer

Author:
Jozef Licko

Constructor Summary
CzechSentenceTokenizer()
          Create a sentence tokenizer.
 
Method Summary
 void setSingleLineBreaksMarksParagraph(boolean lineBreakParagraphs)
           
 List<String> tokenize(String s)
          Tokenize the given string to sentences.
 
Methods inherited from class SentenceTokenizer
main, singleLineBreaksMarksPara
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CzechSentenceTokenizer

public CzechSentenceTokenizer()
Create a sentence tokenizer.

Method Detail

setSingleLineBreaksMarksParagraph

public final void setSingleLineBreaksMarksParagraph(boolean lineBreakParagraphs)
Overrides:
setSingleLineBreaksMarksParagraph in class SentenceTokenizer
Parameters:
lineBreakParagraphs - if true, single lines breaks are assumed to end a paragraph, with false, only two ore more consecutive line breaks end a paragraph

tokenize

public final List<String> tokenize(String s)
Description copied from class: SentenceTokenizer
Tokenize the given string to sentences.

Specified by:
tokenize in interface Tokenizer
Overrides:
tokenize in class SentenceTokenizer


Copyright © 2005-2009 Daniel Naber