https://github.com/apertium/apertium-simpleton

https://github.com/apertium/apertium-simpleton

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
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.0%) to scientific vocabulary

Keywords

apertium apertium-tools machine-translation
Last synced: 10 months ago · JSON representation

Repository

Basic Info
Statistics
  • Stars: 10
  • Watchers: 7
  • Forks: 7
  • Open Issues: 4
  • Releases: 0
Topics
apertium apertium-tools machine-translation
Created about 10 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Authors

README.md

Apertium Simpleton

See https://wiki.apertium.org/wiki/ApertiumSimpletonUI

This tool is designed for Windows and macOS. It may work on Linux, but no real effort has been made to do it correctly.

Installation on Debian/Ubuntu and derivatives

Via nightly apt-get repo

  • wget https://apertium.projectjj.com/apt/install-nightly.sh -O - | sudo bash
  • sudo apt-get install apertium-simpleton

From source

  • sudo apt-get install --no-install-recommends build-essential qt5-default qt5-qmake qtbase5-dev git
  • git clone https://github.com/apertium/apertium-simpleton
  • cd apertium-simpleton
  • qmake
  • make -j4
  • sudo make install

If you do build from source, you will need all the Apertium core tools either also from source or from the nightly repos: - wget https://apertium.projectjj.com/apt/install-nightly.sh -O - | sudo bash - sudo apt-get install binutils apertium apertium-anaphora apertium-lex-tools apertium-recursive apertium-separable cg3 hfst lttoolbox

Owner

  • Name: Apertium
  • Login: apertium
  • Kind: organization
  • Email: apertium-contact@lists.sourceforge.net

Free/open-source platform for developing rule-based machine translation systems and language technology

GitHub Events

Total
  • Watch event: 3
  • Push event: 1
  • Fork event: 1
Last Year
  • Watch event: 3
  • Push event: 1
  • Fork event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 19
  • Total Committers: 1
  • Avg Commits per committer: 19.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Tino Didriksen m****l@t****m 19
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 7
  • Total pull requests: 0
  • Average time to close issues: about 11 hours
  • Average time to close pull requests: N/A
  • Total issue authors: 6
  • Total pull request authors: 0
  • Average comments per issue: 1.71
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • TinoDidriksen (2)
  • phsoucy (1)
  • sondresorbye (1)
  • Imadeddinn (1)
  • tooolbox (1)
  • TechnologyClassroom (1)
Pull Request Authors
Top Labels
Issue Labels
enhancement (2) good first issue (1)
Pull Request Labels

Dependencies

.github/workflows/build.yaml actions
  • actions/checkout v3 composite