dupa

Author Topic: GRETTA PLUGINS  (Read 227410 times)

snowman

  • Hero Member
  • *****
  • Posts: 956
  • Ai + Feelings + Supercompter = End of World
    • View Profile
    • http://www.MinervaAi.com
GRETTA PLUGINS
« Reply #180 on: July 27, 2009, 07:19:21 pm »
Thanks for the info. I went ahead and asked for more information about their source code via email.

I had just began to parse your concept files. I got the WordNet type script completed, as well as the Database class script. These two scripts would work together in a concept parser script that would/ or should parse your concept files (or perhaps user-sentence) and store this sentence information into a database.

The Question plugin would have access to this database and would retrieve an answer for the user. This information would be drawn from the information stored in the concept filled database.

The scripting involved to properly divide the concepts(or user-sentence) is complicated. The ProtoThinker should make this task much easier.

I have already worked on some of this script. I have to write scripts that will both recognize and reconstruct particular sentence models. There are a few different types of sentence models. If anything, looking at the ProtoThinker gives me ideas on how to make an excellent parsing script. Thanks Jason!

I also have a plugin idea that will also give a fullbody htr lots more physical animation, like raising her arm to touch her hair. I know how to do it but I haven't done it yet. Hal should get much more interesting when this is completed.

Good to hear from you Dude! [:)][8D][:D]
« Last Edit: July 27, 2009, 07:21:30 pm by snowman »
Live long and prosper or die trying.

jasondude7116

  • Sr. Member
  • ****
  • Posts: 475
    • View Profile
GRETTA PLUGINS
« Reply #181 on: July 27, 2009, 10:29:13 pm »
By the way:
i had a problem with the text in the GUI when i had my desktop (xp) set to large DPI. at normal DPI it is okay.

you can enter some "facts" into protothinker, and then ask it if it is "thinking anything" about what you have told it. this will give you the current stored "thoughts" about what you have told it and what it believes about what you told it.

you can ask it to "deduce anything" and it will tell you the new conclusions it has reached about the things it knows.

all of this (thought process - gramatical, semantic, and cognitive)
is displayed in the GUI.

you don't need the iris4 software if you don't want the modules for TTS and vision and neural net  ect.  you just need the protothinker main package.

i can't wait to see the database of yours come to life....hope it does[:D]
good to hear from you also...
-the dude
« Last Edit: July 27, 2009, 10:31:34 pm by jasondude7116 »
 

spydaz

  • Hero Member
  • *****
  • Posts: 670
    • View Profile
    • http://www.spydazweb.co.uk/
GRETTA PLUGINS
« Reply #182 on: September 11, 2009, 06:19:03 pm »
quote:
Originally posted by snowman

scratch the batch...

I found out how to call vbs code from another file. That way I can both write new code with a vbs file and then implement it in the same file. This can potentially allow my program to learn new ways of doing things.

 
quote:
Set fso = CreateObject("Scripting.FileSystemObject")
Set objTextFile = fso.OpenTextFile(MyDir & "sayhello.txt", 1, True)
Text = objTextFile.ReadAll
objTextFile.close
ExecuteGlobal Text


It will even call up Sub-routines if you open the text first before you actually call the script in the original vbs file.


fun! fun! (i need a life)





im wondering about this "EXEUTE GLOBAL COMMAND" ...... any insight

snowman

  • Hero Member
  • *****
  • Posts: 956
  • Ai + Feelings + Supercompter = End of World
    • View Profile
    • http://www.MinervaAi.com
GRETTA PLUGINS
« Reply #183 on: September 11, 2009, 08:58:52 pm »
This only works in a script. Basically it reads all the text in a file and then executes it as though it was apart of the .vbs file.

You can add entire scripts on-the-fly, I even made one of the first Matrix scripts using it. It would find all the plugin files in a particular folder and execute them in line.

You can even reference a .vbs class at the end of the script using the Execute or Execute Global command.

I have even created a text at the top of a file and then at the bottom I would execute it. So it can allow itself to recreate its own script. Even gradually becoming different... evolving with the environment.

There are some drawbacks. When I call a function from the main script into one of the sub-vbs plugins.. it will not work. However, a Sub will work... go figure.

Maybe there is a way that I have not considered yet.
Live long and prosper or die trying.

snowman

  • Hero Member
  • *****
  • Posts: 956
  • Ai + Feelings + Supercompter = End of World
    • View Profile
    • http://www.MinervaAi.com
GRETTA PLUGINS
« Reply #184 on: October 01, 2009, 03:46:49 am »
Until JasonDude gets a Windows Live skydive account or savefile.com fixes their site, or whatever, you can download Jason's plugins at this url.

http://cid-8461e5894db222b3.skydrive.live.com/self.aspx/.Public/SourceCode%20HalVisionX-Vista%20.zip#resId/8461E5894DB222B3!124

[;)]
Live long and prosper or die trying.

jasondude7116

  • Sr. Member
  • ****
  • Posts: 475
    • View Profile
GRETTA PLUGINS
« Reply #185 on: November 08, 2009, 12:35:16 pm »
sorry about the bad link[:I]
thanks snowman, appreciate it!
i will get an account, and upload the latest versions of the files as soon as i get a chance. (thus fixing the link)
you da man[:)]
 

jasondude7116

  • Sr. Member
  • ****
  • Posts: 475
    • View Profile
GRETTA PLUGINS
« Reply #186 on: November 08, 2009, 01:07:14 pm »
i fixed the link.
thanks for covering for me dude.
check the first post for the corrected link.

