| commit | 398f47243113e7250b26ba6d8d2a753717e474ce | [log] [tgz] |
|---|---|---|
| author | margaretha <margaretha@ids-mannheim.de> | Wed Jan 09 19:07:20 2019 +0100 |
| committer | margaretha <margaretha@ids-mannheim.de> | Wed Jan 09 19:23:16 2019 +0100 |
| tree | e2cc6c2e3900887221235d33a7aff6cc7c974140 | |
| parent | 0b90391725aed1fc8c2a0651c80f46e8e5aada6b [diff] [blame] |
Added comments & updated code structure. Change-Id: I2ff7adb2954b87e8345a6e0619b14614883c4200
diff --git a/core/src/main/java/de/ids_mannheim/korap/annotation/AnnotationParser.java b/core/src/main/java/de/ids_mannheim/korap/annotation/AnnotationParser.java index 5b9cd87..8aca637 100644 --- a/core/src/main/java/de/ids_mannheim/korap/annotation/AnnotationParser.java +++ b/core/src/main/java/de/ids_mannheim/korap/annotation/AnnotationParser.java
@@ -23,6 +23,11 @@ import de.ids_mannheim.korap.entity.AnnotationKey; import de.ids_mannheim.korap.entity.AnnotationLayer; +/** Parser for extracting annotation descriptions from Kalamar javascripts + * + * @author margaretha + * + */ @Component public class AnnotationParser {