https://github.com/centre-for-humanities-computing/conspiracies

A python package for discovering and examining conspiracies using NLP.

https://github.com/centre-for-humanities-computing/conspiracies

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.6%) to scientific vocabulary

Keywords

conspiracies conspiracy knowledge-graph nlp spacy
Last synced: 6 months ago · JSON representation

Repository

A python package for discovering and examining conspiracies using NLP.

Basic Info
Statistics
  • Stars: 9
  • Watchers: 1
  • Forks: 0
  • Open Issues: 4
  • Releases: 10
Topics
conspiracies conspiracy knowledge-graph nlp spacy
Created about 3 years ago · Last pushed 12 months ago
Metadata Files
Readme Changelog License Code of conduct

README.md

Conspiracies

python versions Code style: black github actions pytest github actions docs

Discovering and examining conspiracies using NLP.

🔧 Installation

Installation using pip: bash pip install pip --upgrade pip install conspiracies

Note that this package is dependent on AllenNLP and thus does not support Windows. For developers please check out the development installation instructions in the documentation.

📖 Documentation

| Documentation | | | --------------------- | ------------------------------------------------ | | 🔧 Installation | Installation instructions for using this package | | 🎛 Documentation | A minimal and developing documentation | | 👩‍💻 Tutorials | Tutorials for using this package | | 📚 FAQ | Frequently asked questions |

💬 Where to ask questions

| Type | | | ------------------------------ | ---------------------- | | 📚 FAQ | FAQ | | 🚨 Bug Reports | GitHub Issue Tracker | | 🎁 Feature Requests & Ideas | GitHub Issue Tracker | | 👩‍💻 Usage Questions | GitHub Discussions | | 🗯 General Discussion | GitHub Discussions |

Owner

  • Name: Center for Humanities Computing Aarhus
  • Login: centre-for-humanities-computing
  • Kind: organization
  • Email: chcaa@cas.au.dk
  • Location: Aarhus, Denmark

GitHub Events

Total
  • Issues event: 4
  • Watch event: 1
  • Delete event: 2
  • Issue comment event: 6
  • Push event: 54
  • Pull request event: 6
  • Pull request review event: 15
  • Create event: 3
Last Year
  • Issues event: 4
  • Watch event: 1
  • Delete event: 2
  • Issue comment event: 6
  • Push event: 54
  • Pull request event: 6
  • Pull request review event: 15
  • Create event: 3

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 11
  • Total pull requests: 77
  • Average time to close issues: 7 months
  • Average time to close pull requests: 12 days
  • Total issue authors: 3
  • Total pull request authors: 5
  • Average comments per issue: 0.36
  • Average comments per pull request: 0.47
  • Merged pull requests: 66
  • Bot issues: 0
  • Bot pull requests: 54
Past Year
  • Issues: 2
  • Pull requests: 4
  • Average time to close issues: about 1 hour
  • Average time to close pull requests: 8 days
  • Issue authors: 2
  • Pull request authors: 2
  • Average comments per issue: 1.0
  • Average comments per pull request: 1.25
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 2
Top Authors
Issue Authors
  • KennethEnevoldsen (8)
  • KasperFyhn (3)
  • KatHellm (1)
Pull Request Authors
  • pre-commit-ci[bot] (74)
  • KasperFyhn (14)
  • KennethEnevoldsen (8)
  • stinenyhus (3)
  • saraoe (1)
Top Labels
Issue Labels
enhancement (2) documentation (1) bug (1) good first issue (1)
Pull Request Labels
enhancement (2)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 29 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 16
  • Total maintainers: 1
pypi.org: conspiracies

Discover and examine conspiracies using natural language processing

  • Documentation: https://conspiracies.readthedocs.io/
  • License: MIT License Copyright (c) 2021 Centre for Humanities Computing, Aarhus University Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  • Latest release: 0.8.0
    published about 2 years ago
  • Versions: 16
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 29 Last month
Rankings
Dependent packages count: 10.1%
Average: 16.1%
Downloads: 16.5%
Dependent repos count: 21.6%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/dependabot_automerge.yml actions
  • hmarr/auto-approve-action v3.1.0 composite
.github/workflows/documentation.yml actions
  • actions/checkout v3 composite
  • ad-m/github-push-action v0.6.0 composite
  • sphinx-notes/pages 2.1 composite
.github/workflows/release.yml actions
  • actions/checkout v3 composite
  • relekang/python-semantic-release v7.33.1 composite
.github/workflows/tests.yml actions
  • MishaKav/pytest-coverage-comment v1.1.39 composite
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
docs/tutorials/requirements.txt pypi
  • spacy >=3.3.2
pyproject.toml pypi
  • allennlp >=2.10.0,<2.11.0
  • allennlp_models >=2.10.0,<2.11.0
  • jsonlines >=3.1.0,<3.2.0
  • numpy >=1.19.5,<1.24.0
  • pandas >=1.1.5,<1.5.0
  • spacy >=3.3.2,<3.6.0
  • spacy-transformers >=1.1.2,<1.2.0
  • torch >=1.6.0,<1.12.0
  • transformers >=4.11.3,<4.19.0
tests/requirements.txt pypi
  • spacy >=3.3.2 test