@@ -156,7 +156,7 @@ includes binary wheels for common environments, but if the setup on your OS
156156requires compilation from sources, you may need
157157
158158``` bash
159- $ sudo apt-get install python3-dev
159+ sudo apt-get install python3-dev
160160```
161161
162162...or something to similar effect to enable this.
@@ -166,17 +166,17 @@ $ sudo apt-get install python3-dev
166166To install this package (assuming you have Python >= 3.9 with ` pip ` installed):
167167
168168``` bash
169- $ pip install reynir-correct
169+ pip install reynir-correct
170170```
171171
172172If you want to be able to edit the source, do like so
173173(assuming you have ` git ` installed):
174174
175175``` bash
176- $ git clone https://github.com/mideind/GreynirCorrect
177- $ cd GreynirCorrect
178- $ # [ Activate your virtualenv here if you have one ]
179- $ pip install -e .
176+ git clone https://github.com/mideind/GreynirCorrect
177+ cd GreynirCorrect
178+ # [ Activate your virtualenv here if you have one ]
179+ pip install -e .
180180```
181181
182182The package source code is now in ` GreynirCorrect/src/reynir_correct ` .
@@ -186,7 +186,7 @@ The package source code is now in `GreynirCorrect/src/reynir_correct`.
186186After installation, the corrector can be invoked directly from the command line:
187187
188188``` bash
189- $ correct input.txt output.txt
189+ correct input.txt output.txt
190190```
191191
192192...or:
@@ -315,7 +315,7 @@ To run the built-in tests, install [pytest](https://docs.pytest.org/en/latest/),
315315virtualenv), then run:
316316
317317``` bash
318- $ python -m pytest
318+ python -m pytest
319319```
320320
321321## Acknowledgements
@@ -353,7 +353,7 @@ This software is licensed under the *MIT License*:
353353 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
354354 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*
355355
356- ----
356+ ----
357357
358358GreynirCorrect indirectly embeds the [ Database of Icelandic Morphology] ( https://bin.arnastofnun.is )
359359([ Beygingarlýsing íslensks nútímamáls] ( https://bin.arnastofnun.is ) )
@@ -371,4 +371,3 @@ In accordance with the BÍN license terms, credit is hereby given as follows:
371371
372372* Beygingarlýsing íslensks nútímamáls. Stofnun Árna Magnússonar í íslenskum fræðum.*
373373* Höfundur og ritstjóri Kristín Bjarnadóttir.*
374-
0 commit comments