public class DepTransformer extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isBe(String word) |
List<tratz.parse.types.Arc> |
transform(tratz.parse.types.Arc[] arcs,
tratz.parse.types.Sentence sent)
makes three systematic revisions to the dependency structure
- verb chains
- changes passive to active
- incorporates prepositions into arc labels
|
public List<tratz.parse.types.Arc> transform(tratz.parse.types.Arc[] arcs, tratz.parse.types.Sentence sent)
public static boolean isBe(String word)
Copyright © 2016 New York University. All rights reserved.