blob: 2b22da6514ee7bde7592477344b55d30b2d10351 (
plain) (
blame)
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
|
Parallel tagging utility used for the KJV2003 project.
It has been 'genericized'.
Included is the exact TR (with NU updates) module used so the word numbering
can be used to patch update the KJV2003 project to other greek texts. It is
also might be useful to use the same word number for other tagging projects for
consistency.
PREREQUISITES
sword built and installed
java jdk
ant
BUILDING
type:
make
ant
SETTING UP
Have a look at ModEdit.properties
contextMod - if this entry has a value then word clicks will attempt to show
other verses which contain the selected word. You must install the module you
choose for context. It must contain lemma (Strong's) information. And you
must build an index on the module. e.g.,
contextMod=KJV
wget http://crosswire.org/ftpmirror/pub/sword/packages/rawzip/KJV.zip
unzip KJV.zip
mkfastmod KJV
RUNNING
java -jar ParallelTag.jar
|