alvisnlp icon indicating copy to clipboard operation
alvisnlp copied to clipboard

TomapProjector attribution match options

Open rbossy opened this issue 8 years ago • 1 comments

  • lemmaKeys, caseInsensitive and ignoreDiacritics control both projection and attribution. Make separate options for attribution

  • add option to match surface form OR lemma

rbossy avatar Dec 07 '17 15:12 rbossy

@ldeleger

We can implement this, however the classifier saved by ToMapTrain must be aware of these options.

That means that a classifier file will only be able to function for the specific matching options it was created with. Would that be okay?

This also means that there might be different matching and projection options in ToMapProjector. We can either:

  • override the projector options (and issue a warning at runtime)
  • let the user shoot their feet

rbossy avatar Feb 12 '18 11:02 rbossy