Package | Description |
---|---|
edu.illinois.cs.cogcomp.pipeline.handlers.clausie |
Modifier and Type | Method and Description |
---|---|
static List<ClausieWrapper.SVO> |
ClausieWrapper.extract(String sentence)
str = "Thirteen million Londoners have to cope with this, " +
"and bake beans and allbran and rape, and I'm sitting in this bloody " +
"shack and I can't cope with Withnail.
|
Modifier and Type | Method and Description |
---|---|
int |
ClausieWrapper.SVO.compareMeWith(ClausieWrapper.SVO svo2)
-1 : this should be accepted (is longer)
+1 : svo2 should be accepted (is longer)
0 : same
-2 : incomparable.
|
Copyright © 2017. All rights reserved.