|
View:
New views
12 Messages
—
Rating Filter:
Alert me
|
| < Prev | 1 - 2 | Next > |
|
|
Re: Help, Need A.L.I.C.E Web page Spider> For my next project I'm trying to port my current vb6 version to php and > add > several mods. I have 1 php guy but would like others to join me - contact > me for details. Just in case that you were unaware of its existence; Program E is a PHP AIML parsing engine. It utilises MySQL as it's main knowledge repository and in the true spirit of Open Source it's available at http://sourceforge.net/projects/programe/ Regards, Anne. _______________________________________________ alicebot-developer mailing list alicebot-developer@... http://list.alicebot.org/mailman/listinfo/alicebot-developer |
|
|
Re: Help, Need A.L.I.C.E Web page SpiderI now have a php spider created that will crawl a webpage and grammatically parse the page and create simple AIML (Artificial Inelligence Markup Language) data. This data is saved into an AIML file.
It focuses on creating AIML files and dynamically searches dictionary.com, RSS and blogs, I guess the RSS part makes it easier as AIML is really XML I will post a demo of it very shortly. I would be interested in selling copies of it to raise money for about $40 or something if anyone wants one. Description
|
|
|
Re: Help, Need A.L.I.C.E Web page SpiderHere's the demo. Trying to raise some funds so contact me if you want a cheap copy. Thanks.
http://tyademosu.awardspace.com/Parser4.php |
|
|
Re: Help, Need A.L.I.C.E Web page SpiderSorry that server is messed up try the AIML spider here
http://demossoft.100webspace.net/Parser4.php
|
|
|
Re: Help, Need A.L.I.C.E Web page SpiderHi,
I'm making the rss to AIML parser freeware. But donations appreciated. http://demossoft.100webspace.net/Parser3.php To download, cut and paste this link below in yor browser. http://demossoft.100webspace.net/Parser3.zip Thanks. My Site http://www.demossoft.netfirms.com
|
|
|
Re: Help, Need A.L.I.C.E Web page SpiderI wasn't able to follow that link and download it :-(
How about putting it on sourceforge with an open source license and release the source? You'll find a lot of contributors once if make your project open source. Sourceforge has a nice donations button you can add through pay pal and the best part of sourceforge is that it is free to put open source projects on. :-) --- Ty Ademosu <tyademosu@...> wrote: > > Hi, > > I'm making the rss to AIML parser freeware. But > donations appreciated. > > http://demossoft.100webspace.net/Parser3.php > > > To download > > http://demossoft.100webspace.net/Parser3.zip > > > Thanks. > > > > > Ty Ademosu wrote: > > > > Please Please help with this. > > > > I need a spider created that will crawl a webpage > and grammatically parse > > the page and create AIML (Artificial Inelligence > Markup Language) data. > > This data will be saved into an AIML file and used > to teach a chatterbot > > the contents of the web page. > > > > The way we see it working is: > > > > 1. The spider crawls a page examining the text of > each sentence. > > > > 2. Then using a grammatic parser it will > reformulate that sentence data > > into possible patterns and responses to be entered > as data in the AIML > > file. > > > > 3. Then it will format this into a standard AIML > file and allow you to > > save this code or copy and paste it to another > source > > > > This will require someone experience in AIML as > well as grammatic sentence > > parsing. > > > > The idea for this project is to get the > stand-alone script, possibilities > > of this being a desktop VB script. But I hear that > existing perl and php > > extensions may make this easier. Open to other > suggestions. Preferably a > > desktop application to start. > > > > > > > > > > > > -- > View this message in context: > > Sent from the Alicebot Developer mailing list > archive at Nabble.com. > > _______________________________________________ > alicebot-developer mailing list > alicebot-developer@... > http://list.alicebot.org/mailman/listinfo/alicebot-developer > ____________________________________________________________________________________ Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out. http://answers.yahoo.com/dir/?link=list&sid=396545469 _______________________________________________ alicebot-developer mailing list alicebot-developer@... http://list.alicebot.org/mailman/listinfo/alicebot-developer |
|
|
Re: Help, Need A.L.I.C.E Web page SpiderThanks, I'll consider sourceforge since I have some other scripts too.
In the mean time try to cut and paste the link in your browser, it worked when I tried that.
|
|
|
Re: Help, Need A.L.I.C.E Web page SpiderSince its php, I get the source by default, eh? Nice.
I would recommend you put your name, contact info, and some form of a license at the top along with copyright to start with _immediately_. At the _very_ least add the disclaimer at the top the code does not come with any warranty whats-so-ever since its open source. Otherwise, no one knows who it belongs to and someone else can claim it as their own. You'll also get people flat out making changes to it and storing it on their servers as their own with no recognition. They could fix bugs in it and not notify you of the fixes they put in. That's the purpose of most open source licenses (LGPL, GPL in particular in my humble opinion). Those licenses are to protect you in a lot of ways. Since you're already giving out the source I would recommend finding an open source license that fits you the best and put it in the zip along with your copyright at the top and re-release this. Even if its a commercial license that allows re-release of the source code or a dual license model (commerical or open source) Right now you're vulnerable with no license and no copyright, and no warranty at the top of your file. http://www.opensource.org/licenses --- Ty Ademosu <tyademosu@...> wrote: > > Thanks, I'll consider sourceforge since I have some > other scripts too. > > In the mean time try to cut and paste the link in > your browser, it worked > when I tried that. > > > > > mehri wrote: > > > > I wasn't able to follow that link and download it > :-( > > > > How about putting it on sourceforge with an open > > source license and release the source? You'll > find a > > lot of contributors once if make your project open > > source. > > > > Sourceforge has a nice donations button you can > add > > through pay pal and the best part of sourceforge > is > > that it is free to put open source projects on. > > > > :-) > > > > > > > > --- Ty Ademosu <tyademosu@...> wrote: > > > >> > >> Hi, > >> > >> I'm making the rss to AIML parser freeware. > But > >> donations appreciated. > >> > >> http://demossoft.100webspace.net/Parser3.php > >> > >> > >> To download > >> > >> http://demossoft.100webspace.net/Parser3.zip > >> > >> > >> Thanks. > >> > >> > >> > >> > >> Ty Ademosu wrote: > >> > > >> > Please Please help with this. > >> > > >> > I need a spider created that will crawl a > webpage > >> and grammatically parse > >> > the page and create AIML (Artificial > Inelligence > >> Markup Language) data. > >> > This data will be saved into an AIML file and > used > >> to teach a chatterbot > >> > the contents of the web page. > >> > > >> > The way we see it working is: > >> > > >> > 1. The spider crawls a page examining the text > of > >> each sentence. > >> > > >> > 2. Then using a grammatic parser it will > >> reformulate that sentence data > >> > into possible patterns and responses to be > entered > >> as data in the AIML > >> > file. > >> > > >> > 3. Then it will format this into a standard > AIML > >> file and allow you to > >> > save this code or copy and paste it to another > >> source > >> > > >> > This will require someone experience in AIML as > >> well as grammatic sentence > >> > parsing. > >> > > >> > The idea for this project is to get the > >> stand-alone script, possibilities > >> > of this being a desktop VB script. But I hear > that > >> existing perl and php > >> > extensions may make this easier. Open to other > >> suggestions. Preferably a > >> > desktop application to start. > >> > > >> > > >> > > >> > > >> > > >> > >> -- > >> View this message in context: > >> > > > > >> Sent from the Alicebot Developer mailing list > >> archive at Nabble.com. > >> > >> _______________________________________________ > >> alicebot-developer mailing list > >> alicebot-developer@... > >> > > > http://list.alicebot.org/mailman/listinfo/alicebot-developer > >> > > > > > > > > > > > ____________________________________________________________________________________ > > Be a better Globetrotter. Get better travel > answers from someone who > > knows. Yahoo! Answers - Check it out. > > > http://answers.yahoo.com/dir/?link=list&sid=396545469 > > _______________________________________________ > > alicebot-developer mailing list > > alicebot-developer@... > > > http://list.alicebot.org/mailman/listinfo/alicebot-developer > > > > > > -- > View this message in context: > http://www.nabble.com/Help%2C-Need-A.L.I.C.E-Web-page-Spider-tf1720827.html#a13085956 > Sent from the Alicebot Developer mailing list > archive at Nabble.com. > > _______________________________________________ > alicebot-developer mailing list > alicebot-developer@... > http://list.alicebot.org/mailman/listinfo/alicebot-developer > ____________________________________________________________________________________ Don't let your dream ride pass you by. Make it a reality with Yahoo! Autos. http://autos.yahoo.com/index.html _______________________________________________ alicebot-developer mailing list alicebot-developer@... http://list.alicebot.org/mailman/listinfo/alicebot-developer |
|
|
Re: Help, Need A.L.I.C.E Web page SpiderHi Mehri,
This is the version that also checks dictionary.com. I'm making the rss to AIML parser freeware. But donations or paypal appreciated. http://demossoft.100webspace.net/restrictedParser5.php To download, cut and paste this link below in yor browser. http://demossoft.100webspace.net/Parser4.zip Thanks. http://www.demossoft.netfirms.com |
|
|
Re: Help, Need A.L.I.C.E Web page SpiderNice application! Can you make it work with ATOM?
> > Hi Mehri, > > > This is the version that also checks dictionary.com. > > I'm making the rss to AIML parser freeware. But donations or paypal > appreciated. > > > http://demossoft.100webspace.net/restrictedParser5.php > > > To download, cut and paste this link below in yor browser. > > http://demossoft.100webspace.net/Parser4.zip > > > Thanks. > > -- > View this message in context: > http://www.nabble.com/Help%2C-Need-A.L.I.C.E-Web-page-Spider-tf1720827.html#a13086286 > Sent from the Alicebot Developer mailing list archive at Nabble.com. > > _______________________________________________ > alicebot-developer mailing list > alicebot-developer@... > http://list.alicebot.org/mailman/listinfo/alicebot-developer > _______________________________________________ alicebot-developer mailing list alicebot-developer@... http://list.alicebot.org/mailman/listinfo/alicebot-developer |
|
|
Re: Help, Need A.L.I.C.E Web page SpiderI'm having trouble getting the RSS feature to work. Can you give some
example RSS feeds that it works well on? > Nice application! Can you make it work with ATOM? > >> >> Hi Mehri, >> >> >> This is the version that also checks dictionary.com. >> >> I'm making the rss to AIML parser freeware. But donations or paypal >> appreciated. >> >> >> http://demossoft.100webspace.net/restrictedParser5.php >> >> >> To download, cut and paste this link below in yor browser. >> >> http://demossoft.100webspace.net/Parser4.zip >> >> >> Thanks. >> >> -- >> View this message in context: >> http://www.nabble.com/Help%2C-Need-A.L.I.C.E-Web-page-Spider-tf1720827.html#a13086286 >> Sent from the Alicebot Developer mailing list archive at Nabble.com. >> >> _______________________________________________ >> alicebot-developer mailing list >> alicebot-developer@... >> http://list.alicebot.org/mailman/listinfo/alicebot-developer >> > > _______________________________________________ > alicebot-developer mailing list > alicebot-developer@... > http://list.alicebot.org/mailman/listinfo/alicebot-developer > _______________________________________________ alicebot-developer mailing list alicebot-developer@... http://list.alicebot.org/mailman/listinfo/alicebot-developer |
|
|
Re: Help, Need A.L.I.C.E Web page SpiderHi Ty,
> This is the version that also checks dictionary.com. > I'm making the rss to AIML parser freeware. But donations or paypal > appreciated. > > http://demossoft.100webspace.net/restrictedParser5.php > To download, cut and paste this link below in yor browser. > http://demossoft.100webspace.net/Parser4.zip since the links are gone, what about to add them on sourceforge.net, at the place of the PHP Version program e? http://sourceforge.net/projects/programe/ Just ask them: http://sourceforge.net/project/memberlist.php?group_id=43190 About open source: For open source projects the "payment" is: Money (donation) Money (for customizing) Money (for special projects) Branding (for your name) Acceptance (for our work) Experience (work in multinational teams) Fulfilment (somebody will find your things useful) Love (by the community) and a lot more ... Thanks and greetings, ekke -- Ekkehard Dörre http://www.coolscreen.de GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS. Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail _______________________________________________ alicebot-developer mailing list alicebot-developer@... http://list.alicebot.org/mailman/listinfo/alicebot-developer |
| < Prev | 1 - 2 | Next > |
| Free Forum Powered by Nabble | Forum Help |