Hi
I am having a java 11 application which is running this library and its working fine as it is expected.
Recently I am trying to Switch to Java 17 with Spring boot 3 and when I test the Usaddress.parse method, we are getting the error as CRFSuite is not present.
Error message :
_Caused by: java.lang.UnsatisfiedLinkError: no crfsuite in java.library.path: _
Can you please help us with this.