From 1e2373f73d57958a9c053a4336a87880b39450c0 Mon Sep 17 00:00:00 2001
From: Mateusz Kopeć <mkopec87@gmail.com>
Date: Tue, 29 Jan 2013 15:15:25 +0100
Subject: [PATCH] fix gitignores

---
 AbsSumAnnotator/target/classes/help.html    | 32 --------------------------------
 ClauseAnnotator/target/classes/help.html    | 56 --------------------------------------------------------
 ClauseAnnotator/target/classes/verb.regexp  |  1 -
 ClauseSumAnnotator/target/classes/help.html | 46 ----------------------------------------------
 ExtrSumAnnotator/target/classes/help.html   | 39 ---------------------------------------
 5 files changed, 0 insertions(+), 174 deletions(-)
 delete mode 100644 AbsSumAnnotator/target/classes/help.html
 delete mode 100644 ClauseAnnotator/target/classes/help.html
 delete mode 100644 ClauseAnnotator/target/classes/verb.regexp
 delete mode 100644 ClauseSumAnnotator/target/classes/help.html
 delete mode 100644 ExtrSumAnnotator/target/classes/help.html

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