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