demo: vCard natural language engine

"Simson L. Garfinkel" <[email protected]> Thu, 10 Apr 2003 14:20:47 -0400
Newsgroups gmane.ietf.vcard
Message-ID <[email protected]>
Greetings. I've put together a web page for my natural language vCard 
parser.
Please take a look at it:

http://www.sbook5.com/vcard.php

Example:


Massachusetts Institute of Technology
77 Massachusetts Ave
Cambridge, MA 02139
617-253-1000
[email protected]
http://web.mit.edu/

parses to:

BEGIN: vCard
VERSION: 3.0
FN:Massachusetts Institute of Technology
ORG:Massachusetts Institute of Technology
ADR;77 Massachusetts Ave;;;Cambridge;MA;02139
TEL;TYPE=VOICE:617-253-1000
EMAIL;TYPE=INTERNET:[email protected]
URL:http://web.mit.edu/
END: vCard


Comments are welcome!