mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
[api] allow text event data grouping by tag
This commit is contained in:
parent
2a7e1a4be5
commit
a3dded3935
7 changed files with 140 additions and 23 deletions
39
test/tests/text grouping.ans
Normal file
39
test/tests/text grouping.ans
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
| A
|
||||
| A
|
||||
| A
|
||||
|
||||
"group": 1 #
|
||||
| B
|
||||
| B
|
||||
| B
|
||||
|
||||
"group": 1 #
|
||||
| C
|
||||
"group": 1 #
|
||||
| C
|
||||
"group": 3 #
|
||||
| D
|
||||
|
||||
"group": 1 #
|
||||
| E
|
||||
"group": "j" #
|
||||
| F
|
||||
"group": 1 #
|
||||
| G
|
||||
|
||||
"group": 1 #
|
||||
| H
|
||||
| I
|
||||
"group": 1 #
|
||||
| J
|
||||
|
||||
"group": 1 #
|
||||
| K
|
||||
| L
|
||||
"not group": 1 #
|
||||
| L
|
||||
|
||||
| M
|
||||
"group": "j" #
|
||||
| N
|
||||
| N
|
||||
Loading…
Add table
Add a link
Reference in a new issue