Skip to content

Commit

Permalink
Removed untokenize module
Browse files Browse the repository at this point in the history
This was only added as a workaround to a problem caused by the old datatypes system.

Now the new datatypes system is working, there's no need for this any more.

Note that there could be a use for a more sophisticated detokenization module, but that's not what this was anyway.
  • Loading branch information
markgw committed Aug 5, 2019
1 parent c28ba18 commit b51c11f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 70 deletions.
1 change: 0 additions & 1 deletion docs/modules/pimlico.modules.text.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ Probably a good deal of these will be added in due course.
pimlico.modules.text.normalize
pimlico.modules.text.simple_tokenize
pimlico.modules.text.text_normalize
pimlico.modules.text.untokenize
9 changes: 0 additions & 9 deletions docs/modules/pimlico.modules.text.untokenize.rst

This file was deleted.

1 change: 0 additions & 1 deletion src/python/pimlico/modules/text/untokenize/__init__.py

This file was deleted.

10 changes: 0 additions & 10 deletions src/python/pimlico/modules/text/untokenize/execute.py

This file was deleted.

49 changes: 0 additions & 49 deletions src/python/pimlico/modules/text/untokenize/info.py

This file was deleted.

0 comments on commit b51c11f

Please sign in to comment.