From 67187309d6282c7953c1684a52c337fccd9a94ee Mon Sep 17 00:00:00 2001 From: "Jurgen J. Vinju" Date: Thu, 30 Jan 2025 14:53:22 +0100 Subject: [PATCH] fixed link --- src/analysis/text/search/Grammars.rsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/analysis/text/search/Grammars.rsc b/src/analysis/text/search/Grammars.rsc index f50242d..78650fd 100644 --- a/src/analysis/text/search/Grammars.rsc +++ b/src/analysis/text/search/Grammars.rsc @@ -12,7 +12,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND } @synopsis{Bridges Rascal grammars and parser generation to the Lucene "Analyzer" and "Tokenizer" interfaces.} @description{ -By leveraging the information in ((module:ParseTree)) instances we can provide, selectively, tokens for any source file that +By leveraging the information in ((Library:module:ParseTree)) instances we can provide, selectively, tokens for any source file that we have a grammar for: * ((analyzerFromGrammar)) combines a ((tokenizerFromGrammar)) with a ((lowerCaseFilter)). It makes an entire source file searchable. * ((identifierAnalyzerFromGrammar)) selects only the identifiers in the source text, ignoring keywords and comments and such.