(self, chunk, type=CONJUNCT)
| 515 | self.anchor = chunk |
| 516 | |
| 517 | def append(self, chunk, type=CONJUNCT): |
| 518 | list.append(self, (chunk, type)) |
| 519 | |
| 520 | #--- SENTENCE -------------------------------------------------------------------------------------- |
| 521 |