-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
101 lines (76 loc) · 4.17 KB
/
about.html
File metadata and controls
101 lines (76 loc) · 4.17 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
89
90
91
92
93
94
95
96
97
98
99
100
101
<!-- saved from url=(0039)https://camel.abudhabi.nyu.edu/palmyra/ -->
<html lang="en" class="gr__camel_abudhabi_nyu_edu">
<head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Palmyra</title>
<link href="https://camel.abudhabi.nyu.edu/palmyra/favicon.ico" rel="icon" type="image/x-icon">
<link href="https://camel.abudhabi.nyu.edu/palmyra/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="camelproj.css" rel="stylesheet" type="text/css">
</head>
<body data-gr-c-s-loaded="true" data-new-gr-c-s-check-loaded="14.980.0">
<h1>Palmyra: A Configurable Multilingual Platform Independent Tool for Morphology and Syntax Annotation</h1>
<h3> Summary </h3>
<p> Palmyra is a cloud-based configurable and user-friendly platform for morphology and syntax
annotation through dependency-tree visualization. It is designed to be highly persistent through
cloud storage, and comes shipped with an Arabic dependency parser that generates accurate trees.
Palmyra provides default configuration files so that users can annotate
using predefined formalisms, and a number of user-friendly
features to support annotators.
<br><br>
Palmyra has been designed with morphologically rich languages in mind,
and thus has a number of features to support the complexities of these languages,
especially for supporting easy change of morphological tokenization through edits,
additions, deletions and splits/merges of words.
It can also be used to annotate a multitude of linguistic features.
Palmyra uses an intuitive drag-and-drop metaphor for editing tree structures.
Palmyra can be configured to be used with any dependency representation.
</p>
<p> This resource was developed at the Computational Approaches to
Modeling Language (<a href="http://www.camel-lab.com/">CAMeL</a>) Lab
in
<a href="http://nyuad.nyu.edu/">New York University Abu Dhabi</a>.</p>
<h3> Team </h3>
<ul>
<li> Muhammed AbuOdeh </li>
<li> Long Phan </li>
<li> Ahmed ElShabrawy </li>
<li> Dima Taji </li>
<li> Talha Javed </li>
<li> <a href="http://www.nizarhabash.com/" target="_blank">Nizar
Habash</a></li>
</ul>
<h3>Publications</h3>
<ul>
<li> Muhammed AbuOdeh, Ahmed ElShabrawy, Long Phan, and Nizar Habash. 2024.
PALMYRA 3.0: A User-Friendly Cloud-Based Platform for Morphology and Dependency Syntax Annotation.
[<a href="https://aclanthology.org/2024.lrec-main.1101.pdf" target="_blank">PDF</a>]
[<a href="https://aclanthology.org/2024.lrec-main.1101.bib" target="_blank">BIB</a>]
</li>
<li> Ahmed Elshabrawy, Muhammed AbuOdeh, Go Inoue, and Nizar Habash. 2023.
CamelParser2.0: A State-of-the-Art Dependency Parser for Arabic.
[<a href="https://aclanthology.org/2023.arabicnlp-1.15.pdf" target="_blank">PDF</a>]
[<a href="https://aclanthology.org/2023.arabicnlp-1.15.bib" target="_blank">BIB</a>]
</li>
<li> Talha Javed, Nizar Habash, and Dima Taji. 2018.
Palmyra: A Platform Independent Dependency Annotation Tool for Morphologically Rich Languages.
In Proceedings of LREC 2018.
[<a href="http://www.lrec-conf.org/proceedings/lrec2018/pdf/333.pdf" target="_blank">PDF</a>]
[<a href="http://www.lrec-conf.org/proceedings/lrec2018/summaries/333.html" target="_blank">BIB</a>]
</li>
<li> Dima Taji and Nizar Habash. 2020.
Palmyra 2.0: A Configurable Multilingual Platform Independent Tool for Morphology and Syntax Annotation.
In Proceedings of Universal Dependencies Workshop (UDW) 2020.
[<a href="https://www.aclweb.org/anthology/2020.udw-1.19.pdf" target="_blank">PDF</a>]
[<a href="https://www.aclweb.org/anthology/2020.udw-1.19.bib" target="_blank">BIB</a>]
</li>
</ul>
<h3>How to cite</h3>
<p>Please cite Muhammed et al. (2024) if you use Palmyra in your research. If you use the dependency parser, please cite Elshabrawy et al. (2023) <br><br>
<h3>Demo</h3>
<p>You can try out the Palmyra demo (Version 3.0, Release Date 06-MAR-2024) from <a href="https://camel-lab.github.io/palmyra/index.html">HERE</a>.</p>
</p>
<hr>
<center>
<a href="http://resources.camel-lab.com/" class="Button">CAMeL Lab Resources</a>
<br>
<a href="http://www.camel-lab.com/" class="Button">CAMeL Lab</a></center>
</body></html>