1 // Affix position: initial (prefix) or final (suffix)
2 // Copyright © 2009 The University of Chicago
3 #ifndef AFFIXLOCATION_H
4 #define AFFIXLOCATION_H
13 inline bool is_initial(enum eAffixLocation l
)
14 { return l
== STEM_INITIAL
|| l
== WORD_INITIAL
; }
16 #endif // AFFIXLOCATION_H