| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectse.lth.cs.nlp.nlputils.annotations.AnnotationType
se.lth.cs.nlp.nlputils.annotations.ProcessedFNAnnotation
public class ProcessedFNAnnotation
An AnnotationType for the simplified FrameNet annotation.
| Method Summary | |
|---|---|
 AnnotatedText | 
createLayers(InputStream in)
Reads and parses an AnnotatedText from the given InputStream, using the format of the inheriting AnnotationType.  | 
 AnnotatedText | 
createLayers(String line1)
Reads and parses an AnnotatedText from a string, using the format of the inheriting AnnotationType.  | 
static ProcessedFNAnnotation | 
instance()
Returns the instance of this AnnotationType.  | 
| Methods inherited from class se.lth.cs.nlp.nlputils.annotations.AnnotationType | 
|---|
printLayers, printLayers, printLayers, printLayers | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static ProcessedFNAnnotation instance()
public AnnotatedText createLayers(InputStream in)
                           throws IOException
AnnotationType
createLayers in class AnnotationTypein - the input stream.
IOExceptionpublic AnnotatedText createLayers(String line1)
AnnotationType
createLayers in class AnnotationTypeline1 - the string.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||