You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/08/01 09:44:55 UTC

[GitHub] [lucene] mikemccand commented on pull request #1016: LUCENE-10646: Add some comment on LevenshteinAutomata

mikemccand commented on PR #1016:
URL: https://github.com/apache/lucene/pull/1016#issuecomment-1200969287

   > @mikemccand I have added the dead state back to method `toDot.`
   > I will first record all state need to be checked. Then bfs the smallest state which hasn't been checked until we have met all state .
   > So, I didn't add a check to find whether the number of states emitted is equal to the number of states in the incoming automaton ,because when the loop has finished, they will be the same.
   
   Great, thank you!
   
   Can you post the resulting `toDot` / Graphviz image of this dead-state infested Lev1 automaton?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org