-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnotes.txt
68 lines (31 loc) · 1.06 KB
/
notes.txt
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
64
65
66
67
68
Monday, January 6, 2003
Format for document files:
A list of chunks, one per line:
<chunkUsername, chunkID, chunkRegionOffset, chunkRegionLength;
docUserName, docID, docRegionOffset >
Document-specific values are optional.
Note that a "docRegionLength" is not included, since it would be redundant
(identical to chunkRegionLength).
Examples:
<jd45, 12, 104, 20>
<jd45, 12, 104, 20; dpj, 14, 1304>
Tuesday, January 7, 2003
Format for user abstract document submission:
plain text, including <q N> quote tags, where N is a quote number.
Example:
This is a test document. I am quoting David, who said:
<q 15>
I am also quoting David's father, who said:
<q 23>
Tuesday, January 8, 2003
Format for user abstract quote extraction:
plain text of document being quoted, including <q> and </q> tags.
Example:
Original document:
This is a test document.
Abstract quote extraction:
This is <q>a test</q> document.
Format for quote list:
Quoted doc region followed by quoting doc region, separated by |
Example:
<jd45, 12, 104, 20> | <jcd14, 24, 10, 20>