TrEd-bridge

Program to act as a bridge between TrEd treebank-editor and Alpino parser.

https://github.com/CentreForDigitalHumanities/TrEd-bridge

Science Score: 67.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
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Program to act as a bridge between TrEd treebank-editor and Alpino parser.

Basic Info
  • Host: GitHub
  • Owner: CentreForDigitalHumanities
  • License: mit
  • Language: Python
  • Default Branch: develop
  • Size: 110 MB
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • Open Issues: 5
  • Releases: 2
Created over 7 years ago · Last pushed 9 months ago
Metadata Files
Readme Changelog License Citation

README.md

TrEd-bridge

DOI

Program to act as a bridge between TrEd treebank-editor and Alpino parser.

warning!

Do not use the CHAT/Alpino editor on files already edited in TrEd. This is currently unsupported, and the editor will fail to launch. Open a file, use the CHAT/Alpino editor if necesarry and THEN continue editing in TrEd. This will be fixed soon.

Installing

  • In Tred, select Setup -> Manage Extensions...
  • In the menu, uncheck any Alpino mode for Tred extensions currently enabled
  • Select Edit Repositories
  • Select Add
  • For Repository URL, enter http://dhstatic.hum.uu.nl/tred/extensions/. Click OK. Close this menu
  • Select Get New Extensions. A few warnings errors concerning other Tred Extensions may pop up. Select the first option (skip) for each of these
  • In the window Install New Extensions, search for 'Alpino' and check the 'install' checkbox for this extension, and select Install Selected
  • In Manage Extensions menu, enable the Alpino package you just installed
  • Quit and restart Tred once to reload the extension
  • You are now ready to use the extension

Building distributable

Run the scrip build.sh to build a new distribution in ./dist.

Updating

  • In Tred, select Setup -> Manage Extensions...
  • In the menu select Check Updates
  • If no entires are displayed here, there are no updates available
  • Check the box for the Alpino Plus extensions
  • Select Install Selected
  • Close the menu and restart TrEd

Usage

This extension adds a single macro: Launch CHAT/Alpino Editor. This program takes the file currently open in TrEd as input, and allows editing of utterance, sentence, CHAT-annotations and Alpino input. After editing, click Save & Exit to automatically return to TrEd.

Owner

  • Name: Centre for Digital Humanities
  • Login: CentreForDigitalHumanities
  • Kind: organization
  • Email: cdh@uu.nl
  • Location: Netherlands

Interdisciplinary centre for research and education in computational and data-driven methods in the humanities.

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: TrEd-bridge
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Jelte
    family-names: van Boheemen
    email: j.vanboheemen@uu.nl
    affiliation: 'Centre for Digital Humanities, Utrecht University'
    orcid: 'https://orcid.org/0000-0002-2802-3242'
identifiers:
  - type: doi
    value: 10.5281/zenodo.10600256
license: MIT
version: 2.6.1
date-released: '2024-02-01'

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 1
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (1) python (1)

Dependencies

requirements.in pypi
  • beautifulsoup4 *
  • chamd *
  • lxml *
  • pytest *
  • requests *
requirements.txt pypi
  • attrs ==20.2.0
  • beautifulsoup4 ==4.9.3
  • certifi ==2020.12.5
  • chamd ==0.5.2
  • chardet ==4.0.0
  • idna ==2.10
  • iniconfig ==1.1.1
  • lxml ==4.6.3
  • packaging ==20.4
  • pluggy ==0.13.1
  • py ==1.10.0
  • pyparsing ==2.4.7
  • pytest ==6.1.1
  • requests ==2.25.1
  • six ==1.15.0
  • soupsieve ==2.0.1
  • toml ==0.10.1
  • urllib3 ==1.26.5