https://github.com/apn-pucky/metamorph

Metamorph generates new text through repeated translation

https://github.com/apn-pucky/metamorph

Science Score: 26.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
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.5%) to scientific vocabulary

Keywords

language text text-generation translation
Last synced: 5 months ago · JSON representation

Repository

Metamorph generates new text through repeated translation

Basic Info
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 0
  • Open Issues: 8
  • Releases: 0
Topics
language text text-generation translation
Created almost 4 years ago · Last pushed 7 months ago
Metadata Files
Readme Changelog License

README.md

metamorph

IMG

First line is the input followed by colorized suggestions.

Metamorph easily fixes typos and suggests alternative wordings by repeatedly translating the text into different languages and in the end to the desired language.

Doc: metamorph --help

PyPI version downloads

| Stable | Unstable | | ------------- |:-------------:| | workflow | test | | Coverage Status | Coverage Status | | Codacy Badge |Codacy Badge | | Codacy Badge |Codacy Badge | | Documentation | Documentation |

Documentation

Versions

Stable

sh pip install metamorph [--user] [--upgrade]

Dev

sh pip install --index-url https://test.pypi.org/simple/ metamorph [--user] [--upgrade]

Configuration

For a list of parameters run metamorph -h.

The root node flow can have multiple different starting languages (given start is None). ```yaml translator: "GoogleTranslator" start: "de" goal: "de"

flow: de: fr: es: fr: de: es: fr: sv: fr: en: en: fi: de: fr: es: fr: de: es: fr: sv: sv: ```

This exemplary configs/config.yaml will produce following results (note -sd for diagrams and -c for config, while most command line parameters take precedence over config (-gs here)). A list of translators can be found here https://github.com/nidhaloff/deep-translator.

sh metamorph -i -sd -gs en -c config.yaml

DIAG

(GoogleTranslate gets abbreviated to only capital letters GT)

Owner

  • Name: Alexander Puck Neuwirth
  • Login: APN-Pucky
  • Kind: user
  • Company: Uni Münster

GitHub Events

Total
  • Delete event: 32
  • Issue comment event: 1
  • Push event: 30
  • Pull request event: 57
  • Create event: 33
Last Year
  • Delete event: 32
  • Issue comment event: 1
  • Push event: 30
  • Pull request event: 57
  • Create event: 33

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 28
  • Total pull requests: 119
  • Average time to close issues: 5 months
  • Average time to close pull requests: 9 days
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 0.57
  • Average comments per pull request: 0.83
  • Merged pull requests: 85
  • Bot issues: 0
  • Bot pull requests: 81
Past Year
  • Issues: 0
  • Pull requests: 47
  • Average time to close issues: N/A
  • Average time to close pull requests: about 4 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.02
  • Merged pull requests: 45
  • Bot issues: 0
  • Bot pull requests: 47
Top Authors
Issue Authors
  • APN-Pucky (31)
Pull Request Authors
  • dependabot[bot] (147)
  • APN-Pucky (39)
Top Labels
Issue Labels
Pull Request Labels
dependencies (146) python (144) fast-forward (26) github_actions (2)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 78 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 15
  • Total maintainers: 1
pypi.org: metamorph

Metamorph text into other reworded text.

  • Versions: 15
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 78 Last month
Rankings
Dependent packages count: 10.1%
Downloads: 14.4%
Average: 20.2%
Dependent repos count: 21.6%
Stargazers count: 25.1%
Forks count: 29.8%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/devel.yml actions
  • APN-Pucky/make-python-action main composite
.github/workflows/fast-forward.yml actions
  • APN-Pucky/fast-forward-action main composite
.github/workflows/stable.yml actions
  • APN-Pucky/make-python-action main composite
.github/workflows/unstable.yml actions
  • APN-Pucky/make-python-action main composite
poetry.lock pypi
  • 173 dependencies
pyproject.toml pypi
  • colorama *
  • deep_translator *
  • python ^3.7
  • pyyaml *
  • termcolor *
.github/workflows/dependabot.yml actions