load("http://www.birot.hu/OTKit/example_xml/univ1.xml") value( Constraint("*a") , Candidate("aa") ) value( Constraint("*b") , Candidate("aa") ) add2MyUniverse( Table( "alphabet" , 3, 1, ( "a" ), ( "b" ), ( "c" ) ) ) add2MyUniverse( Gen( "alphabet*", "Table_P1_star" , "alphabet" ) ) grammatical_outputs(Form( "New form from string", "simple string" , "xx" ), Gen("alphabet*"), Hierarchy("hier1"), 20) grammatical_outputs(Form( "New form from string", "simple string" , "xx" ), Gen("alphabet*"), Hierarchy("hier1"), 200) draw_tableau(Form( "New form from string", "simple string" , "xx" ), Gen("alphabet*"), Hierarchy("hier1"), 10) history()