-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
63 lines (60 loc) · 2.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<!-- AUTOGENERATED FILE: ALL EDITS WILL BE LOST!!! -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="cow">
<title>The GATE Cloud Paralleliser (GCP)</title>
<style type="text/css">
/*<![CDATA[*/
<!--
html, body {
background: #fff;
color: #000;
font-family: sans-serif;
}
h1,h2,h3,h4,h5,p,ul,ol { font-family: sans-serif; }
pre, pre ol, pre ul { font-family: monospace; }
h3.navhead {
font-size: 100%;
}
div.banner {
border: none;
margin-right: 0px;
margin-left: 0px;
padding: 0.09em;
text-align: center;
font-weight: bold;
}
div.banner a:link, div.banner {
background: #A0D0F0;
color: #000000;
}
div.banner a:active {
background: #000000;
color: #FFFFFF;
}
div.banner a:hover {
background: #000000;
color: #FFFFFF;
-->
/*]]>*/
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<h1 class="cow-title-heading">The GATE Cloud Paralleliser (GCP)</h1>
<p>GCP is a tool designed to support the execution of pipelines built using GATE
Developer over large collections of thousands or millions of documents, using a
multi-threaded architecture to make the best use of today's multi-core processors.</p>
<p>GCP tasks or <em>batches</em> are defined using an extensible XML syntax, describing
the location and format of the input files, the GATE application to be run, and
the kinds of outputs required. A number of standard input and output handlers
are provided, but all the various components are pluggable so custom
implementations can be used if the task requires it. GCP keeps track of the
progress of each batch in a human- and machine-readable XML format, and is
designed so that if a running batch is interrupted for any reason it can be
re-run with the same settings and GCP will automatically continue from where it
left off.</p>
<p>A users' manual is available here: <a class="cow-url" href="doc/gcp-guide.pdf">PDF</a>.</p>
</body></html>