Last change
on this file since 18e1952 was
e7de6cc,
checked in by Tomasz Obrebski <to@…>, 13 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
|
Rev | Line | |
---|
[e7de6cc] | 1 | |
---|
| 2 | #include "boubble.hh" |
---|
| 3 | |
---|
| 4 | |
---|
| 5 | |
---|
| 6 | |
---|
| 7 | |
---|
| 8 | Boubble 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.