Package de.julielab.jcore.ae.jnet.tagger
Class Sentence
- java.lang.Object
-
- de.julielab.jcore.ae.jnet.tagger.Sentence
-
public class Sentence extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Unit unit)Unitget(int i)java.util.ArrayList<Unit>getUnits()intsize()java.lang.StringtoString()
-
-
-
Constructor Detail
-
Sentence
public Sentence(java.util.ArrayList<Unit> sentence)
-
Sentence
public Sentence()
-
-