| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Miner --+
|
TextMiner --+
|
CorpusMiner
The miner for text corpus.
This miner is basically a minr.TextMiner wrapper that implement the mine() method which merely loops on every files of the corpus and call the minr.TextMiner.update_db method to effectively do the mining operation.
|
| Class Hierarchy for CorpusMiner |
|
|||
| Inherited from Miner | |||
|---|---|---|---|
|
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Inherited from TextMiner | |||
|---|---|---|---|
|
|||
|
|||
| dict |
|
||
|
|||
| Inherited from Miner | |||
|
|||
|
|||
__abstractmethods__ =
|
|||
| Inherited from Miner | |||
|---|---|---|---|
_abc_cache = <_weakrefset.WeakSet object at 0x7f2a42131ad0>
|
|||
_abc_negative_cache = <_weakrefset.WeakSet object at 0x7f2a421
|
|||
_abc_negative_cache_version = 44
|
|||
_abc_registry = <_weakrefset.WeakSet object at 0x7f2a42131a90>
|
|||
|
|||
|
Inherited from |
|||
|
|||
Constructor of the CorpusMiner class.
|
Perform the mining operation.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 14 21:07:50 2015 | http://epydoc.sourceforge.net |