paper-with-me

Papers

Parallel Hardware for Faster Morphological Analysis

2019-04-09 · Issam Damaj, Mahmoud Imdoukh, Rached Zantout

Morphological analysis in the Arabic language is computationally intensive, has numerous forms and rules, and is intrinsically parallel. The investigation presented in this paper confirms that the effective development of parallel algorithms and the derivation of corresponding processors in hardware enable implementations with appealing performance characteristics. The presented developments of parallel hardware comprise the application of a variety of algorithm modelling techniques, strategies for concurrent processing, and the creation of pioneering hardware implementations that target modern programmable devices. The investigation includes the creation of a linguistic-based stemmer for Arabic verb root extraction with extended infix processing to attain high-levels of accuracy. The implementations comprise three versions, namely, software, non-pipelined processor, and pipelined processor with high throughput. The targeted systems are high-performance multi-core processors for software implementations and high-end Field Programmable Gate Array systems for hardware implementations. The investigation includes a thorough evaluation of the methodology, and performance and accuracy analyses of the developed software and hardware implementations. The pipelined processor achieved a significant speedup of 5571.4 over the software implementation. The developed stemmer for verb root extraction with infix processing attained accuracies of 87% and 90.7% for analyzing the texts of the Holy Quran and its Chapter 29 - Surat Al-Ankabut.

📄 PDF Abstract BibTeX arXiv:1904.07148

Code (0)

등록된 구현이 없습니다.

Tasks

Morphological Analysis

Similar Papers 제목 키워드 기반

k-MS: A novel clustering algorithm based on morphological reconstruction

2022-08-30 · É. O. Rodrigues, L. Torok, P. Liatsis, J. Viterbo 외

This work proposes a clusterization algorithm called k-Morphological Sets (k-MS), based on morphological reconstruction and heuristics. k-MS is faster than the CPU-parallel k-Means in worst case scenarios and produces en…

ClusteringCPU

Faster Multi-Object Segmentation Using Parallel Quadratic Pseudo-Boolean Optimization

2021-01-01 · ICCV 2021 10 · Niels Jeppesen, Patrick M. Jensen, Anders N. Christensen, Anders B. Dahl 외

We introduce a parallel version of the Quadratic Pseudo-Boolean Optimization (QPBO) algorithm for solving binary optimization tasks, such as image segmentation. The original QPBO implementation by Kolmogorov and Roth…

Image SegmentationSegmentationSemantic Segmentation

Using the Nunavut Hansard Data for Experiments in Morphological Analysis and Machine Translation

2018-08-01 · COLING 2018 8 · Jeffrey Micher

Inuktitut is a polysynthetic language spoken in Northern Canada and is one of the official languages of the Canadian territory of Nunavut. As such, the Nunavut Legislature publishes all of its proceedings in parallel Eng…

Machine TranslationMorphological AnalysisTranslation

Recurrent Neural Networks Hardware Implementation on FPGA

2015-11-17 · Andre Xian Ming Chang, Berin Martini, Eugenio Culurciello

Recurrent Neural Networks (RNNs) have the ability to retain memory and learn data sequences. Due to the recurrent nature of RNNs, it is sometimes hard to parallelize all its computations on conventional hardware. CPUs do…

CPULanguage ModelingLanguage Modelling

Juman++: A Morphological Analysis Toolkit for Scriptio Continua

2018-11-01 · EMNLP 2018 11 · Arseny Tolmachev, Daisuke Kawahara, Sadao Kurohashi

We present a three-part toolkit for developing morphological analyzers for languages without natural word boundaries. The first part is a C++11/14 lattice-based morphological analysis library that uses a combination of l…

Art AnalysisLanguage ModelingLanguage ModellingMorphological Analysis+1