We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2536c90 commit 393224bCopy full SHA for 393224b
README.md
@@ -203,7 +203,10 @@ Transformation is applied in the following order:
203
2. Splitting tokens
204
3. Replacing tokens
205
206
-When splitting tokens, longer ones shadow shorter ones.
+When splitting tokens, longer ones shadow shorter ones. Token replacement
207
+instructions may contradict each other locally, but in entire set they must
208
+converge so that each token has only one replacement option (otherwise
209
+ValueError exception will be thrown).
210
211
## Usage
212
0 commit comments