Get Spintax In Your Java Applications

gbiz123

Regular Member
Jr. VIP
Joined
Jun 7, 2023
Messages
395
Reaction score
144
Hey Everyone,

I implemented this Spintax processor for Java, if anyone is interested. I noticed tons of implementations in PHP and Python, but none for java. Moreover, all the implementations of Spintax have some pretty wonky looking code. This one uses recursion and is pretty elegant I think. Feel free to incorporate this into your proejcts, or if you have improvements, you're welcome to make a pull request:

The repository: https://github.com/gbiz123/spintax4j

Cheers!
 
Back
Top