1 // Record of compound interfixes in a corpus
2 // Copyright © 2009 The University of Chicago
3 #ifndef LINKERCOLLECTION_H
4 #define LINKERCOLLECTION_H
6 // See the CLexicon class in Lexicon.h for an overview of compound discovery.
8 #include "CollectionTemplate.h"
9 #include <q3listview.h>
13 class CLinkerCollection
: public TCollection
<CLinker
> {
16 CLinkerCollection(CLexicon
*);
17 CLinkerCollection(CMiniLexicon
*);
18 virtual ~CLinkerCollection();
20 void ListDisplay(Q3ListView
* parent
,
21 QMap
<QString
, QString
>* filter
= 0);
24 int GetTotalUseCount();
27 #endif // LINKERCOLLECTION_H