Commit 1e2373f73d57958a9c053a4336a87880b39450c0
1 parent
7d9cd3c5
fix gitignores
Showing
5 changed files
with
0 additions
and
174 deletions
AbsSumAnnotator/target/classes/help.html deleted
1 | -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
2 | -<html> | |
3 | -<head> | |
4 | -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
5 | -<title>Help</title> | |
6 | -</head> | |
7 | -<body> | |
8 | - | |
9 | -<h2>General</h2> | |
10 | - | |
11 | -<p>Abstract Summary Editor is a program for manual abstract summary creation and edition.</p> | |
12 | - | |
13 | -<p>When we open a file in it, int the top pane the original text to summarize is shown. | |
14 | -In the bottom we can see 3 tabs, each corresponding to a different summary size: 20%, 10% and 5%. | |
15 | -The summary of given size should be written in the right text area. The left side of the bottom | |
16 | -pane presents current size of the summary with respect to the desired size (so a 100% means | |
17 | -that summary is of correct size, not that it contains all words from the original text).</p> | |
18 | - | |
19 | -<h2>Changing display size</h2> | |
20 | -<p>To change display size, choose from "Other" menu option "Change font size" | |
21 | -and select desired value. Settings are reset to default after the program is closed.</p> | |
22 | - | |
23 | -<h2>Format of input/output files</h2> | |
24 | -<p>Input file to the program should be in raw TXT format, with UTF-8 encoding.</p> | |
25 | - | |
26 | -<p>Summaries are appended to the end of text after saving (and separated by special lines). | |
27 | -It's better not to try to edit this file manually in normal text editor.</p> | |
28 | - | |
29 | -<p>Is the summaries were saved, they are loaded the next time we open the same file.</p> | |
30 | - | |
31 | -</body> | |
32 | -</html> | |
33 | 0 | \ No newline at end of file |
ClauseAnnotator/target/classes/help.html deleted
1 | -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
2 | -<html> | |
3 | -<head> | |
4 | -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
5 | -<title>Help</title> | |
6 | -</head> | |
7 | -<body> | |
8 | - | |
9 | -<h2>General</h2> | |
10 | - <p>Clause boundaries are bordered with handles: "[" and "]".</p> | |
11 | - <p>Sentences are separated with empty lines.</p> | |
12 | - <p>Markers are <u>underlined</u>.</p> | |
13 | - <p>Verbs are <i>italic</i> (by default works for Polish only). | |
14 | - Verbs are identified by regular expression (with is compared to the pos tag of a word) | |
15 | - stored in the file <b>verb.regexp</b> inside the jar package. | |
16 | - Modify this file for your purposes using any | |
17 | - extraction tool.</p> | |
18 | - | |
19 | -<h2>Marker/Clause/Span selection</h2> | |
20 | - <p>When a span of text is selected, it's yellow. Program doesn't allow | |
21 | - to select a span in more than one clause. Automatically this span's | |
22 | - clause is selected. If the selected span contain only one marker (or part of a marker), | |
23 | - this marker is also selected. Current selected clause/marker are | |
24 | - displayed in the bottom panel. It's best to play with the program | |
25 | - to see how it selects them.</p> | |
26 | - <p>All clauses which have set a "continue" attribute are highlighted pink.</p> | |
27 | - <p>Markers which don't have set required attributes (arg1/2, type) are marked magenta.</p> | |
28 | - | |
29 | -<h2>Clause actions</h2> | |
30 | - <p>These are possible clause actions:</p> | |
31 | - <ul> | |
32 | - <li><b>Split clause into two</b> - select a single word or a span of words, | |
33 | - then press <b>ENTER</b> key on the keyboard. The clause is going to be split in two, beginning | |
34 | - from the first word selected. WARNING: System won't let you to split a marker into two clauses. | |
35 | - <li><b>Merge clause with <u>n</u>ext</b> - select clause, then press <b>N</b> key. Current clause | |
36 | - is going to be merged with the next one, if possible. All pointers to current clause are going | |
37 | - to be lost, all pointers to the next clause remain the same. | |
38 | - <li><b>Merge clause with <u>p</u>revious</b> - select clause, then press <b>P</b> key. Current clause | |
39 | - is going to be merged with the previous one, if possible. All pointers to current clause are going | |
40 | - to be lost, all pointers to the previous clause remain the same. | |
41 | - </ul> | |
42 | - | |
43 | -<h2>Marker actions</h2> | |
44 | - <p>These are possible marker actions:</p> | |
45 | - <ul> | |
46 | - <li><b>Create <u>m</u>arker</b> - select a span of words, then press <b>M</b> key on the keyboard. | |
47 | - Marker will be created from the selection.</li> | |
48 | - <li><b><u>D</u>elete marker</b> - select this marker, | |
49 | - then press key <b>D</b> on the keyboard.</li> | |
50 | - <li><b>Change marker NUC attribute</b> - select marker, | |
51 | - then select desired NUC in the bottom panel. | |
52 | - <li><b>Change marker CONNECT attribute</b> - select marker, | |
53 | - then select desired CONNECT in the bottom panel. | |
54 | - </ul> | |
55 | -</body> | |
56 | -</html> | |
57 | 0 | \ No newline at end of file |
ClauseAnnotator/target/classes/verb.regexp deleted
ClauseSumAnnotator/target/classes/help.html deleted
1 | -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
2 | -<html> | |
3 | -<head> | |
4 | -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
5 | -<title>Help</title> | |
6 | -</head> | |
7 | -<body> | |
8 | - | |
9 | -<h2>General</h2> | |
10 | - | |
11 | -<p>Summannotator is a program for manual extraction summary creation. | |
12 | -It allows to select/deselect clauses to summaries simply by clicking them.</p> | |
13 | - | |
14 | -<p>When we open a file in it, we can see 3 tabs, each corresponding | |
15 | -to a different summary size: 20%, 10% and 5%. Clauses to choose | |
16 | -from are shown in the top pane, bottom pane presents current size | |
17 | -of the summary with respect to the desired size (so a 100% means | |
18 | -that summary is of correct size, not that we selected all the clauses). | |
19 | -Bottom right pane presents the summary as free text.</p> | |
20 | - | |
21 | -<p>Each smaller summary must contain only clauses from the bigger one.</p> | |
22 | - | |
23 | -<h2>Changing display size</h2> | |
24 | -<p>To change display size, choose from "Other" menu option "Change font size" | |
25 | -and select desired value. For changes to have effect, you need to load the text | |
26 | -again (by selecting "Open" option from "File" menu). Settings are reset to default | |
27 | -after the program is closed.</p> | |
28 | - | |
29 | -<h2>Format of input/output files</h2> | |
30 | -<p>Input file to the program should be in XML format (with the .xml) | |
31 | -extension. It should contain CLAUSE tags (with obligatory ID attribute), | |
32 | -and WORD tags. A WORD tag should contain orthgraphical form of the word | |
33 | -inside. Two example files (Greek and English) are enclosed with this | |
34 | -application.</p> | |
35 | - | |
36 | -<p>Saving the summary in program results in the creation of a file with | |
37 | -the same name as the opened one, but with .summ extension instead of | |
38 | -.xml. File format is self-explaining, the file contains information | |
39 | -about 3 summaries: 20%, 10% and 5%. Empty lines are important, and | |
40 | -it's better not to try to edit this file manually.</p> | |
41 | - | |
42 | -<p>If we choose to open a file with existing .summ neighbour, the summary | |
43 | -from it will be automatically loaded.</p> | |
44 | - | |
45 | -</body> | |
46 | -</html> | |
47 | 0 | \ No newline at end of file |
ExtrSumAnnotator/target/classes/help.html deleted
1 | -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
2 | -<html> | |
3 | -<head> | |
4 | -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
5 | -<title>Help</title> | |
6 | -</head> | |
7 | -<body> | |
8 | - | |
9 | -<h2>General</h2> | |
10 | - | |
11 | -<p>Extract Summary Editor is a program for manual extract summary creation and edition.</p> | |
12 | - | |
13 | -<p>When we open a file in it, in the top pane the original text to summarize is shown. | |
14 | -In the bottom we can see 3 tabs, each corresponding to a different summary size: 20%, 10% and 5% | |
15 | -(in terms of word count). | |
16 | -The summary of given size should be created as an extract of the original text. | |
17 | -The left side of the bottom | |
18 | -pane presents current size of the summary with respect to the desired size (so a 100% means | |
19 | -that summary is of correct size, not that it contains all words from the original text).</p> | |
20 | - | |
21 | -<p>Each summary of smaller size should contain only characters of the summary of bigger size | |
22 | -- that means for example that 10% summary is an extract of 20% summary, not the whole original | |
23 | -text.</p> | |
24 | - | |
25 | -<h2>Changing display size</h2> | |
26 | -<p>To change display size, choose from "Other" menu option "Change font size" | |
27 | -and select desired value. Settings are reset to default after the program is closed.</p> | |
28 | - | |
29 | -<h2>Format of input/output files</h2> | |
30 | -<p>Input file to the program should be in raw TXT format, with UTF-8 encoding.</p> | |
31 | - | |
32 | -<p>Summaries are appended to the end of text after saving (and separated by special lines). | |
33 | -Summary is encoded as sequence of character numbers, separated by spaces. | |
34 | -It's better not to try to edit this file manually in normal text editor.</p> | |
35 | - | |
36 | -<p>Is the summaries were saved, they are loaded the next time we open the same file.</p> | |
37 | - | |
38 | -</body> | |
39 | -</html> | |
40 | 0 | \ No newline at end of file |