ausgerechnet / spheroscope

web app for argumentation mining
GNU General Public License v3.0
7 stars 1 forks source link

default behaviour when start > end #56

Closed ausgerechnet closed 2 years ago

ausgerechnet commented 2 years ago

some slots are defined in a way that start anchors can be after end anchors, e.g. slot 1 of

this typically occurs when start anchors is corrected to the right (+1) or end anchors are corrected to the left (-1). what should the default behaviour for spheroscope be here?

  1. discard these lines
  2. switch start and end
  3. singularize these slots (start = end)
  4. raise an error
nfdykes commented 2 years ago

I'm guessing that this would happen if there's only one token in between the anchors? In that case it would probably make sense to default to 3

ausgerechnet commented 2 years ago

an indeed this will be the default behaviour in #59