https://github.com/apn-pucky/metamorph
Metamorph generates new text through repeated translation
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
Repository
Metamorph generates new text through repeated translation
Basic Info
- Host: GitHub
- Owner: APN-Pucky
- License: gpl-3.0
- Language: Python
- Default Branch: master
- Homepage: https://metamorph-apn.readthedocs.io/en/stable/
- Size: 4.93 MB
Statistics
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 8
- Releases: 0
Topics
Metadata Files
README.md
metamorph

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
| Stable | Unstable |
| ------------- |:-------------:|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
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

(GoogleTranslate gets abbreviated to only capital letters GT)
Owner
- Name: Alexander Puck Neuwirth
- Login: APN-Pucky
- Kind: user
- Company: Uni Münster
- Website: https://apn-pucky.github.io/
- Repositories: 163
- Profile: https://github.com/APN-Pucky
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
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.
- Homepage: https://github.com/APN-Pucky/metamorph
- Documentation: https://metamorph.readthedocs.io/
- License: gpl-3.0
-
Latest release: 0.0.15
published almost 2 years ago
Rankings
Maintainers (1)
Dependencies
- APN-Pucky/make-python-action main composite
- APN-Pucky/fast-forward-action main composite
- APN-Pucky/make-python-action main composite
- APN-Pucky/make-python-action main composite
- 173 dependencies
- colorama *
- deep_translator *
- python ^3.7
- pyyaml *
- termcolor *