You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
abstract = {This paper describes a simple, efficient algorithm to locate all occurrences of any of a finite number of keywords in a string of text. The algorithm consists of constructing a finite state pattern matching machine from the keywords and then using the pattern matching machine to process the text string in a single pass. Construction of the pattern matching machine takes time proportional to the sum of the lengths of the keywords. The number of state transitions made by the pattern matching machine in processing the text string is independent of the number of keywords. The algorithm has been used to improve the speed of a library bibliographic search program by a factor of 5 to 10.},
@@ -410,17 +410,15 @@ @article{Moore1897aa
410
410
year = 1897}
411
411
412
412
@book{Sims1994aa,
413
-
address = {Cambridge,, England, New York},
414
413
author = {Sims, Charles C.},
415
-
date-added = {2019-10-23 12:55:38 +0100},
416
-
date-modified = {2019-10-23 12:55:38 +0100},
417
-
isbn = {0-521-43213-8},
414
+
collection = {Encyclopedia of Mathematics and its Applications},
415
+
place = {Cambridge},
418
416
publisher = {Cambridge University Press},
419
-
series = {Encyclopedia of mathematics and its applications},
420
-
title = {Computation with finitely presented groups},
421
-
url = {http://opac.inria.fr/record=b1082972},
417
+
series = {Encyclopedia of Mathematics and its Applications},
418
+
title = {Computation with Finitely Presented Groups},
0 commit comments