Skip to content

Commit

Permalink
#1549 - Filter entity candidates by description
Browse files Browse the repository at this point in the history
- Fixed import
  • Loading branch information
reckart committed Dec 18, 2019
1 parent a603f43 commit e2dd807
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
import java.util.stream.Collectors;

import org.apache.commons.lang3.ClassUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang3.Validate;
import org.apache.uima.cas.CAS;
import org.apache.uima.cas.text.AnnotationFS;
import org.codehaus.plexus.util.StringUtils;
import org.eclipse.rdf4j.common.net.ParsedIRI;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down

0 comments on commit e2dd807

Please sign in to comment.