forked from marcogillies/HMMWeka
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDescription.props
More file actions
74 lines (55 loc) · 2.63 KB
/
Description.props
File metadata and controls
74 lines (55 loc) · 2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Description file for a Weka HMM package
# Package name (required)
PackageName=HMM
# Version (required)
Version=0.1.2
#Date (year-month-day)
Date=2015-05-23
# Title (required)
Title=Hidden Markov Model
# Category (recommended)
Category=Classification, Multiinstance, Sequence
# Author (required)
Author=Marco Gillies <m.gillies@gold.ac.uk>
# Maintainer (required)
Maintainer=JP de Vooght <jp@vooght.de>
# License (required)
License=Mozilla
# Description (required)
Description=A Package that supports Hidden Markov Model classification and modelling of sequence and time series data.
# Package URL for obtaining the package archive (required)
PackageURL=https://github.com/downloads/marcogillies/HMMWeka/HMM.zip
# URL for further information
URL=http://www.doc.gold.ac.uk/~mas02mg/software/hmmweka/index.html
# Enhances various other packages ?
#Enhances=packageName1,packageName2,...
# Related to other packages?
#Related=packageName1,packageName2,...
# Dependencies (format: packageName (equality/inequality version_number)
Depends=weka (>=3.8.1)
# Message to display in installation. Can be used to provide
# special instructions (e.g. manual stuff needed to complete
# the installation process). (optional).
#MessageToDisplayOnInstall=Funky package requires some extra\n\
stuff to be installed after installing this package. You will\n\
need to blah, blah, blah in order to blah, blah, blah...
# Prevent package from being loaded by Weka if the named
# files/directories are not present (relative to the package's
# root directory). Useful for packages that require the user
# to manually install some third-party library(s). (optional)
#DoNotLoadIfFileNotPresent=lib/someLibrary.jar,otherStuff/important,...
# Log message to be displayed if package can't be loaded due to
# missing files/directories. (optional)
#DoNotLoadIfFileNotPresentMessage=funkyPackage can't be loaded because some \
funky libraries are missing. Please download funkyLibrary.jar from \
http://www.funky.com and install in $WEKA_HOME/packages/funkyPackage/lib
# Prevent package from being loaded by Weka if the named
# classes can't be instantiated. Useful for packages that rely
# on stuff that has to be installed manually (an example is
# Java3D, which installs itself into the system JRE/JDK. (optional)
#DoNotLoadIfClassNotPresent=com.some.class.from.some.Where,org.some.other.Class,...
# Log message to be displayed if package can't be loaded due to
# missing classes. (optional).
#DoNotLoadIfClassNotPresentMessage=funkyPackage can't be loaded because \
com.funky.FunkyClass can't be instantiated. Have you downloaded and run \
the funky software installer for your platform?