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