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

All Known Implementing Classes:
WiktionaryEntryFilter, WiktionaryPageFilter, WiktionarySenseFilter

public interface IWiktionaryPageFilter

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

Author:
Christian M. Meyer

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

Method Detail

accept

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



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