-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
88 lines (88 loc) · 2.85 KB
/
Copy pathCITATION.cff
File metadata and controls
88 lines (88 loc) · 2.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
type: software
title: "Coptic Translation and Parsing Interface: A Neural-Symbolic Approach"
version: 1.0.1
date-released: 2025-04-09
authors:
- family-names: "Linden"
given-names: "André"
email: "linden@bluewin.ch"
repository-code: "https://github.com/Rogaton/coptic-translation-interface"
url: "https://huggingface.co/spaces/Norelad/coptic-translation-interface"
doi: "10.5281/zenodo.19487216"
abstract: >
A comprehensive research tool for Coptic language analysis combining
neural machine translation with neural-symbolic dependency parsing.
The interface provides bidirectional Coptic-English translation using
fine-tuned MarianMT models, and dependency parsing with Prolog-based
grammatical validation implementing Walter Till's Coptic Grammar and
W.E. Crum's Coptic Dictionary. The neural-symbolic architecture detects
and corrects parsing errors and hallucinations through explicit
linguistic rules.
keywords:
- Coptic language
- Neural machine translation
- Dependency parsing
- Neural-symbolic AI
- Prolog
- Digital humanities
- Computational linguistics
- Low-resource NLP
- Ancient languages
license: Apache-2.0
preferred-citation:
type: software
title: "Coptic Translation and Parsing Interface: A Neural-Symbolic Approach"
authors:
- family-names: "Linden"
given-names: "André"
version: 1.0.1
year: 2025
doi: "10.5281/zenodo.19487216"
repository-code: "https://github.com/Rogaton/coptic-translation-interface"
url: "https://huggingface.co/spaces/Norelad/coptic-translation-interface"
references:
- type: software
title: "Coptic-English Translator"
authors:
- name: "megalaa"
repository-code: "https://huggingface.co/megalaa/coptic-english-translator"
- type: software
title: "English-Coptic Translator"
authors:
- name: "megalaa"
repository-code: "https://huggingface.co/megalaa/english-coptic-translator"
- type: book
title: "Koptische Grammatik (Saïdischer Dialekt)"
authors:
- family-names: "Till"
given-names: "Walter C."
year: 1955
publisher:
name: "VEB Verlag Enzyklopädie"
city: "Leipzig"
- type: book
title: "A Coptic Dictionary"
authors:
- family-names: "Crum"
given-names: "W. E."
year: 1939
publisher:
name: "Clarendon Press"
city: "Oxford"
- type: software
title: "Stanza: A Python NLP Library for Many Human Languages"
authors:
- family-names: "Qi"
given-names: "Peng"
- family-names: "Zhang"
given-names: "Yuhao"
- family-names: "Zhang"
given-names: "Yuhui"
- family-names: "Bolton"
given-names: "Jason"
- family-names: "Manning"
given-names: "Christopher D."
year: 2020
repository-code: "https://github.com/stanfordnlp/stanza"