Locked History Actions

Diff for "TermoPL"

Differences between revisions 130 and 131
Revision 130 as of 2025-01-16 10:52:21
Size: 5363
Editor: PiotrRychlik
Comment:
Revision 131 as of 2025-01-16 11:10:01
Size: 5339
Editor: PiotrRychlik
Comment:
Deletions are marked like this. Additions are marked like this.
Line 43: Line 43:
=== Instalacja gotowych pakietów === === Requirements ===
Line 45: Line 45:
1. Wymagania podstawowe TermoPL is written in Java programming language and therefore requires Java Runtime Environment (version 8 or later) to be installed on a target machine (Windows, Linux or Mac OS X). It van be downloaded from , which can be downoaded from https://www.java.com/en/download/}. Since TermoPL uses Morfeusz 2.0 to generate base forms of terms and produce simplified forms for the list of common terms, all libraries of Morfeusz 2.0 have to be installed, too. As long as the user does not need to work on base forms, Morfeusz 2.0 libraries are not required. Installation of this software is only necessary for Unix. For other systems, the relevant libraries are supplied with TermoPL. Morpheus can be downloaded from http://sgjp.pl/morfeusz/dopobrania.html by following the instructions there. To enable the tgging/parsing of plain text files one has to install the Python interpreter. A script written in Python that creates CoNLLu files was tested using Python version 3.11.5. The Python interpreter can be downloaded from https://www.python.org/downloads/. After installing Python, install the stanza module by running the following command:
Line 47: Line 47:
Do uczestnictwa w warsztatach potrzebny jest komputer z dostępem do Internetu, systemem operacyjnym Windows, Linux (Ubuntu) lub MacOS X oraz zainstalowaną maszyną vitrualną Java (wesja 8 lub wyższa). W przypadku systemu Unix, należy zainstalować oprogramowanie Morfeusz 2. > pip install stanza
Line 49: Line 49:
2. Instalacja Javy The program is distributed as an executable jar file, so it can be started by double-clicking on its icon.
Line 51: Line 51:
Javę można pobrać ze strony https://www.java.com/pl/.
Należy zwrócić uwagę na to, czy instalowana wersja jest zgodna z posiadaną architekturą posiadanego komputera.
Obecna wersja programu zakłada posiadanie przez użytkownika 64-bitowej wersji systemu.
The program requires about 1GB of RAM to process corpora of approximate size of 500 000 tokens. For considerably bigger data, one should reserve more memory invoking the program with -Xmx and -Xms Java options, e.g.:
Line 55: Line 53:
3. Instalacja Morfeusza 2 \medskip
\noindent {\tt > java -Xmx5G -Xms4G -jar TermoPL.jar},
Line 57: Line 56:
Instalacja tego oprogramowania jest konieczna tylko w przypadku systemu Unix. Dla pozostałych systemów odpowiednie biblioteki są dostarczone wraz z programem TermoPL. Morfeusza można pobrać ze strony http://sgjp.pl/morfeusz/dopobrania.html, postępując zgodnie z zamieszczonymi tam instrukcjami. \medskip
\noindent which reserves minimum 4GB and up to 5GB of memory for the program to run.
Line 59: Line 59:
4. Pobieranie i uruchamianie oprogramowania TermoPL

TermoPL można pobrać ze strony zil.ipipan.waw.pl/TermoPL. Znajdują się na niej przygotowane pakiety dla Mac OS X, Linux (Ubuntu) oraz Windows w wersji 64-bitowej. Należy wybrać stosowny pakiet klikając w jego nazwę, a następnie kliknąć w napis "Download".
Oprogramowanie w postaci pliku zip zostanie pobrane do katalogu "Downloads" lub "Pobrane". Pobrany plik zip należy "rozpakować". W systemie Mac OS X "rozpakowywanie" uruchomi się automatycznie.

Wskazane by było również pobranie danych do ćwiczeń.

Program uruchamia się przez podwójne kliknięcie w ikonę pliku TermoPL.jar.
TermoPL można również uruchomić poleceniem zawartym w pliku termopl.bat.

W przypadku systemu Unix jest to polecenie

java -Djava.library.path=/usr/lib/jni/ -jar TermoPL.jar
The Python script that converts the files to CoNLLu format requires an additional approximately 1 GB of RAM.

TermoPL

TermoPL is a tool created to extract terminology from domain corpora. It can also be used for other languages as long as you define the appropriate tagset and grammar. The program extracts phrases, candidates for terms, using Universal Dependency (UD) structures obtained from UD parsers or through a simple grammar that can be customized. It applies the C-value method to rank term candidates {being either the longest identified acceptable phrases or their nested subphrases}. The method operates on simplified base forms in order to unify morphological variants of terms and to recognise their contexts. For the method using simple grammar templates, the program supports the recognition of nested terms by word connection strength which allows eliminating truncated phrases from the top of the term list. For Polish, the program has an option to convert simplified forms of phrases into correct phrases in the nominative case. TermoPL accepts as input morphologically annotated and disambiguated domain texts and creates a list of terms, the top part of which comprises domain terminology. It can be used to compare two candidate term lists using four different coefficients showing asymmetry of term occurrences in this data. For Polish texts, TermoPL can group semantically related terms using plWordNet.

Its description can be found in the corrected verion of the article and the poster presented at LREC 2016.

Małgorzata Marciniak, Agnieszka Mykowiecka, and Piotr Rychlik. TermoPL — a flexible tool for terminology extraction. In Nicoletta Calzolari, Khalid Choukri, Thierry Declerck, Marko Grobelnik, Bente Maegaard, Joseph Mariani, Asuncion Moreno, Jan Odijk, and Stelios Piperidis, editors, Proceedings of the Tenth International Conference on Language Resources and Evaluation, LREC 2016, pages 2278–2284, Portorož, Slovenia, 2016. European Language Resources Association (ELRA), European Language Resources Association (ELRA). bibtex

LICENSE



TermoUD (prerelease version)



Downloads (current version: 8.0.0)

Requirements

TermoPL is written in Java programming language and therefore requires Java Runtime Environment (version 8 or later) to be installed on a target machine (Windows, Linux or Mac OS X). It van be downloaded from , which can be downoaded from https://www.java.com/en/download/}. Since TermoPL uses Morfeusz 2.0 to generate base forms of terms and produce simplified forms for the list of common terms, all libraries of Morfeusz 2.0 have to be installed, too. As long as the user does not need to work on base forms, Morfeusz 2.0 libraries are not required. Installation of this software is only necessary for Unix. For other systems, the relevant libraries are supplied with TermoPL. Morpheus can be downloaded from http://sgjp.pl/morfeusz/dopobrania.html by following the instructions there. To enable the tgging/parsing of plain text files one has to install the Python interpreter. A script written in Python that creates CoNLLu files was tested using Python version 3.11.5. The Python interpreter can be downloaded from https://www.python.org/downloads/. After installing Python, install the stanza module by running the following command:

> pip install stanza

The program is distributed as an executable jar file, so it can be started by double-clicking on its icon.

The program requires about 1GB of RAM to process corpora of approximate size of 500 000 tokens. For considerably bigger data, one should reserve more memory invoking the program with -Xmx and -Xms Java options, e.g.:

\medskip \noindent {\tt > java -Xmx5G -Xms4G -jar TermoPL.jar},

\medskip \noindent which reserves minimum 4GB and up to 5GB of memory for the program to run.

The Python script that converts the files to CoNLLu format requires an additional approximately 1 GB of RAM.

Pakiety

Dane do ćwiczeń

Seminarium nt. terminologii informatycznej 5.07.2017