Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor to remove need for cloning codes | Titus Wormer | 2022-07-25 | 1 | -10/+4 |
* | Improve performance w/ a single feed loop | Titus Wormer | 2022-07-25 | 1 | -2/+6 |
* | Refactor to remove unneeded tuples in every states | Titus Wormer | 2022-07-22 | 1 | -13/+9 |
* | Refactor to pass ints instead of vecs around | Titus Wormer | 2022-07-22 | 1 | -4/+6 |
* | Refactor to move `index` field to `point` | Titus Wormer | 2022-07-21 | 1 | -5/+5 |
* | Refactor to move some event fields to `link` | Titus Wormer | 2022-07-21 | 1 | -35/+36 |
* | Refactor to share edit map | Titus Wormer | 2022-07-20 | 1 | -3/+3 |
* | Refactor to use less vecs for events | Titus Wormer | 2022-07-20 | 1 | -2/+4 |
* | Refactor to remove cloning in `edit_map` | Titus Wormer | 2022-07-19 | 1 | -2/+2 |
* | Use `edit_map` in `subtokenize` | Titus Wormer | 2022-07-19 | 1 | -67/+40 |
* | Remove an unneeded `HashMap` | Titus Wormer | 2022-07-19 | 1 | -1/+1 |
* | Fix annoying bug around virtual spaces in containers | Titus Wormer | 2022-07-15 | 1 | -1/+1 |
* | Add support for `Flow` content type | Titus Wormer | 2022-07-07 | 1 | -2/+4 |
* | Refactor to do some to dos | Titus Wormer | 2022-07-05 | 1 | -3/+2 |
* | Add support for unicode punctuation | Titus Wormer | 2022-07-04 | 1 | -1/+1 |
* | Update list of todos | Titus Wormer | 2022-07-04 | 1 | -2/+0 |
* | Fix jumps in `edit_map` | Titus Wormer | 2022-06-28 | 1 | -101/+99 |
* | Add link, images (resource) | Titus Wormer | 2022-06-24 | 1 | -12/+26 |
* | Refactor some unneeded assignments | Titus Wormer | 2022-06-22 | 1 | -2/+1 |
* | Add docs for token types | Titus Wormer | 2022-06-22 | 1 | -1/+3 |
* | Add docs for `subtokenize` | Titus Wormer | 2022-06-21 | 1 | -2/+51 |
* | Update todo list | Titus Wormer | 2022-06-21 | 1 | -8/+1 |
* | Add support for BOM | Titus Wormer | 2022-06-20 | 1 | -0/+4 |
* | Remove unneeded `content` content type | Titus Wormer | 2022-06-20 | 1 | -6/+3 |
* | Fix support for deep subtokenization | Titus Wormer | 2022-06-14 | 1 | -9/+19 |
* | Reorganize to split util | Titus Wormer | 2022-06-14 | 1 | -6/+4 |
* | Add docs for html (text) | Titus Wormer | 2022-06-14 | 1 | -0/+1 |
* | Add basic html (text) | Titus Wormer | 2022-06-13 | 1 | -3/+9 |
* | Add text content type | Titus Wormer | 2022-06-10 | 1 | -4/+10 |
* | Add proper support for subtokenization | Titus Wormer | 2022-06-10 | 1 | -50/+116 |
* | Add basic subtokenization, string content in fenced code | Titus Wormer | 2022-06-09 | 1 | -0/+67 |