robert-bor / aho-corasick

Java implementation of the Aho-Corasick algorithm for efficient string matching
Apache License 2.0
890 stars 348 forks source link

Can you release the OpenHarmony OS JS version? #97

Closed hzjust closed 2 years ago

hzjust commented 2 years ago

I am developing an OpenHarmony application that uses the JavaScript language. Can you support the OpenHarmony JavaScript version? I am willing to participate in the development and look forward to reply.

ghost commented 2 years ago

This is a Java-based implementation of the Aho-Corasick algorithm. Java and JavaScript are different languages. If you're looking for a JavaScript-based implementation, you'll have to do some searching around.