-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
61 lines (38 loc) · 1.36 KB
/
README
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
PROJECT DETAIL(INFORMATION RE. AND EX.)
--CODE RUNS IN JAVA--
PROBLEM STATEMENT :-
SET EXPANSION(TEAM NO-14)
STUDENTS :-
MUJADIA VANDAN VASANT(201323602)
VENESSA ROSHNI TAURO(201101032)
MEERA PARMAR(201305529)
NISHITH MAHESHWARI(201002016)
HOW TO RUN (saperate two project are there so first arrange(index diff dir, search diff dir) each java file as shown below way)
1)INSTALL
only java required
2) INDEX
For creating the index run the start.java file which is located in the set folder. To run this file the necessary jar files must be included which are placed in the lib folder.
Setexpansion(index)
|
|->src
|--> set
|--> Start.java
(Main class which also create index of wiki data set)
|--> Merge.java
(Class for merging small small index file)
|--> SaxHandler.java
(Java Class for parsing, wiki pages[xml])
|--> Secondary.java
(Java class for secondary index creation)
|->lib
|--> .jar files
run Start.java with Wikipedia data set as input with around 6GB free space
3) SEARCH
To be able to query and search run the Search.java which is located in the set folder.
Setexpansion(Search)
|
|->src
|--> set
|--> Search.java
(Main search class used to expand small input entity set into larger set)
run Search.java with indexes and give query as input