Skip to content

Commit 2198b1d

Browse files
Xavier MedranoXavier Medrano
authored andcommitted
bump version number
1 parent 3080968 commit 2198b1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "usaddress"
3-
version = "0.5.12"
3+
version = "0.5.13"
44
description = "Parse US addresses using conditional random fields"
55
readme = "README.md"
66
license = {text = "MIT License", url = "http://www.opensource.org/licenses/mit-license.php"}

training/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Once all of the tests are passing, you're safe to move on to step 5b.
294294

295295
If you've arrived at this step, it means that all of your new and old tests passed and your model is good to go. Fantastic! Next up in order to have the public package trained and tested on your data, you'll need to add it to the canonical data.
296296

297-
To do this, just copy your everything within the `<AddressCollection>` tags of your new_addresses.xml file, and paste it towards the end of the same tags within the labeled.xml files found in the training directory. Repeat the same steps for the testing data.
297+
To do this, just copy your everything within the `<AddressCollection>` tags of your `new_addresses.xml` file, and paste it towards the end of the same tags within the `labeled.xml` file found in the `training/` directory. Repeat the same steps for the testing data and the `test_data/` directory.
298298

299299
**5c. Make a pull request.**
300300

0 commit comments

Comments
 (0)