Index: trunk/quest-ui-core/.classpath
===================================================================
--- trunk/quest-ui-core/.classpath	(revision 717)
+++ trunk/quest-ui-core/.classpath	(revision 718)
@@ -13,4 +13,5 @@
 		</attributes>
 	</classpathentry>
+	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
 		<attributes>
Index: trunk/quest-ui-core/src/main/resources/manuals/trainMarkovModel
===================================================================
--- trunk/quest-ui-core/src/main/resources/manuals/trainMarkovModel	(revision 718)
+++ trunk/quest-ui-core/src/main/resources/manuals/trainMarkovModel	(revision 718)
@@ -0,0 +1,11 @@
+Trains a Markov model from a collection of sequences. 
+
+$USAGE$
+<modelName> is the name of the Markov model. This name can be used by other commands to refer the trained Markov model.
+<sequences> is the name of the sequences from which the model is trained in the storage.
+<markovOrder> is optional and defines the memory length of the trained Markov model. The default value is 1.
+
+Examples:
+trainMarkovModel mm sequences
+trainMarkovModel mm sequences 3
+ 
