Package com.cobber.fta.core
-
Class Summary Class Description HeaderEntry The Header entry has a Regular Expression and a Confidence that reflects the confidence that if the regular expression matches the input header we are likely to have a match.MinMax RandomSet<E> RegExpGenerator Analyze a set of strings and return a suitable Regular Expression.RegExpSplitter Utils A Utility class with a set of helper functions.WordOffset WordProcessor Split an input string into words. -
Enum Summary Enum Description FTAType -
Exception Summary Exception Description FTAException Base exception for all FTA exceptions.FTAMergeException FTAMergeException is thrown when we are unable to merge two TextAnalyzers.FTAPluginException FTAPluginException is thrown when we are provided with an incorrect plugin definition.FTAUnsupportedLocaleException FTAUnsupportedLocaleException is thrown when we are unable to cope with the Locale supplied.InternalErrorException InternalErrorException is thrown when we get into an 'impossible' state.TraceException Tracing is thrown when we detect an issue with tracing.