source: src/dgp/boubble.cc @ a15e59b

Last change on this file since a15e59b was e7de6cc, checked in by Tomasz Obrebski <to@…>, 12 years ago

new version of dgp
added dgc, tre and compdic components
compiledic renamed to compdic_utf8
./configure updated

  • Property mode set to 100644
File size: 249 bytes
Line 
1
2#include "boubble.hh"
3
4
5
6
7
8Boubble mktestboubble()
9{
10
11  Role::add("conj");
12  Role::add("ccmpl");
13 
14  list<int> ul,dl;
15  dl.push_back(Role("conj"));
16  dl.push_back(Role("ccmpl"));
17 
18
19  BoubbleAction act;
20  Boubble* b0 = new Boubble(ul,dl, act);
21}
Note: See TracBrowser for help on using the repository browser.