org.carrot2.source.UniqueFieldPredicate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of carrot2-core Show documentation
Show all versions of carrot2-core Show documentation
Carrot2 Text Clustering Library
/*
* Carrot2 project.
*
* Copyright (C) 2002-2014, Dawid Weiss, Stanisław Osiński.
* All rights reserved.
*
* Refer to the full license file "carrot2.LICENSE"
* in the root folder of the repository checkout or at:
* http://www.carrot2.org/carrot2.LICENSE
*/
package org.carrot2.source;
import java.util.HashSet;
import org.carrot2.core.Document;
import com.google.common.base.Predicate;
/**
* This predicate allows one to filter out documents with non-unique
* field values.
*/
final class UniqueFieldPredicate implements Predicate
{
private final HashSet
© 2015 - 2025 Weber Informatics LLC | Privacy Policy