Science Score: 44.0%

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

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: juliandehne
  • License: apache-2.0
  • Language: Python
  • Default Branch: main
  • Size: 26.4 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

socialgroupdetection

Example usage

```python from socialgroupdetection import SGA

make sure you have BEARERKEY set as an environment variable or you use bearerkey in constructor

sga = SGA(gwdgserver=True, bearerkey=None) # set bearer key to your gwdg/chatgpt key response = sga.get_completion(prompt="The teleworker brings only his or her work tools offices are generally equipped and pays for access to the office?") ```

Returns:

json { "explizit": [ "teleworker" ], "implizit": [], "sonstige": [ "work tools", "offices" ] }

Owner

  • Login: juliandehne
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software in your research, please cite it using the following metadata."
title: "socialgroupdetection, a python library to detect social groups mentioned in political texts"
version: 0.0.1
date-released: 2024-12-12

authors:
  - given-names: Julian
    family-names: Dehne
    affiliation: "GESIS, Leibnitz institute for social sciences"
    orcid: "https://orcid.org/0000-0001-9265-9619"

repository-code: "https://github.com/juliandehne/socialgroupdetection"
license:  Apache License 2.0

GitHub Events

Total
  • Push event: 7
  • Create event: 2
Last Year
  • Push event: 7
  • Create event: 2

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 8 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
pypi.org: socialgroupdetection

a python library to detect social groups mentioned in political texts

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 8 Last month
Rankings
Dependent packages count: 10.0%
Average: 33.1%
Dependent repos count: 56.2%
Maintainers (1)
Last synced: 10 months ago

Dependencies

setup.py pypi
  • jupyter *
  • numpy ==1.22.3
  • pandas *
  • tqdm *