Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/CAMeL-Lab/camel_tools
Browse files Browse the repository at this point in the history
  • Loading branch information
owo committed Nov 30, 2020
2 parents c1f5ab6 + 5885c13 commit f5354d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/api/utils/charmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ JSON files to be used with :obj:`CharMapper` should have the following format:
{
"default": "",
"charmap": {
"charMap": {
"a": "z",
"b-g": "",
"x-z": null
}
}
The root object in the file should be a dictionary with two keys: 'default' and
'charmap'. These correspond to and follow the same restrictions as the
'charMap'. These correspond to and follow the same restrictions as the
respective input parameters to the :obj:`CharMapper` constructor (with
`null` in the JSON file corresponding to `None` in Python).

Expand Down

0 comments on commit f5354d1

Please sign in to comment.