PreXident / TextAn

MFF automaticky policejni analytik
Other
4 stars 3 forks source link

Do not assign objects to entities if not very probable #82

Open PreXident opened 10 years ago

PreXident commented 10 years ago

There should be some kind of threshold (either absolute or relative between candidates, eg. the best one more that 10% better than the second one) that would prevent unlikely candidate objects to be assigned to recognized entities.

PreXident commented 10 years ago

Is any GUI needed for this? Or do we leave it for administrator to setup in property file?

Blemicek commented 10 years ago

I think that this depends on a use case. Which kind of threshold have you used?... or are they plugable?

PreXident commented 10 years ago

I implemented relative selector where you cannot change the value yet (it is hardcoded at 10%, ie. 0.9 for now), however you can implement your own ICandidateSelector and specify the class in a service file and properties, so any thinkable strategy can be used.