Skip to content

Commit 0855a5c

Browse files
chg Update README to refer to prodigy module
1 parent d097193 commit 0855a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ To train your own models you will need to define the model hyperparameters in a
165165
python -m deep_reference_parser train test.ini
166166
```
167167

168-
Data must be prepared in the following tab separated format (tsv). We may publish further tools in the future to assist in the preparation of data following annotation. In this case the data the data for reference span ddetection follows an IOBE schema.
168+
Data must be prepared in the following tab separated format (tsv). We use [prodi.gy](https://prodi.gy) for annotations. Some utilities to help with manual annotations and various format conversions are available in the [prodigy](./prodigy/) module. Data for reference span detection follows an IOBE schema.
169169

170170
You must provide the train/test/validation data splits in this format in pre-prepared files that are defined in the config file.
171171

0 commit comments

Comments
 (0)