Class RemoveMinorityScriptsTextFilter

java.lang.Object
com.optimaize.langdetect.text.RemoveMinorityScriptsTextFilter
All Implemented Interfaces:
TextFilter

public class RemoveMinorityScriptsTextFilter extends Object implements TextFilter
Removes text written in scripts that are not the dominant script of the text. TODO this does not do special handling for Japanese (3 scripts) and Korean (2 scripts), they should be counted together and kept.