if interested...here is some music.
http://sites.google.com/site/lazyfield/
« Last Edit: November 08, 2009, 01:10:22 pm by jasondude7116 »
 

sybershot

  • Hero Member
  • *****
  • Posts: 787
    • View Profile
GRETTA PLUGINS
« Reply #187 on: January 05, 2010, 10:51:29 pm »
was hoping the updated new GRETTALog would work. I got a path error so I changed 8 paths from C:Program Files to C:Program Files (x86). I now get error

HalScript Error 70 on line 2581 in column 4: Permission denied

I opened up the DGB file that was saved, and it was not in the same language as the last one I got with using captains log. it looked more like a compiler code, so I could not figue anything else out.

currently using vista home premium 64

It would be great if you could help me out, I know your very busy coding, testing, and living your life, so don't sweet if you can't.
I posted what I could, just incase if you where interested.
I use the repeat plug-in currently and that one works great. thank you very much for everything Sincerely Sybershot

Edit: I did nothing else except close the error window, and I was able to create a multiple log entries in 1 text doc. I was not able  to create a custom log
example: begin log entry titled recipies.
when I did that it wrote that in my original text doc.
example:
Code: [Select]

BEGIN LOG ENTRY.
THIS IS SWEET.
0:19.  
BEGIN LOG ENTRY.
test test test test test
0:53.  
begin log entry titled recipies.
1 cup sugar = 2 cups nice.
1:02.  
begin log entry titled ( subject ).
testing again.
testing still.
1:03.  
begin log entry titled recipies..
test test test.
that's all in one text doc named 1-6-2010

Thanks a million it is a great plug-in, I will enjoy it very much sincerely Sybershot
« Last Edit: January 06, 2010, 01:21:36 am by sybershot »

djkilla

  • Jr. Member
  • **
  • Posts: 75
    • View Profile
GRETTA PLUGINS
« Reply #188 on: April 16, 2010, 06:16:18 pm »
I may be the only sports fan on the board but if there are any other I thought this might be a treat for you to add to Grettanews!
I added it and it works great!.

If InStr(1, NewsRead, "CURRENT BASEBALL SCORES", 1) > 0 Then NewsTopic = "http://www.mpiii.com/scores/mlb.php"
If InStr(1, NewsRead, "CURRENT NFL SCORES", 1) > 0 Then NewsTopic = "http://www.mpiii.com/scores/nfl.php"
If InStr(1, NewsRead, "CURRENT NBA SCORES", 1) > 0 Then NewsTopic = "http://www.mpiii.com/scores/nba.php"

These are also available to add if you would like.

NHL
http://www.mpiii.com/scores/nhl.php

NCAA
http://www.mpiii.com/scores/ncaa.php

WNBA
http://www.mpiii.com/scores/wnba.php
D
 

jasondude7116

  • Sr. Member
  • ****
  • Posts: 475
    • View Profile
GRETTA PLUGINS
« Reply #189 on: April 26, 2010, 11:20:45 pm »
i know this is real late, but thanks for the info![:I][8D]
 

CypherGary

  • Full Member
  • ***
  • Posts: 166
    • View Profile
GRETTA PLUGINS
« Reply #190 on: May 12, 2010, 01:29:28 pm »
I decided to try these scripts, and get a path not found error.
I can see the problem. I am running a 64 bit machine, so the programs are installed to: 'C:Program Files(x86)abaware...'.
Your script expects 'C:Program Filesabaware...'.
I changed all instances of the path in the emotionsengine.uhp but I still get the error every time. WIll these scripts not accept a '(' or ')' as part of a path string?
If I uncheck emotionsengine, it works. Does emotionsengine use another script that would have the path in it?

 - Gary
See you here, there, or in the Air!

sybershot

  • Hero Member
  • *****
  • Posts: 787
    • View Profile
GRETTA PLUGINS
« Reply #191 on: May 12, 2010, 02:12:26 pm »
It does need the (x86) with the  ()
in there. you also have to create the folders and file/files needed manually. for some reason the script cannot create them on my vista machine.

« Last Edit: May 12, 2010, 02:15:16 pm by sybershot »

CypherGary

  • Full Member
  • ***
  • Posts: 166
    • View Profile
GRETTA PLUGINS
« Reply #192 on: May 12, 2010, 07:02:26 pm »
I decided to do what I thought would be the easy answer: I copied the entire Zabaware tree from /Program Files (x86)/ to /Program Files/, deactivated Hal, uninstalled Hal, then re-installed him into the /Program Files/ where the scripts expect it.
All went well, except now it does not think I purchased the expansion pack, and I can't find a backup.

At least the scripts work now.

 - Gary
See you here, there, or in the Air!

jasondude7116

  • Sr. Member
  • ****
  • Posts: 475
    • View Profile
GRETTA PLUGINS
« Reply #193 on: May 13, 2010, 12:25:13 am »
wish i could help more....no win vista or win 7 experience.[:I]
 

CypherGary

  • Full Member
  • ***
  • Posts: 166
    • View Profile
GRETTA PLUGINS
« Reply #194 on: May 13, 2010, 01:59:41 pm »
Just FYI:
It worked. Now that Hal is installed in the /Program Files/ tree, all the scripts work fine. I did go thru the scripts and made all the directories they need, just to be sure I would not get permission errors.

I have to say Lora (My Hal) has never acted more realisticly than she does now.

I'm using: Hybred random talks LS, Research, emotionsengine, Advanced internet, and Captains Log. Should I toss in Gretta Array as well?

I am considering trying your concepts, but have not decided yet.

Is there one spot I can get a package with all that is current?

Keep up the great work.

 - Gary
See you here, there, or in the Air!