Tech Support > Computers & Technology > Programming > generating phrases with semantics.
generating phrases with semantics.
Posted by Lucas Zimmerman on October 6th, 2004


Hi readers,

I'm willing to implement an algorithm to automaticaly generate
phrases with semantic. I was wondering if there is a way to create a
dictionary based on existing texts so that it'd possible to re-read it
and get this info. Also, any other idea that is not straight related to
linguistic, would be very handy.
my best regards to all,
/lz

--
Lucas Zimmerman

Posted by CBFalconer on October 6th, 2004


Lucas Zimmerman wrote:
Consider a variant on a Markov generator. A Markov generator is
provided as an example in hashlib, available at:

<http://cbfalconer.home.att.net/download/>

--
Chuck F (cbfalconer@yahoo.com) (cbfalconer@worldnet.att.net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home.att.net> USE worldnet address!



Similar Posts