Package org.languagetool.chunking
Class GermanChunker.RegularExpressionWithPhraseType
- java.lang.Object
-
- org.languagetool.chunking.GermanChunker.RegularExpressionWithPhraseType
-
- Enclosing class:
- GermanChunker
private static class GermanChunker.RegularExpressionWithPhraseType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) edu.washington.cs.knowitall.regex.RegularExpression<ChunkTaggedToken>
expression
(package private) boolean
overwrite
(package private) GermanChunker.PhraseType
phraseType
-
Constructor Summary
Constructors Constructor Description RegularExpressionWithPhraseType(edu.washington.cs.knowitall.regex.RegularExpression<ChunkTaggedToken> expression, GermanChunker.PhraseType phraseType, boolean overwrite)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
expression
final edu.washington.cs.knowitall.regex.RegularExpression<ChunkTaggedToken> expression
-
phraseType
final GermanChunker.PhraseType phraseType
-
overwrite
final boolean overwrite
-
-
Constructor Detail
-
RegularExpressionWithPhraseType
RegularExpressionWithPhraseType(edu.washington.cs.knowitall.regex.RegularExpression<ChunkTaggedToken> expression, GermanChunker.PhraseType phraseType, boolean overwrite)
-
-