Talk:Aho–Corasick algorithm: Difference between revisions

Content deleted Content added
Iamamz3 (talk | contribs)
add two questions
Iamamz3 (talk | contribs)
Line 46:
== What are the input what is the output ==
 
It's not clear reading the article what must be the input? A dictionary of words (a set actually) and an array of chars aka. a string. Or it's an operation on two sets of words to see doing the intersection? What is the output? How does it relate to grep? [[User:Iamamz3|i⋅am⋅amz3]] ([[User talk:Iamamz3|talk]]) 18:47, 9 May 2017 (UTC)
 
== Aho Corasick vs TF-IDF ==