Right now, we are able to define simple lexical patterns like this:
"% biome" to define classes like "desert biome". Now the interesting thing is that in the case of biomes we define them in terms of "ecosystems", which means that the filler class is called something like "desert ecosystem". Now, we don't want to label our new class "desert ecosystem biome" - that's silly.
What would be good if we had a more flexible way to specify patterns for labels and definitions. For example something like:
This would not be used for inference, just as a postprocessing step after the label is generated. I guess one may want to provide multiple match and replace rules, so his would be more flexible:
Right now, we are able to define simple lexical patterns like this:
"% biome" to define classes like "desert biome". Now the interesting thing is that in the case of biomes we define them in terms of "ecosystems", which means that the filler class is called something like "desert ecosystem". Now, we don't want to label our new class "desert ecosystem biome" - that's silly.
What would be good if we had a more flexible way to specify patterns for labels and definitions. For example something like:
This would not be used for inference, just as a postprocessing step after the label is generated. I guess one may want to provide multiple match and replace rules, so his would be more flexible:
@cmungall sounds a bit too crazy?