public interface RankerList extends Ranker
Modifier and Type | Method and Description |
---|---|
DecompoundedWord |
highestRank(List<DecompoundedWord> aSplits)
Ranks the given splits and returns the split with highest rank
|
List<DecompoundedWord> |
rank(List<DecompoundedWord> aSplits)
Ranks all splits and returns a order list
|
highestRank, setFinder
DecompoundedWord highestRank(List<DecompoundedWord> aSplits)
aSplits
- The highest ranked splitList<DecompoundedWord> rank(List<DecompoundedWord> aSplits)
aSplits
- the splits to rank.Copyright © 2007–2018 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.