From e6ee20cc1b90f2456e54773a07ee8a0fd9572187 Mon Sep 17 00:00:00 2001
From: Adam Radziszewski <adam.radziszewski@pwr.wroc.pl>
Date: Mon, 30 Apr 2012 10:15:57 +0200
Subject: [PATCH] comment conllwriter

---
 libcorpus2/io/conllwriter.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/libcorpus2/io/conllwriter.h b/libcorpus2/io/conllwriter.h
index 40b6b12..b16e4c0 100644
--- a/libcorpus2/io/conllwriter.h
+++ b/libcorpus2/io/conllwriter.h
@@ -5,6 +5,14 @@
 
 namespace Corpus2 {
 
+/**
+ * Writer in the CONLL format (as required by MALT parser). The writer
+ * assumes that the tagset used employs an attribute named 'superpos'
+ * (this naming is obligatory) and the attribute is defined as first
+ * and required for each grammatical class. This attribute is used to
+ * designate a more general POS category for each token (e.g. all verb
+ * classes could be marked as VERB there).
+ */
 class ConllWriter : public TokenWriter
 {
 public:
-- 
GitLab