de.tudarmstadt.ukp.jwktl.api.filter
Interface IWiktionaryEntryFilter

All Known Implementing Classes:
WiktionaryEntryFilter, WiktionarySenseFilter

public interface IWiktionaryEntryFilter

Interface for implementing a filter for IWiktionaryEntrys. That is, a possibility for selecting which entries are to be processed (i.e., accepted) or skipped (i.e., filtered out).

Author:
Christian M. Meyer

Method Summary
 boolean accept(IWiktionaryEntry entry)
          Return true if the given entry should be accepted or false if it should be filtered out.
 

Method Detail

accept

boolean accept(IWiktionaryEntry entry)
Return true if the given entry should be accepted or false if it should be filtered out.



Copyright © 2011-2013 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved.