|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.ephyra.answerselection.filters.Filter
info.ephyra.answerselection.filters.ProperNameFilter
public class ProperNameFilter
Drops answer candidates for definitional questions that are enumerations of proper names.
This class extends the class Filter.
| Constructor Summary | |
|---|---|
ProperNameFilter()
|
|
| Method Summary | |
|---|---|
Result[] |
apply(Result[] results)
Filter out result snippets that contain too many proper names. |
| Methods inherited from class info.ephyra.answerselection.filters.Filter |
|---|
apply |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProperNameFilter()
| Method Detail |
|---|
public Result[] apply(Result[] results)
apply in class Filterresults - array of Result objects
Result objects
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||