예제 #1
0
 public override bool acceptProp(ParsedTriple t, WiktCtx ctx) =>
 t.setValue(ctx, this, predicates.ontolex_writtenRep, ref writtenRep1) ||
 t.setNymsValue(ctx, this, ref nyms1) ||
 t.setFormInfosValue(ctx, this, ref infos1) ||
 t.setRefValue <Form>(ctx, this, predicates.ontolex_canonicalForm, ref canonicalFormId) ||
 t.setRefValues <Form>(ctx, this, predicates.ontolex_otherForm, ref otherFormIdx) ||
 t.setRefValues <Sense>(ctx, this, predicates.ontolex_sense, ref senseIds) ||
 t.setUriValue(ctx, this, predicates.lexinfo_partOfSpeech, ref partOfSpeech1) ||
 t.setUriValues(ctx, this, predicates.lexinfo_partOfSpeechEx, ref partOfSpeechEx1) ||
 base.acceptProp(t, ctx);
예제 #2
0
 public override bool acceptProp(ParsedTriple t, WiktCtx ctx) =>
 t.setValue(ctx, this, predicates.ontolex_writtenRep, ref form1.writtenRep1) ||
 t.setFormInfosValue(ctx, this, ref form1.infos1) ||
 t.setValue(ctx, this, predicates.skos_note, ref form1.note1) ||
 base.acceptProp(t, ctx);