Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comparison with SimString #112

Open
KrishnaPG opened this issue Mar 8, 2020 · 0 comments
Open

Comparison with SimString #112

KrishnaPG opened this issue Mar 8, 2020 · 0 comments

Comments

@KrishnaPG
Copy link

Not sure if it is a right question, but given that SimString does efficient approximate search / string lookups from a large database, wondering how CRFSuite is different or better?

I understand there is some technical difference at the algorithmic level how each is implemented differently, but at the practical use-case and result level are there scenarios where:

  • CRFSuite is more suited than SimString (i.e. SimString cannot give correct results but CRFSuite does) and
  • SimString is better (i.e. CRFSuite cannot give correct results but SimString does)?

Also, is it not the case that CRF once built cannot be modified (or added new strings) and that SimString being a DB-based can add new strings on the fly to the DB?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant