Coöperatieve auto's
01-02-2015 16:48 01-02-2015 16:48 Ik las in de Volkskrant over coöperatieve auto's. Dit zijn gewone auto's die uitgerust zijn met intelligente hardware en software waardoor ze een keten kunnen vormen van dicht op elkaar rijdende ... lees verder
- Labels
- idee
How IBM's Watson Answers a Question, a brief intro
27-02-2014 20:29 27-02-2014 20:29 The victory of IBM's Watson over some of the finest Jeopardy! contestants on February 14 and 15, 2011 was a major event in the history of natural language processing. Let's have a look at how Watson works! lees verder
- Labels
- nlp
In a bar, under the sea
05-12-2013 20:36 05-12-2013 20:36 Preventing infinite recursion in surface realization lees verder
- Labels
- nlp
Surface realisation: plain and simple
16-11-2013 12:38 16-11-2013 12:38 Or: a method for generating a proper sentence from a set of relations lees verder
- Labels
- nlp
Help the user enter a sentence
26-09-2013 19:47 26-09-2013 19:47 The aim of Natural Language Interaction systems is to interact with a human user in an intuitive way. A big problem is that it can handle only a subset of all sentences the user can enter. And the user does not know which types of sentences are allowed, and which are not. He or she can therefore easily get frustrated or at best underestimate the full potential of the system. I suggest therefore that the user should be guided when he enters a sentence. The system should show all available alternatives on every word the user enters. lees verder
- Labels
- nlp
How long is a chinaman
04-05-2013 16:46 04-05-2013 16:46 I wrote before about the problem with proper nouns. The problem is how to recognize the name of a person in a sentence, when this name is not part of the lexicon. At that point I thought that the ... lees verder
- Labels
- nlp
The what, why and how of wh-words
25-03-2013 20:22 25-03-2013 20:22 There is a class of words called wh-words, or interrogative words that is very important for asking questions. These are words like who, which, why, where, and how. They can be used to query all aspects of a subject under study. Let me say something about their parts-of-speech and semantics. lees verder
- Labels
- nlp
Mapping to a relational database
06-01-2013 21:17 06-01-2013 21:17 Up until now I had always looked at the mapping of a semantic sentence representation to the tables of a database as something that required some hacking. But now I found a proper way to deal with it. lees verder
- Labels
- nlp
Semantic attachment
27-12-2012 10:52 27-12-2012 10:52 Semantic attachment is the process of creating the semantics of a sentence by attaching pieces of semantics to the syntax tree. The problem lies in the composition. lees verder
- Labels
- nlp
Semantic representation
26-12-2012 11:27 26-12-2012 11:27 Attaching semantics to parsed sentence is quite a task, but the real challange is to choose the right type of semantic representation. A representation that can be used in all types of sentences. lees verder
- Labels
- nlp
"How old was Lord Byron when Lady Lovelace was born?"
22-10-2012 20:16 22-10-2012 20:16 What does it take to answer this question through computation? lees verder
Capitalization
27-08-2012 20:45 27-08-2012 20:45 A good page on the use of capitals in English: http://www.informatics.sussex.ac.uk/department/docs/punctuation/node27.html lees verder
- Labels
- nlp
OONLP
10-08-2012 10:15 10-08-2012 10:15 Historically, natural language processing programs are written in LISP and Prolog. LISP, because it is the AI language of a whole generation of AI students. Prolog, because it contains some ... lees verder
- Labels
- nlp
Yes
02-06-2012 09:21 02-06-2012 09:21 What's the part-of-speech of words like "yes" and "no"? lees verder
- Labels
- nlp
The problem with proper nouns
19-05-2012 09:32 19-05-2012 09:32 Before a sentence is passed to the parser, it is first run through the lexer. The lexer divides the sentence into words or word groups. These are called lexical items and they are the smallest parts of the sentence that have a single part-of-speech. Most lexical items can be looked up in the lexicon. But what about proper nouns? lees verder
- Labels
- nlp
Answering questions by means of Natural Language Processing
28-04-2012 13:42 28-04-2012 13:42 In the past year I have been working on a framework to allow users to interact with a knowledge base through written natural language. The goal is to provide a simple library that allows you to ask a question in plain english (or some other language) and receive a complete sentence for an answer. I do this in the sparse hours of free time that I have, so the project is a long way from being finished. However, I have now reached the point where the program can make a full round-trip from question to answer for a single question. This is a good moment to write about the choices I made and to explain the process. lees verder
- Labels
- nlp
Change syntax rules to facilitate semantics?
31-03-2012 22:38 31-03-2012 22:38 It may be useful to change the way phrase structure rules are built when dealing with semantics analysis and production. lees verder
- Labels
- nlp
Auxiliaries
18-03-2012 10:48 18-03-2012 10:48 When I add production rules I only create the ones I really need for the moment. However, I want to create them in such a way that future extensions will be easy to make. So I decided to make a little study of the structure of auxiliaries. The table below is the result of that. lees verder
- Labels
- nlp
Implementation of an Earley parser with unification
05-12-2011 20:50 05-12-2011 20:50 I just completed a PHP implementation of the Earley parser, extended with unification, that is described in the book "Speech and Language Processing" by Jurafsky and Martin. I thought it might be a good idea to share my code since it took me quite some time and effort to create it and, what's more important, I could not find any other implementation of it on the internet. lees verder
- Labels
- nlp
Geld naar Wikipedia
23-11-2011 20:47 23-11-2011 20:47 Ik heb maar eens wat geld overgemaakt naar Wikipedia. Waarom niet? Het is een briljant concept met een geweldige uitwerking en ik hoop dat het nog lang mag bestaan. lees verder
- Labels
- Nieuws