Skip to content
Snippets Groups Projects
Commit 6264ff5a authored by Adam Wardynski's avatar Adam Wardynski
Browse files

Change Position in Match data to be directly an int.

This reflects the fact that positions stored in matches are
absolute positions, while Position type is used in the
language as position relative to current position in the
sentence context. So mixing the two was confusing at the very least.
This also actually fits the most recent version of spec,
which no longer mentions Position, either.
parent f0d23265
No related branches found
No related tags found
No related merge requests found
Showing
with 116 additions and 130 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment