Design and Development of Part-of-Speech-Tagging Resources for Wolof
|
|
|
- Sharon Blake
- 9 years ago
- Views:
Transcription
1 Design and Development of Part-of-Speech-Tagging Resources for Wolof Cheikh M. Bamba Dione Jonas Kuhn Sina Zarrieß Department of Linguistics, University of Potsdam (Germany) Institute for Natural Language Processing (IMS), University of Stuttgart (Germany)
2 1 Introduction: Wolof, a Low Resource Language 2 3 4
3 Wolof Spoken in Senegal Lingua franca for 80% of Senegals population (9 million speakers) 4 million native speakers West-Atlantic language
4 Wolof Language Complex system of inflectional markers/pronouns (almost no verbal inflection) Ex. Object vs. Subjec focus (1) Maa lekk mburu. FOC-Subj.1SG eat bread. It was me who ate bread. (2) Mburu laa lekk. Bread FOC-Obj.1SG eat. It was bread that I ate. Very productive derivation morphology Ex. Applicative (3) Togg-al naa xale bi ceeb. Cook-APPL 1SG child DET rice. I cooked rice for the child.
5 Wolof Resources No NLP tools or resources available for Wolof! Linguistically quite well documented (some descriptive grammars, recent work on specific aspects of the grammar) Some online resources Wolof Wikipedia: 1065 articles (Problem: inconsistent orthography) We used the Wolof Bible Consistent orthography Available as a parallel corpus (e.g. English,French, Arabic translations)
6 Motivation Low resource languages are... investigated in theoretical linguistics, annotated corpora are missing University of Potsdam: research programme on information structure, NLP resources support corpus-based, cross-lingual investigations of of information structure a test-bed for NLP techniques existing for well-resourced languages often simulated by using small sets from well-resourced languages (e.g. in research on bootstrapping, unsupervised learning techniques,...)
7 No established Part-of-Speech inventory for Wolof (not even on the level of coarse-grained lexical categories) Debate about adjectives in Wolof Inconsistent glosses/categorisations in the theoretical literature Inconsistencies for verb categories What is the appropriate level of tagset granularity? Should the tagset capture e.g. nominal classes?
8 Tagset Design: General Strategy General desiderata for a tagset: Capture interesting linguistic categories Be predictable/learnable for automatic taggers EAGLES guidelines, Leech and Wilson [1996] Interleaving tagset design and annotation experiments Distinguishing various granularity levels
9 Establishing Tagset Granularity Started out with fairly detailed tagset (200 tags) Experiments with tagset reductions Final standard tagset includes theoretically interesting distinctions that can be reasonably made by automatic PoS taggers Granularity levels Detailed Medium General Standard Definite Articles 200 tags 44 tags 14 tags 80 tags SG/b-class/proximal ATDs.b.P ATDs AT ARTD PL/y-class/remote ATDp.y.R ATDp AT ARTD SG/b-class/sent. focus ATDs.b.SF ATDSF AT ARTF SG/w-class/sent. focus ATDs.w.SF ATDSF AT ARTF
10 Interleaving Tagset Design and Annotation PoS categories for Wolof verbs Problem: theoretical work on Wolof establishes 3 verb finiteness categories: VVFIN, VVINF, VVNFN (Zribi-Hertz and Diagne [2002]) automatic PoS-Taggers do not learn the distinction Ten most frequent errors on tagset with 3 verb finiteness categories (incorr.) gold error ratio tokens system tag tag wrt. gold tag affected VVFIN VVNFN 5.88% 0.83% VVNFN VVINF 45.24% 0.72% NC VVNFN 4.28% 0.60% VVNFN VVFIN 30.43% 0.53% NC NP 12.22% 0.42% VVNFN VVRP 29.17% 0.26% VVNFN NC 2.23% 0.23% VVINF VVNFN 1.60% 0.23%
11 Interleaving Tagset Design and Annotation PoS categories for Wolof verbs Solution: one tag for overtly non-inflected verbs (VV) several fine-grained tags for token-internally inflected verbs (e.g. VN for negated verbs) Ten most frequent errors made on tagset with 1 verb category (incorr.) gold error ratio tokens system tag tag wrt. gold tag affected VV NC 3.94% 0.42% NC VV 1.95% 0.38% PREL PERS 3.07% 0.34% NP NC 3.23% 0.34% PREL AT 5.59% 0.30% AV NC 2.51% 0.26% NP VV 1.17% 0.23% AT AP 2.37% 0.15%
12 Capturing Linguistically Interesting Categories PoS categories for focus markers Standard tagset captures different focus types It should allow for corpus-based investigations of information structure Evaluate focus identification based on automatic tagging Quality of automatic POS-based focus identification on 100 sentences Focus Type Evaluation Abs.Freq in Abs. Freq in Precision Recall Test set Corpus Subject (ISuF) 95.65% 100% Verb (IVF) 100% 90% Object (ICF) 68.75% 90.90% Sentence (ISF) 100% 87.5% focus instances (predicted)
13 Creating Gold Standard Data Annotated data: ca. 27,000 tokens from the New Testament Annotation effort: 1 month for 1 person Automatic pre-annotation reduced the effort (by more than 50%) Implementation includes: Tokeniser and sentence splitter (based on the GATE environment) Heuristics for stemming and lemmatising
14 Automatic Pre-Annotation Suffix guessing on entire corpus generation of a full form lexicon based on... closed-class lexemes (1700 entries) suffix-guessing for open-class lexemes (25000 entries) pre-annotated each token with all options found in the full form lexicon (4)... gis-leen!... look! -leen is an imperative suffix indicates a verbal category add gis as a verb to the lexicon Pre-annotation (5) man de ab kanaara la fi gis. I can only see a turkey here. (6) man PERS DWQ de IJ ab ARTI kanaara NC la PRO ICF ARTD fi AV gis VVBP
15 Comparing State-of-the-art PoS Taggers Can our gold standard data be used for training reliable automatic taggers? 1 TnT tagger: Brants [2000] trigram Hidden Markov model 96.7% accuracy on NEGRA 2 TreeTagger: Schmid [1994] decision tree model 96.06% on NEGRA 3 SVMTool: Giménez and Màrquez [2004] support vector machine classifier (very rich, lexical feature model) 97.1% on the Wall Street Journal
16 Comparing State-of-the-art PoS Taggers Results from ten-fold cross-validation 26,846 training tokens 2650 test tokens average number of ambiguities: per word (on fine-grained tagset) Accuracy Tagset size Baseline 85.7% 88.4% 89.5% 87.6% TnT 92.7% 94.2% 94.8% 94.5% TreeTagger 90.7% 93.6% 94.5% 93.8% SVM Tool 93.1% 95.3% 96.2% 95.2%
17 Comparing State-of-the-art PoS Taggers Results are comparable to state-of-the art (given the size of the training data) Standard tagset seems to be appropriate for automatic tagging Even the fine-grained tagset allows for quite accurate automatic analysis Open question: do these results scale to other text types? Accuracy Tagset size Baseline 85.7% 88.4% 89.5% 87.6% TnT 92.7% 94.2% 94.8% 94.5% TreeTagger 90.7% 93.6% 94.5% 93.8% SVM Tool 93.1% 95.3% 96.2% 95.2%
18 Conclusion Issues: How to deal with under-studied, theoretically controversial phenomena? How to satisfy theoretical and computational requirements on tagset design? How to establish appropriate granularity of the tagset? Experience: Even simple word lists are very useful for fast pre-annotation Interleaving tagset design and annotation experiments Automatic testing on different granularity levels
19 Experiments with Crosslingual Projection References Towards Systematic Bootstrapping There is a lot of NLP research on bootstrapping resources for low resource languages (mostly simulated ) Classic: annotation projection paradigm, Yarowsky and Ngai [2001] Is it useful in a realistic scenario? English-French projection example DT JJ NN IN JJ NN a significant producer for crude oil un producteur important de petrole brut DT NN JJ IN NN JJ
20 Experiments with Crosslingual Projection References Crosslingual Projection Experiments Added information from parallel corpus? Data seems very noisy for direction PoS projection English tagset cannot be directly adopted for Wolof, some manual annotation is required anyway Light projection scenario: use parallel PoS information as additional features in the training process Wolof-English parallel example NP Yeesu he PP VVBP ne said VVD PRO leen : : $. : $( bring NP VVIMPE Indil-leen them PP PRO ma here RB PRO ko to TO AVDEM fii me PP $... SENT $(
21 Experiments with Crosslingual Projection References Comparing Taggers with and without Parallel Information Results from HMM-Tagging, ten-fold cross-validation Parallel info based on GIZA word alignments English and French PoS annotation produced with TreeTagger Training data size (tokens) no parallel information 59.7% 68.3% 82.7% information from English 62.6% 70.2% 84.0% information from English and French 63.6% 70.6% 84.1% Improvement only significant on smallest training set
22 Experiments with Crosslingual Projection References Thorsten Brants. TnT a statistical part-of-speech tagger. In Proceedings of the Sixth Applied Natural Language Processing (ANLP-2000), Seattle, WA, Jesús Giménez and Lluís Màrquez. SVMTool: A general pos tagger generator based on support vector machines. In Proceedings of the 4th LREC, Geoffrey Leech and Andrew Wilson. EAGLES. Recommendations for the Morphosyntactic Annotation of Corpora. Technical report, Expert Advisory Group on Language Engineering Standards, EAGLES Document EAG-TCWG-MAC/R. Helmut Schmid. Probabilistic part-of-speech tagging using decision trees. In Proceedings of International Conference on New Methods in Language Processing, David Yarowsky and Grace Ngai. Inducing multilingual pos taggers and np bracketers via robust projection across aligned corpora. In NAACL 01: Second meeting of the North American Chapter of the Association for Computational Linguistics on Language technologies 2001, pages 1 8, Morristown, NJ, USA, Association for Computational Linguistics. Anne Zribi-Hertz and Lamine Diagne. Clitic placement after syntax: Evidence from Wolof person and locative markers. Natural Language and Linguistic Theory, 20(4): , 2002.
Testing Data-Driven Learning Algorithms for PoS Tagging of Icelandic
Testing Data-Driven Learning Algorithms for PoS Tagging of Icelandic by Sigrún Helgadóttir Abstract This paper gives the results of an experiment concerned with training three different taggers on tagged
PoS-tagging Italian texts with CORISTagger
PoS-tagging Italian texts with CORISTagger Fabio Tamburini DSLO, University of Bologna, Italy [email protected] Abstract. This paper presents an evolution of CORISTagger [1], an high-performance
Improving Data Driven Part-of-Speech Tagging by Morphologic Knowledge Induction
Improving Data Driven Part-of-Speech Tagging by Morphologic Knowledge Induction Uwe D. Reichel Department of Phonetics and Speech Communication University of Munich [email protected] Abstract
UNKNOWN WORDS ANALYSIS IN POS TAGGING OF SINHALA LANGUAGE
UNKNOWN WORDS ANALYSIS IN POS TAGGING OF SINHALA LANGUAGE A.J.P.M.P. Jayaweera #1, N.G.J. Dias *2 # Virtusa Pvt. Ltd. No 752, Dr. Danister De Silva Mawatha, Colombo 09, Sri Lanka * Department of Statistics
Is Part-of-Speech Tagging a Solved Task? An Evaluation of POS Taggers for the German Web as Corpus
Is Part-of-Speech Tagging a Solved Task? An Evaluation of POS Taggers for the German Web as Corpus Eugenie Giesbrecht FZI Research Center for Information Technology 76131 Karlsruhe, Germany [email protected]
Training and evaluation of POS taggers on the French MULTITAG corpus
Training and evaluation of POS taggers on the French MULTITAG corpus A. Allauzen, H. Bonneau-Maynard LIMSI/CNRS; Univ Paris-Sud, Orsay, F-91405 {allauzen,maynard}@limsi.fr Abstract The explicit introduction
Customizing an English-Korean Machine Translation System for Patent Translation *
Customizing an English-Korean Machine Translation System for Patent Translation * Sung-Kwon Choi, Young-Gil Kim Natural Language Processing Team, Electronics and Telecommunications Research Institute,
POS Tagging 1. POS Tagging. Rule-based taggers Statistical taggers Hybrid approaches
POS Tagging 1 POS Tagging Rule-based taggers Statistical taggers Hybrid approaches POS Tagging 1 POS Tagging 2 Words taken isolatedly are ambiguous regarding its POS Yo bajo con el hombre bajo a PP AQ
Context Grammar and POS Tagging
Context Grammar and POS Tagging Shian-jung Dick Chen Don Loritz New Technology and Research New Technology and Research LexisNexis LexisNexis Ohio, 45342 Ohio, 45342 [email protected] [email protected]
PP-Attachment. Chunk/Shallow Parsing. Chunk Parsing. PP-Attachment. Recall the PP-Attachment Problem (demonstrated with XLE):
PP-Attachment Recall the PP-Attachment Problem (demonstrated with XLE): Chunk/Shallow Parsing The girl saw the monkey with the telescope. 2 readings The ambiguity increases exponentially with each PP.
SWIFT Aligner, A Multifunctional Tool for Parallel Corpora: Visualization, Word Alignment, and (Morpho)-Syntactic Cross-Language Transfer
SWIFT Aligner, A Multifunctional Tool for Parallel Corpora: Visualization, Word Alignment, and (Morpho)-Syntactic Cross-Language Transfer Timur Gilmanov, Olga Scrivner, Sandra Kübler Indiana University
POS Tagsets and POS Tagging. Definition. Tokenization. Tagset Design. Automatic POS Tagging Bigram tagging. Maximum Likelihood Estimation 1 / 23
POS Def. Part of Speech POS POS L645 POS = Assigning word class information to words Dept. of Linguistics, Indiana University Fall 2009 ex: the man bought a book determiner noun verb determiner noun 1
Brill s rule-based PoS tagger
Beáta Megyesi Department of Linguistics University of Stockholm Extract from D-level thesis (section 3) Brill s rule-based PoS tagger Beáta Megyesi Eric Brill introduced a PoS tagger in 1992 that was based
Why language is hard. And what Linguistics has to say about it. Natalia Silveira Participation code: eagles
Why language is hard And what Linguistics has to say about it Natalia Silveira Participation code: eagles Christopher Natalia Silveira Manning Language processing is so easy for humans that it is like
How to make Ontologies self-building from Wiki-Texts
How to make Ontologies self-building from Wiki-Texts Bastian HAARMANN, Frederike GOTTSMANN, and Ulrich SCHADE Fraunhofer Institute for Communication, Information Processing & Ergonomics Neuenahrer Str.
Search and Data Mining: Techniques. Text Mining Anya Yarygina Boris Novikov
Search and Data Mining: Techniques Text Mining Anya Yarygina Boris Novikov Introduction Generally used to denote any system that analyzes large quantities of natural language text and detects lexical or
Symbiosis of Evolutionary Techniques and Statistical Natural Language Processing
1 Symbiosis of Evolutionary Techniques and Statistical Natural Language Processing Lourdes Araujo Dpto. Sistemas Informáticos y Programación, Univ. Complutense, Madrid 28040, SPAIN (email: [email protected])
Overview of the EVALITA 2009 PoS Tagging Task
Overview of the EVALITA 2009 PoS Tagging Task G. Attardi, M. Simi Dipartimento di Informatica, Università di Pisa + team of project SemaWiki Outline Introduction to the PoS Tagging Task Task definition
ANNLOR: A Naïve Notation-system for Lexical Outputs Ranking
ANNLOR: A Naïve Notation-system for Lexical Outputs Ranking Anne-Laure Ligozat LIMSI-CNRS/ENSIIE rue John von Neumann 91400 Orsay, France [email protected] Cyril Grouin LIMSI-CNRS rue John von Neumann 91400
MORPHOLOGY BASED PROTOTYPE STATISTICAL MACHINE TRANSLATION SYSTEM FOR ENGLISH TO TAMIL LANGUAGE
MORPHOLOGY BASED PROTOTYPE STATISTICAL MACHINE TRANSLATION SYSTEM FOR ENGLISH TO TAMIL LANGUAGE A Thesis Submitted for the Degree of Doctor of Philosophy in the School of Engineering by ANAND KUMAR M CENTER
ANALYSIS OF LEXICO-SYNTACTIC PATTERNS FOR ANTONYM PAIR EXTRACTION FROM A TURKISH CORPUS
ANALYSIS OF LEXICO-SYNTACTIC PATTERNS FOR ANTONYM PAIR EXTRACTION FROM A TURKISH CORPUS Gürkan Şahin 1, Banu Diri 1 and Tuğba Yıldız 2 1 Faculty of Electrical-Electronic, Department of Computer Engineering
CINTIL-PropBank. CINTIL-PropBank Sub-corpus id Sentences Tokens Domain Sentences for regression atsts 779 5,654 Test
CINTIL-PropBank I. Basic Information 1.1. Corpus information The CINTIL-PropBank (Branco et al., 2012) is a set of sentences annotated with their constituency structure and semantic role tags, composed
Semantic annotation of requirements for automatic UML class diagram generation
www.ijcsi.org 259 Semantic annotation of requirements for automatic UML class diagram generation Soumaya Amdouni 1, Wahiba Ben Abdessalem Karaa 2 and Sondes Bouabid 3 1 University of tunis High Institute
A Method for Automatic De-identification of Medical Records
A Method for Automatic De-identification of Medical Records Arya Tafvizi MIT CSAIL Cambridge, MA 0239, USA [email protected] Maciej Pacula MIT CSAIL Cambridge, MA 0239, USA [email protected] Abstract
Collecting Polish German Parallel Corpora in the Internet
Proceedings of the International Multiconference on ISSN 1896 7094 Computer Science and Information Technology, pp. 285 292 2007 PIPS Collecting Polish German Parallel Corpora in the Internet Monika Rosińska
Building gold-standard treebanks for Norwegian
Building gold-standard treebanks for Norwegian Per Erik Solberg National Library of Norway, P.O.Box 2674 Solli, NO-0203 Oslo, Norway [email protected] ABSTRACT Språkbanken at the National Library of Norway
31 Case Studies: Java Natural Language Tools Available on the Web
31 Case Studies: Java Natural Language Tools Available on the Web Chapter Objectives Chapter Contents This chapter provides a number of sources for open source and free atural language understanding software
Terminology Extraction from Log Files
Terminology Extraction from Log Files Hassan Saneifar 1,2, Stéphane Bonniol 2, Anne Laurent 1, Pascal Poncelet 1, and Mathieu Roche 1 1 LIRMM - Université Montpellier 2 - CNRS 161 rue Ada, 34392 Montpellier
Identifying Focus, Techniques and Domain of Scientific Papers
Identifying Focus, Techniques and Domain of Scientific Papers Sonal Gupta Department of Computer Science Stanford University Stanford, CA 94305 [email protected] Christopher D. Manning Department of
Statistical Machine Translation: IBM Models 1 and 2
Statistical Machine Translation: IBM Models 1 and 2 Michael Collins 1 Introduction The next few lectures of the course will be focused on machine translation, and in particular on statistical machine translation
Improving statistical POS tagging using Linguistic feature for Hindi and Telugu
Improving statistical POS tagging using Linguistic feature for Hindi and Telugu by Phani Gadde, Meher Vijay Yeleti in ICON-2008: International Conference on Natural Language Processing (ICON-2008) Report
Example-based Translation without Parallel Corpora: First experiments on a prototype
-based Translation without Parallel Corpora: First experiments on a prototype Vincent Vandeghinste, Peter Dirix and Ineke Schuurman Centre for Computational Linguistics Katholieke Universiteit Leuven Maria
Tagging with Hidden Markov Models
Tagging with Hidden Markov Models Michael Collins 1 Tagging Problems In many NLP problems, we would like to model pairs of sequences. Part-of-speech (POS) tagging is perhaps the earliest, and most famous,
BILINGUAL TRANSLATION SYSTEM
BILINGUAL TRANSLATION SYSTEM (FOR ENGLISH AND TAMIL) Dr. S. Saraswathi Associate Professor M. Anusiya P. Kanivadhana S. Sathiya Abstract--- The project aims in developing Bilingual Translation System for
Automatic Detection and Correction of Errors in Dependency Treebanks
Automatic Detection and Correction of Errors in Dependency Treebanks Alexander Volokh DFKI Stuhlsatzenhausweg 3 66123 Saarbrücken, Germany [email protected] Günter Neumann DFKI Stuhlsatzenhausweg
Automatic Identification of Arabic Language Varieties and Dialects in Social Media
Automatic Identification of Arabic Language Varieties and Dialects in Social Media Fatiha Sadat University of Quebec in Montreal, 201 President Kennedy, Montreal, QC, Canada [email protected] Farnazeh
Chapter 8. Final Results on Dutch Senseval-2 Test Data
Chapter 8 Final Results on Dutch Senseval-2 Test Data The general idea of testing is to assess how well a given model works and that can only be done properly on data that has not been seen before. Supervised
Towards a RB-SMT Hybrid System for Translating Patent Claims Results and Perspectives
Towards a RB-SMT Hybrid System for Translating Patent Claims Results and Perspectives Ramona Enache and Adam Slaski Department of Computer Science and Engineering Chalmers University of Technology and
Part-of-Speech Tagging for Bengali
Part-of-Speech Tagging for Bengali Thesis submitted to Indian Institute of Technology, Kharagpur for the award of the degree of Master of Science by Sandipan Dandapat Under the guidance of Prof. Sudeshna
Sentiment Analysis of Twitter Data
Sentiment Analysis of Twitter Data Apoorv Agarwal Boyi Xie Ilia Vovsha Owen Rambow Rebecca Passonneau Department of Computer Science Columbia University New York, NY 10027 USA {apoorv@cs, xie@cs, iv2121@,
Sentiment Analysis: a case study. Giuseppe Castellucci [email protected]
Sentiment Analysis: a case study Giuseppe Castellucci [email protected] Web Mining & Retrieval a.a. 2013/2014 Outline Sentiment Analysis overview Brand Reputation Sentiment Analysis in Twitter
Shallow Parsing with Apache UIMA
Shallow Parsing with Apache UIMA Graham Wilcock University of Helsinki Finland [email protected] Abstract Apache UIMA (Unstructured Information Management Architecture) is a framework for linguistic
Hybrid Strategies. for better products and shorter time-to-market
Hybrid Strategies for better products and shorter time-to-market Background Manufacturer of language technology software & services Spin-off of the research center of Germany/Heidelberg Founded in 1999,
Tibetan-Chinese Bilingual Sentences Alignment Method based on Multiple Features
, pp.273-280 http://dx.doi.org/10.14257/ijdta.2015.8.4.27 Tibetan-Chinese Bilingual Sentences Alignment Method based on Multiple Features Lirong Qiu School of Information Engineering, MinzuUniversity of
Web opinion mining: How to extract opinions from blogs?
Web opinion mining: How to extract opinions from blogs? Ali Harb [email protected] Mathieu Roche LIRMM CNRS 5506 UM II, 161 Rue Ada F-34392 Montpellier, France [email protected] Gerard Dray [email protected]
A Mixed Trigrams Approach for Context Sensitive Spell Checking
A Mixed Trigrams Approach for Context Sensitive Spell Checking Davide Fossati and Barbara Di Eugenio Department of Computer Science University of Illinois at Chicago Chicago, IL, USA [email protected], [email protected]
How To Translate English To Yoruba Language To Yoranuva
International Journal of Language and Linguistics 2015; 3(3): 154-159 Published online May 11, 2015 (http://www.sciencepublishinggroup.com/j/ijll) doi: 10.11648/j.ijll.20150303.17 ISSN: 2330-0205 (Print);
Effective Self-Training for Parsing
Effective Self-Training for Parsing David McClosky [email protected] Brown Laboratory for Linguistic Information Processing (BLLIP) Joint work with Eugene Charniak and Mark Johnson David McClosky - [email protected]
Morphological Knowledge in Statistical Machine Translation. Kristina Toutanova Microsoft Research
Morphological Knowledge in Statistical Machine Translation Kristina Toutanova Microsoft Research Morphology Morpheme the smallest unit of language that carries information about meaning or function Word
An online semi automated POS tagger for. Presented By: Pallav Kumar Dutta Indian Institute of Technology Guwahati
An online semi automated POS tagger for Assamese Presented By: Pallav Kumar Dutta Indian Institute of Technology Guwahati Topics Overview, Existing Taggers & Methods Basic requirements of POS Tagger Our
Chinese Open Relation Extraction for Knowledge Acquisition
Chinese Open Relation Extraction for Knowledge Acquisition Yuen-Hsien Tseng 1, Lung-Hao Lee 1,2, Shu-Yen Lin 1, Bo-Shun Liao 1, Mei-Jun Liu 1, Hsin-Hsi Chen 2, Oren Etzioni 3, Anthony Fader 4 1 Information
Learning Translation Rules from Bilingual English Filipino Corpus
Proceedings of PACLIC 19, the 19 th Asia-Pacific Conference on Language, Information and Computation. Learning Translation s from Bilingual English Filipino Corpus Michelle Wendy Tan, Raymond Joseph Ang,
Terminology Extraction from Log Files
Terminology Extraction from Log Files Hassan Saneifar, Stéphane Bonniol, Anne Laurent, Pascal Poncelet, Mathieu Roche To cite this version: Hassan Saneifar, Stéphane Bonniol, Anne Laurent, Pascal Poncelet,
Comma checking in Danish Daniel Hardt Copenhagen Business School & Villanova University
Comma checking in Danish Daniel Hardt Copenhagen Business School & Villanova University 1. Introduction This paper describes research in using the Brill tagger (Brill 94,95) to learn to identify incorrect
Efficient Techniques for Improved Data Classification and POS Tagging by Monitoring Extraction, Pruning and Updating of Unknown Foreign Words
, pp.290-295 http://dx.doi.org/10.14257/astl.2015.111.55 Efficient Techniques for Improved Data Classification and POS Tagging by Monitoring Extraction, Pruning and Updating of Unknown Foreign Words Irfan
Processing: current projects and research at the IXA Group
Natural Language Processing: current projects and research at the IXA Group IXA Research Group on NLP University of the Basque Country Xabier Artola Zubillaga Motivation A language that seeks to survive
Machine Learning for natural language processing
Machine Learning for natural language processing Introduction Laura Kallmeyer Heinrich-Heine-Universität Düsseldorf Summer 2016 1 / 13 Introduction Goal of machine learning: Automatically learn how to
ARABIC PERSON NAMES RECOGNITION BY USING A RULE BASED APPROACH
Journal of Computer Science 9 (7): 922-927, 2013 ISSN: 1549-3636 2013 doi:10.3844/jcssp.2013.922.927 Published Online 9 (7) 2013 (http://www.thescipub.com/jcs.toc) ARABIC PERSON NAMES RECOGNITION BY USING
Ngram Search Engine with Patterns Combining Token, POS, Chunk and NE Information
Ngram Search Engine with Patterns Combining Token, POS, Chunk and NE Information Satoshi Sekine Computer Science Department New York University [email protected] Kapil Dalwani Computer Science Department
Chunk Parsing. Steven Bird Ewan Klein Edward Loper. University of Melbourne, AUSTRALIA. University of Edinburgh, UK. University of Pennsylvania, USA
Chunk Parsing Steven Bird Ewan Klein Edward Loper University of Melbourne, AUSTRALIA University of Edinburgh, UK University of Pennsylvania, USA March 1, 2012 chunk parsing: efficient and robust approach
Reliable and Cost-Effective PoS-Tagging
Reliable and Cost-Effective PoS-Tagging Yu-Fang Tsai Keh-Jiann Chen Institute of Information Science, Academia Sinica Nanang, Taipei, Taiwan 5 eddie,[email protected] Abstract In order to achieve
INTEGRATED DEVELOPMENT ENVIRONMENTS FOR NATURAL LANGUAGE PROCESSING
INTEGRATED DEVELOPMENT ENVIRONMENTS FOR NATURAL LANGUAGE PROCESSING Text Analysis International, Inc. 1669-2 Hollenbeck Ave. #501 Sunnyvale, California 94087 October 2001 INTRODUCTION From the time of
Introduction. Philipp Koehn. 28 January 2016
Introduction Philipp Koehn 28 January 2016 Administrativa 1 Class web site: http://www.mt-class.org/jhu/ Tuesdays and Thursdays, 1:30-2:45, Hodson 313 Instructor: Philipp Koehn (with help from Matt Post)
Accelerating and Evaluation of Syntactic Parsing in Natural Language Question Answering Systems
Accelerating and Evaluation of Syntactic Parsing in Natural Language Question Answering Systems cation systems. For example, NLP could be used in Question Answering (QA) systems to understand users natural
Multilingual Named Entity Recognition using Parallel Data and Metadata from Wikipedia
Multilingual Named Entity Recognition using Parallel Data and Metadata from Wikipedia Sungchul Kim POSTECH Pohang, South Korea [email protected] Abstract In this paper we propose a method to automatically
Applying Co-Training Methods to Statistical Parsing. Anoop Sarkar http://www.cis.upenn.edu/ anoop/ [email protected]
Applying Co-Training Methods to Statistical Parsing Anoop Sarkar http://www.cis.upenn.edu/ anoop/ [email protected] 1 Statistical Parsing: the company s clinical trials of both its animal and human-based
Module Catalogue for the Bachelor Program in Computational Linguistics at the University of Heidelberg
Module Catalogue for the Bachelor Program in Computational Linguistics at the University of Heidelberg March 1, 2007 The catalogue is organized into sections of (1) obligatory modules ( Basismodule ) that
Word Completion and Prediction in Hebrew
Experiments with Language Models for בס"ד Word Completion and Prediction in Hebrew 1 Yaakov HaCohen-Kerner, Asaf Applebaum, Jacob Bitterman Department of Computer Science Jerusalem College of Technology
Adding Value to CMC Corpora: CLARINification and Part-of-Speech Annotation of the Dortmund Chat Corpus
Adding Value to CMC Corpora: CLARINification and Part-of-Speech Annotation of the Dortmund Chat Corpus Michael Beißwenger, Eric Ehrhardt, Andrea Horbach, Harald Lüngen, Diana Steffen, Angelika Storrer
Statistical Machine Translation
Statistical Machine Translation Some of the content of this lecture is taken from previous lectures and presentations given by Philipp Koehn and Andy Way. Dr. Jennifer Foster National Centre for Language
Introduction. BM1 Advanced Natural Language Processing. Alexander Koller. 17 October 2014
Introduction! BM1 Advanced Natural Language Processing Alexander Koller! 17 October 2014 Outline What is computational linguistics? Topics of this course Organizational issues Siri Text prediction Facebook
Speech and Language Processing
Speech and Language Processing An Introduction to Natural Language Processing, Computational Linguistics, and Speech Recognition Second Edition Daniel Jurafsky Stanford University James H. Martin University
USABILITY OF A FILIPINO LANGUAGE TOOLS WEBSITE
USABILITY OF A FILIPINO LANGUAGE TOOLS WEBSITE Ria A. Sagum, MCS Department of Computer Science, College of Computer and Information Sciences Polytechnic University of the Philippines, Manila, Philippines
Selected Topics in Applied Machine Learning: An integrating view on data analysis and learning algorithms
Selected Topics in Applied Machine Learning: An integrating view on data analysis and learning algorithms ESSLLI 2015 Barcelona, Spain http://ufal.mff.cuni.cz/esslli2015 Barbora Hladká [email protected]
Enriching the Crosslingual Link Structure of Wikipedia - A Classification-Based Approach -
Enriching the Crosslingual Link Structure of Wikipedia - A Classification-Based Approach - Philipp Sorg and Philipp Cimiano Institute AIFB, University of Karlsruhe, D-76128 Karlsruhe, Germany {sorg,cimiano}@aifb.uni-karlsruhe.de
Ling 201 Syntax 1. Jirka Hana April 10, 2006
Overview of topics What is Syntax? Word Classes What to remember and understand: Ling 201 Syntax 1 Jirka Hana April 10, 2006 Syntax, difference between syntax and semantics, open/closed class words, all
19. Morphosyntax in L2A
Spring 2012, April 5 Missing morphology Variability in acquisition Morphology and functional structure Morphosyntax in acquisition In L1A, we observe that kids don t always provide all the morphology that
Overview of MT techniques. Malek Boualem (FT)
Overview of MT techniques Malek Boualem (FT) This section presents an standard overview of general aspects related to machine translation with a description of different techniques: bilingual, transfer,
Web-based Bengali News Corpus for Lexicon Development and POS Tagging
Web-based Bengali News Corpus for Lexicon Development and POS Tagging Asif Ekbal and Sivaji Bandyopadhyay Abstract Lexicon development and Part of Speech (POS) tagging are very important for almost all
Simple maths for keywords
Simple maths for keywords Adam Kilgarriff Lexical Computing Ltd [email protected] Abstract We present a simple method for identifying keywords of one corpus vs. another. There is no one-sizefits-all
SENTIMENT ANALYSIS: A STUDY ON PRODUCT FEATURES
University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Dissertations and Theses from the College of Business Administration Business Administration, College of 4-1-2012 SENTIMENT
Towards SoMEST Combining Social Media Monitoring with Event Extraction and Timeline Analysis
Towards SoMEST Combining Social Media Monitoring with Event Extraction and Timeline Analysis Yue Dai, Ernest Arendarenko, Tuomo Kakkonen, Ding Liao School of Computing University of Eastern Finland {yvedai,
209 THE STRUCTURE AND USE OF ENGLISH.
209 THE STRUCTURE AND USE OF ENGLISH. (3) A general survey of the history, structure, and use of the English language. Topics investigated include: the history of the English language; elements of the
