org.writersforge.catalan.text.fragfilters
Interface IFragmentFilter
- public interface IFragmentFilter
General interface for processing an array of text fragments as a whole.
- Author:
- jsheets
|
Method Summary |
java.lang.String[] |
filterFragments(java.lang.String[] text)
Processes an array of text fragments into another array of text
fragments. |
filterFragments
public java.lang.String[] filterFragments(java.lang.String[] text)
- Processes an array of text fragments into another array of text
fragments. The output array can be a different size, and the
output fragments may be different.
- Parameters:
text - input text fragments
- Returns:
- array of filtered fragments