Code Monkey home page Code Monkey logo

gralej's People

Contributors

drni avatar martinlaz avatar

gralej's Issues

Problem with Finder

1. Open sample, then [peter,likes,mary]
2. Ctrl+F, type "peter", enter
3. The selection rect appears in the upper left corner of the window, with
nothing in it
4. Press enter -- same effect
5. Press enter again -- No more matches we found

Original issue reported on code.google.com by martinlaz on 9 Mar 2008 at 3:13

GraleJ doesn't handle CLLRS negative contribution constraints

short description:

What steps will reproduce the problem?
1. use grammar and CLLRS sem/ directory in attached files
2. srec([anybody])  shows intended output in ASCII
3. rec([anybody]) fails with GraleJ saying
Exception: java.lang.ArrayIndexOutOfBoundsException: 2


-----------------------------------------------------------------

more elaborate description:

GraleJ currently only supports Gerald and Michael's preliminary
implementation hack for positive contribution constraints. It fails
on the parallel negative contribution constraints. The difference
is minimal:

1) positive contribution (on basis of artificial lex entry 'alks'
(sic!), just to illustrate the point):

srec([alks]) output:

^lambda(b,A:[exists(a,B:[{walk(b,a,C)}])])/([*])

This is displayed nicely in GraleJ. Lists of [*] are also handled
nicely by GraleJ, as I saw in other examples that I tried for
Michael.

What GraleJ can't deal with is the counterpart,

2) negative contribution constraints, again illustrated with a
lexical entry:

srec([anybody]) output:

neg(A:[^exists(a,B:[{person(b,a)}],C:[a])])/~([*])

GraleJ fails to disply this, saying:
Exception: java.lang.ArrayIndexOutOfBoundsException: 2

Could be that you didn't extend the preliminary star syntax to
this negative case.


Original issue reported on code.google.com by [email protected] on 26 Apr 2010 at 5:04

Attachments:

Bugs in the latex code of AVMs

Find the attached simple grammar which reproduces bugs.
-
BUG1: In the grammar, I use the underscore char in a_/1 atoms
but in the output latex file these underscores are not escaped
and latex file does not compiles.
-
BUG2: When the list is displayed as [head_element|tail_list]
in gralej's interactive mode
the tail list is skipped in the latex output.  
-
gralej version 0.8.1
OS Ubuntu 10.04 LTS - the Lucid Lynx
-
Lasha Abzianidze.

Original issue reported on code.google.com by [email protected] on 31 Aug 2011 at 11:33

Lists not expandable

1. Open the [peter,likes,mary] sample
2. Expand the phrase:[likes,mary] and then the [18] tag
3. The [8] and [9] tags are not clickable and cannot be expanded
4. Similar problem at the root node

Original issue reported on code.google.com by martinlaz on 9 Mar 2008 at 3:09

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.