コード例 #1
0
PolyLexiconReader*
PolyLexReader_new(VArray *readers, I32Array *offsets)
{
    PolyLexiconReader *self 
        = (PolyLexiconReader*)VTable_Make_Obj(&POLYLEXICONREADER);
    return PolyLexReader_init(self, readers, offsets);
}
コード例 #2
0
ファイル: LexiconReader.c プロジェクト: apache/lucy
PolyLexiconReader*
PolyLexReader_new(Vector *readers, I32Array *offsets) {
    PolyLexiconReader *self
        = (PolyLexiconReader*)Class_Make_Obj(POLYLEXICONREADER);
    return PolyLexReader_init(self, readers, offsets);
}