Home | Trees | Indices | Help |
|
---|
|
object --+ | list --+ | MinerRegistry
List every "miner" classes to be used.
MinerRegistry gather every miners to be used according to the configuration file. It provide methods to mine corpuses from different sources, using different processing strategies and store the results in different outputs.
![]() |
Class Hierarchy for MinerRegistry |
|
|||
new empty list |
|
||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
Constructor of the MinerRegistry class.
|
Add miner class(es) to the list according to the configuration. Retrieve the miners classes names from the configuration and try to add them to the list. |
Try to add a miner class to the list using its name. Get the miner class name from the configuration and create an instance of this class if it exists, then, add the instance to the list.
|
Use the miner instances list to mine the sources. Loop through every miner instances of the list and call their mine() method to perform their mining operation. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 14 21:07:50 2015 | http://epydoc.sourceforge.net |