- From: Christian Chiarcos <chiarcos@informatik.uni-frankfurt.de>
- Date: Fri, 21 Dec 2018 19:03:00 +0100
- To: public-ontolex@w3.org, "Jayr Alencar Pereira" <jap2@cin.ufpe.br>
- Cc: "christian.chiarcos@web.de" <christian.chiarcos@web.de>
- Message-ID: <op.zudwfaw689jat0@kitaba.home>
Hi, you might want to look for either a part-of-speech tagger (assigning every word a class, which represents a mixture of morphological and syntactic criteria) or a dependency parser (which assigns every word its syntactic head, plus the relation that holds between the word and its head). A popular format for both for many languages are the universal dependencies (http://universaldependencies.org/), and there are plenty of tools trained on (or trainable for) these, e.g., http://spacy.io/. BTW: A good place to ask such questions (always with a particular language in mind!) is corpora@uib.no (https://mailman.uib.no/listinfo/corpora). Best, Christian Am .12.2018, 18:53 Uhr, schrieb Jayr Alencar Pereira <jap2@cin.ufpe.br>: > Hi everybody, > > I am looking for a classifier (or something like) that identify the > syntactic behavior of a word in a sentence. Does anybody know something > like it? > > -- >> ** Pax e bonum > > Jayr Alencar Pereira. > Membro do Corpo de Cristo, Igreja Católica Apostólica Romana; > Mestrando no Centro de Informática da Universidade Federal do Pernambuco; > Formado em Análise e Desenvolvimento de Sistemas - UniLeão, Centro > Universitário; > Especialista MBA em Docência no Ensino Superior - Instituto Dom José; > Co-fundador, desenvolvedor, escritor e revisor de conteúdo do site Clube > dos Geeks; > Site: www.jayralencar.com.br > GitHub: @jayralencar > Currículo Lattes > -- Prof. Dr. Christian Chiarcos Applied Computational Linguistics Johann Wolfgang Goethe Universität Frankfurt a. M. 60054 Frankfurt am Main, Germany office: Robert-Mayer-Str. 10, #401b mail: chiarcos@informatik.uni-frankfurt.de web: http://acoli.cs.uni-frankfurt.de tel: +49-(0)69-798-22463 fax: +49-(0)69-798-28931
Received on Friday, 21 December 2018 18:03:37 UTC