de.tudarmstadt.ukp.jwktl.api.filter
Interface IWiktionarySenseFilter
- All Known Implementing Classes:
- WiktionarySenseFilter
public interface IWiktionarySenseFilter
Interface for implementing a filter for IWiktionarySense
s.
That is, a possibility for selecting which senses are to be processed
(i.e., accepted) or skipped (i.e., filtered out).
- Author:
- Christian M. Meyer
Method Summary |
boolean |
accept(IWiktionarySense sense)
Return true if the given sense should be accepted or
false if it should be filtered out. |
accept
boolean accept(IWiktionarySense sense)
- Return
true
if the given sense should be accepted or
false
if it should be filtered out.
Copyright © 2011-2013 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved.