diff options
Diffstat (limited to 'app-text/bact/metadata.xml')
-rw-r--r-- | app-text/bact/metadata.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-text/bact/metadata.xml b/app-text/bact/metadata.xml new file mode 100644 index 000000000000..0bc446484cc8 --- /dev/null +++ b/app-text/bact/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + </maintainer> + <longdescription lang="en"> + BACT is an implementation of [Kudo & Matsumoto 2004], and is + designed to handle the tree classification problem. The important + characteristic is that the input example x is represented not as a + numerical feature vector (bag-of-words) but a labeled ordered tree. + </longdescription> +</pkgmetadata> |