Skip to content

Commit

Permalink
fixed link
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Jan 30, 2025
1 parent 797c3d7 commit 6718730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/text/search/Grammars.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6718730

Please sign in to comment.