1
0
Fork 0
mirror of https://github.com/qurator-spk/neat.git synced 2025-06-10 20:29:53 +02:00

- This commit should fix bugs: #38, #36.

- I cannot reproduce bug #35 any more.
- Added much more robust word numbering.
- Added key combination d-l to delete current line.
- Remove 0 key combination. Word numbering is now done automatically.
Therefore this functionality is not required any more.
- Fixed event listener accumulation bug (slowdown of app after some
time).
- Added sanitization code that removes any line breaks in tokens.
- Code simplification applied.
This commit is contained in:
Kai Labusch 2019-12-12 18:36:14 +01:00
parent 374a607ea8
commit a1bd8afc9d
2 changed files with 85 additions and 88 deletions

View file

@ -95,8 +95,8 @@ We also provide some [Python tools](https://github.com/qurator-spk/neath/tree/ma
|----------|--------------------------------------------|
| s t | Start new sentence in current row |
| m e | Merge current row with row above |
| s p | Create copy of current row one row below |
| 0 | Set POSITION of current row to zero |
| s p | Create copy of current row |
| d l | Delete current row |
|----------|--------------------------------------------|
| backspace| Set NE-TAG / NE-EMB to "O" |
| b p | Set NE-TAG / NE-EMB to "B-PER" |