Skip to content

Commit c4b3a1e

Browse files
fix broken link in readme
1 parent cf543ce commit c4b3a1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This library is designed to provide utilities for cleaning CSV datasets that con
66

77
- Rapid and easy preprocessing of CSV datasets that have a text column.
88
- Exporting a CSV dataset to a JSON file that can be readily imported into [QuickGraph](https://quickgraph.tech>), so that you can annotate the textual portion of your CSV dataset.
9-
- Normalising a single piece of text which involves replacing any words appearing in a predefined "corrections dictionary" with suitable replacements. You can view this dictionary [here](https://github.com/nlp-tlp/mudlark/blob/main/mudlark/dictionaries/mwo_corrections.csv>`).
9+
- Normalising a single piece of text which involves replacing any words appearing in a predefined "corrections dictionary" with suitable replacements. You can view this dictionary [here](https://github.com/nlp-tlp/mudlark/blob/main/mudlark/dictionaries/mwo_corrections.csv).
1010

1111
Note that at this stage, the pipeline-based normalisation method that we use is designed for maintenance work orders, but it is also applicable to other domains featuring similar technical language.
1212

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mudlark"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = ""
55
authors = ["Michael Stewart <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)