root / Portal / configurations / html / Home_PMTester.jsp @ 3
Historique | Voir | Annoter | Télécharger (1,43 ko)
1 |
<jsp:directive.page contentType="text/html;charset=UTF-8" /> |
---|---|
2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
3 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
4 |
<head> |
5 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
6 |
<title></title> |
7 |
</head> |
8 |
|
9 |
<body> |
10 |
<div style="padding-left:25px;"> |
11 |
<h1>Welcome to the Путятина Минея @ TXM demo</h1> |
12 |
|
13 |
<h1> Use of TXM portal interface </h1> |
14 |
|
15 |
<p> |
16 |
Most of the usual TXM commands are available on the "PUTYATINA MINEIA" corpus (by right clicking on the corpus): |
17 |
<ul> |
18 |
<li> Dimensions: gives the number of tokens and the number of types of the corpus</li> |
19 |
<li> Index: gives the frequency list of results of CQL patterns</li> |
20 |
<li> Lexicon: gives the frequency list of word properties</li> |
21 |
<li> Concordances: builds a KWIC concordance of the results of a CQL query</li> |
22 |
<li> Context: builds a concordance of the results of a CQL query</li> |
23 |
<li> Edition: displays the corpus text</li> |
24 |
</ul> |
25 |
</p> |
26 |
<h1> Useful links</h1> |
27 |
<p> |
28 |
<ul> |
29 |
<li><a href = "https://textometrie.svn.sourceforge.net/svnroot/textometrie/trunk/doc/Tutoriel%20TXM%20pour%20la%20BFM%20V0.9_Web.odt">TXM tutorial (FR)</a> </li> |
30 |
<li><a href = "http://sourceforge.net/projects/textometrie/files/documentation/">TXM general documentation (FR and EN)</a> </li> |
31 |
<li><a href = "http://textometrie.ens-lyon.fr/?lang=en">TXM project website</a></li> |
32 |
</ul> |
33 |
</p> |
34 |
</div> |
35 |
</body> |
36 |
</html> |