About group items
See original GitHub issueHi, in grammar, what’s the rule for “word and some special characters”
Example
I'm sad.
The goal is to have “I’m” and “sad”.
Using %import common.WORD gives UnexpectedCharacters error
I tried to use group item but not sure about the syntex.
wordset: ("I" "m" "'")
UnexpectedCharacters: No terminal defined for 'I' at line 1 col 1
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Using data items and group items - IBM
Related data items can be parts of a hierarchical data structure. A data item that does not have subordinate data items is called...
Read more >What are Item Groups and how do I use them?
Item Groups are an alternative way to group items that are not already grouped, like item categories. They are applied during segment creation...
Read more >Group object - Wikipedia
In category theory, a branch of mathematics, group objects are certain generalizations of groups that are built on more complicated structures than sets....
Read more >Grouping Objects | Computer Applications for Managers
Group Objects · Start from a corner of the slide, hold the left-mouse button down and drag it to include all objects to...
Read more >How do I group items together? - Concepts Support
If you wish to make your own objects in the object library, we recommend grouping your strokes into a single object first, to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sounds like you just need to define word yourself:
Closing the issue, but feel free to continue the discussion or ask more questions