Result: FlexiTerm: A more efficient implementation of flexible multi-word term recognition

Title:
FlexiTerm: A more efficient implementation of flexible multi-word term recognition
Authors:
Publisher Information:
2021-10-13 2021-11-05
Document Type:
Electronic Resource Electronic Resource
Availability:
Open access content. Open access content
Other Numbers:
COO oai:arXiv.org:2110.06981
1333725231
Contributing Source:
CORNELL UNIV
From OAIsterĀ®, provided by the OCLC Cooperative.
Accession Number:
edsoai.on1333725231
Database:
OAIster

Further Information

Terms are linguistic signifiers of domain-specific concepts. Automated recognition of multi-word terms (MWT) in free text is a sequence labelling problem, which is commonly addressed using supervised machine learning methods. Their need for manual annotation of training data makes it difficult to port such methods across domains. FlexiTerm, on the other hand, is a fully unsupervised method for MWT recognition from domain-specific corpora. Originally implemented in Java as a proof of concept, it did not scale well, thus offering little practical value in the context of big data. In this paper, we describe its re-implementation in Python and compare the performance of these two implementations. The results demonstrated major improvements in terms of efficiency, which allow FlexiTerm to transition from the proof of concept to the production-grade application.