|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the token typepublic interface IErrorResult<T extends IToken>
Stores MWEs under the type of error they make.
Method Summary | |
---|---|
Map<String,List<IMWE<T>>> |
getDetails()
Returns a Map that stores multi-word expressions under the ID of
the error class they belong to. |
int |
getNumErrors(String id)
Gets the number of MWEs that fall under the given error class. |
int |
getTotalErrors()
Returns the total number of errors for the result. |
Method Detail |
---|
int getTotalErrors()
int getNumErrors(String id)
id
- the ID of the error class.
Map<String,List<IMWE<T>>> getDetails()
Map
that stores multi-word expressions under the ID of
the error class they belong to. Should never be null
.
Map
that stores multi-word expressions under
the ID of the error class they belong to.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |