1 // Type for words read from DCN syllabification input file
2 // Copyright © 2009 The University of Chicago
6 // See the corpussyl documentation in DCNcorpussyl.h for an overview.
16 QString
getText() const { return m_text
; }
17 QString
getMaxima() const { return m_maxima
; }
19 void setText(QString word
);
20 void setMaxima(QString word
);