Feature Request: Getting the previous Neighbour #10057
Answered
by
honnibal
julianpollmann
asked this question in
Help: Other Questions
-
The Token class has a nbor(i) method for retrieving one or more next token(s). Token.lefts/rights do not cover this scenario. |
Beta Was this translation helpful? Give feedback.
Answered by
honnibal
Jan 13, 2022
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
adrianeboyd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
token.nbor(-1)
should do what you're looking for.