Link Grammar
    Brian Yennie 
    briany at qldlearning.com
       
    Wed Jan 26 20:50:17 EST 2005
    
    
  
How about something like this:
on mouseUp
    put shell("echo 'This is a test sentence' | ./parse")
end mouseUp
HTH,
- Brian
> The Link Grammar is a free download that parses English sentences.
> http://www.link.cs.cmu.edu/link/index.html
>
>
> If you have the Xcode Tools loaded, it will compile on Mac OSX.
>
> After that if you enter ./parse in the terminal you can input 
> sentences and
> it will attempt to assign a grammatical structure to them.
>
>
> Problem: I wanted to put a MetaCard front end on it by using the
> shell(".../parse") command.  It works halfway.  The Link Parser 
> attempts to
> start but says it can't find some stuff.
>
> Any smart people out there who understand this stuff?
>
> Steve Tripp
>
>
>
>
> _______________________________________________
> metacard mailing list
> metacard at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/metacard
>
>
    
    
More information about the metacard
mailing list