Skip to content

Commit

Permalink
Test source linking from the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhanercan committed Jan 12, 2025
1 parent 5aaadfd commit fbf2488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Please use parameters *resume*, *resumeStage3and4*, *wordpoolPath*, *wordpairsPa

### Change Providers and Settings

The `Generator.py` implementation utilizes an abstract provider model called `PipelineProviderBase` to create concrete resources, data entries, and implementations.
The `Generator.py` implementation utilizes an abstract provider model called [`PipelineProviderBase`](/src/Core/OSimUnrPipeline/PipelineProviderBase.py) to create concrete resources, data entries, and implementations.
The default provider is set as `EnglishPipelineProvider`, configured as follows:
```python
englishPipeline: PipelineProviderBase = EnglishPipeline(LinguisticContext.BuildEnglishContext(), EditDistance())
Expand Down

0 comments on commit fbf2488

Please sign in to comment.