You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Major refactoring (issue #41) broke some of the advanced correction handling. The most common functionality works already though. This is testable using the correctionexample.folia.xml document. The following sums up the current state:
Corrections
non-structural: ok
structural (word)
merge: ok
split: ok
insertion: ok
deletion: fixed
nesting in current: ok
structural (sentence): partial: renders new sentence, but no access to original
Suggestions for correction
non-structural: ok
structural
merge: ok
split: ok
insertion: fixed
deletion: ok
suggestion over a nested correction (correction/current/correction): fails [regression, works in v0.6]
These functions are needed if FLAT is to serve as a replacement for the Valkuil interface eventually.
The text was updated successfully, but these errors were encountered:
Major refactoring (issue #41) broke some of the advanced correction handling. The most common functionality works already though. This is testable using the
correctionexample.folia.xml
document. The following sums up the current state:current
: okcorrection/current/correction
): fails [regression, works in v0.6]These functions are needed if FLAT is to serve as a replacement for the Valkuil interface eventually.
The text was updated successfully, but these errors were encountered: