summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-10-05 11:05:26 +0100
committerLars Wirzenius <liw@liw.fi>2011-10-05 11:05:26 +0100
commitff8eef4abd1de3e50629ddfb84f61a7abc8ed603 (patch)
tree2baa190ef180c8e60ac7ff43e0e52a7e1c7253b9
parentfdf2746ab34038ed5751182da8a1f7ce074b5de4 (diff)
downloadmorph-ff8eef4abd1de3e50629ddfb84f61a7abc8ed603.tar.gz
Add "kind" from the morphology to the metadata.
-rw-r--r--morphlib/builder.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/builder.py b/morphlib/builder.py
index b8ce2b58..eb57061b 100644
--- a/morphlib/builder.py
+++ b/morphlib/builder.py
@@ -212,6 +212,7 @@ class Builder(object):
meta = {
'name': morph.name,
+ 'kind': morph.kind,
}
for key, value in kwargs.iteritems():
meta[key] = value