Changed to real data to run again
This commit is contained in:
parent
8d2dcea172
commit
ebc72baa7d
@ -46,7 +46,7 @@ class Index():
|
|||||||
class Indexer():
|
class Indexer():
|
||||||
def __init__(self,list_partials,weight,data_paths,worker_factory=Worker,worker_weight_factory=Worker_Weight):
|
def __init__(self,list_partials,weight,data_paths,worker_factory=Worker,worker_weight_factory=Worker_Weight):
|
||||||
#Config stuffs
|
#Config stuffs
|
||||||
self.path = "test/"
|
self.path = "data/DEV"
|
||||||
self.num_doc = 0
|
self.num_doc = 0
|
||||||
self.list_partials = list_partials
|
self.list_partials = list_partials
|
||||||
self.weight = weight
|
self.weight = weight
|
||||||
|
Loading…
Reference in New Issue
Block a user