qrmine package¶
Subpackages¶
Submodules¶
qrmine.cluster module¶
Copyright (C) 2025 Bell Eapen
This file is part of qrmine.
qrmine is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
qrmine is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with qrmine. If not, see <https://www.gnu.org/licenses/>.
qrmine.content module¶
Copyright (C) 2020 Bell Eapen
This file is part of qrmine.
qrmine is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
qrmine is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with qrmine. If not, see <http://www.gnu.org/licenses/>.
- class qrmine.content.Content(content='', title='', lang='en_core_web_sm', max_length=1100000)[source]¶
Bases:
object
- property content¶
- property dep¶
- property doc¶
- property idx¶
- property lang¶
- property lemma¶
- property pos¶
- property pos_¶
- property prob¶
- property sentiment¶
- property tag¶
- property title¶
- property tokens¶
- property word¶
qrmine.main module¶
qrmine.mlqrmine module¶
- class qrmine.mlqrmine.MLQRMine[source]¶
Bases:
object
- property X¶
- property csvfile¶
- property dataset¶
- property epochs¶
- property head¶
- property model¶
- property seed¶
- property titles¶
- property y¶
- class qrmine.mlqrmine.NeuralNet(input_dim)[source]¶
Bases:
Module
- forward(x)[source]¶
Define the computation performed at every call.
Should be overridden by all subclasses.
Note
Although the recipe for forward pass needs to be defined within this function, one should call the
Module
instance afterwards instead of this since the former takes care of running the registered hooks while the latter silently ignores them.
qrmine.network module¶
qrmine.nlp_qrmine module¶
- class qrmine.nlp_qrmine.Qrmine[source]¶
Bases:
object
- category_association(num=10)[source]¶
Generates the support for itemsets
- Parameters:
num (int, optional) – number of categories to generate for each doc in corpus. . Defaults to 10.
- property content¶
- property get_git_revision_hash¶
- property get_git_revision_short_hash¶
qrmine.readfiles module¶
qrmine.sentiment module¶
qrmine.utils module¶
qrmine.visualize module¶
Copyright (C) 2025 Bell Eapen
This file is part of qrmine.
qrmine is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
qrmine is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with qrmine. If not, see <https://www.gnu.org/licenses/>.