1. b98e4cf Improve Emoticons by Akron · 2 years, 8 months ago v0.1.5
  2. f94b9ce check parantheses at the end of sentences by Akron · 2 years, 8 months ago
  3. b428755 Support punctuation after quotes by Akron · 2 years, 8 months ago v0.1.4
  4. df27581 Make tokenizer robust and never failing by Akron · 2 years, 8 months ago
  5. 4222ac8 Improve handling of ellipsis by Akron · 2 years, 9 months ago
  6. ece3f01 Support quote combinations at the end of sentences by Akron · 2 years, 9 months ago
  7. e200841 Further improve speech rule for eos with more quotation marks by Akron · 2 years, 9 months ago
  8. e96895f Improve handling of sentence splits including speech by Akron · 2 years, 9 months ago
  9. b02ad07 Improve handling of apostrophes by Akron · 2 years, 10 months ago
  10. 9a59471 Test single quote handling by Akron · 2 years, 10 months ago
  11. 54ed7e7 Fix handling of "z.B." by Akron · 2 years, 11 months ago
  12. d0c6e10 Fix datok tests to be more robust regarding tokenizer changes by Akron · 3 years ago
  13. 936c0f5 Support Plusampersand words in compounds by Akron · 3 years ago
  14. 00cecd1 Initialize identity for sigma < 256 by Akron · 3 years ago
  15. 4880fb6 Improve rune2symbol conversion by Akron · 3 years ago
  16. e62e8eb Introducing Plusampersand-Compounds by Akron · 3 years ago
  17. 22c565a Fix out of range bug by reverting buffer rewind improvement by Akron · 3 years ago v0.1.1
  18. 4ec8cec Prepare first official release by Akron · 3 years ago v0.1.0
  19. e87906b Minor improvements by Akron · 3 years ago
  20. 90aa45b Minor code simplifications by Akron · 3 years ago
  21. fac8abc Reorder longest match operator and update models by Akron · 3 years ago
  22. 3976804 Add benchmark rule to Makefile by Akron · 3 years ago
  23. 65c0f21 Simplify tokenizer whitespace handling by Akron · 3 years ago
  24. c840636 Separate xml rule from main script by Akron · 3 years ago
  25. 289414f Update benchmarks by Akron · 3 years ago
  26. 7198645 Speed up build by Akron · 3 years ago
  27. 6742b96 Add XML entities by Akron · 3 years ago
  28. 7e75ef0 Add makefile by Akron · 3 years, 1 month ago
  29. 11a05d9 Extend tokenizer fileending by Akron · 3 years, 1 month ago
  30. 9135b20 Test IPv4 handling by Akron · 3 years, 1 month ago
  31. f1106ec Add single character abbreviations by Akron · 3 years, 1 month ago
  32. 4a6e0ff Fix newline after eot behaiour by Akron · 3 years, 1 month ago
  33. 274600e Fix buffer flushing to work with tei2korapxml by Akron · 3 years, 1 month ago
  34. 9c3bf7f Change fmt to log for easier writing to STDOUT by Akron · 3 years, 1 month ago
  35. 3d31453 Add introduction video to readme by Akron · 3 years, 1 month ago
  36. 6792bd2 Improve Readme example by Akron · 3 years, 1 month ago
  37. 15bb13d Introduce dash flag for STDIN and input file handling for tokenization by Akron · 3 years, 1 month ago
  38. 17984c8 Improving time parsing by Akron · 3 years, 1 month ago
  39. 78dba06 Add time format to transducer by Akron · 3 years, 1 month ago
  40. 066d99c Fix XML empty element handling by Akron · 3 years, 1 month ago
  41. 04335c6 Update tests by Akron · 3 years, 1 month ago
  42. 9fb63af Optimize tests by avoiding reload of tokenizers by Akron · 3 years, 1 month ago
  43. 7035d2e Fix sentence_pos handling by Akron · 3 years, 1 month ago
  44. 96fdc9b Fix TokenWriter regarding sentence boundaries and remove simple TokenWriter by Akron · 3 years, 1 month ago
  45. 2612f99 Improve command help page by Akron · 3 years, 1 month ago
  46. 685861a Improve Readme by Akron · 3 years, 1 month ago
  47. 0f087ea Parse command line options as bit flags by Akron · 3 years, 1 month ago
  48. fceddb6 Add sentence flags (for printing and offsets) by Akron · 3 years, 1 month ago
  49. a9e0c42 Introduce --[no]-tokens flag by Akron · 3 years, 1 month ago
  50. e9431ec Ignore newline after EOT with a flag by Akron · 3 years, 1 month ago
  51. 8cc2dd9 Fix buffer rewind at end of transmission by Akron · 3 years, 1 month ago
  52. 4f6b28c Support token offsets in token writer by Akron · 3 years, 1 month ago
  53. 32416ce Support offsets in token writer by Akron · 3 years, 1 month ago
  54. 98fbfef Improve offset handling in buffers by Akron · 3 years, 1 month ago
  55. f6bdfdb Add trimming at the beginning of a text by Akron · 3 years, 1 month ago
  56. c9c0eae Rename tests to better comply with Go test tool by Akron · 3 years, 1 month ago
  57. a854faa Introduce EOT (end-of-transmission) marker by Akron · 3 years, 1 month ago
  58. ce018e1 Merge "Introduce token_writer object" by Akron · 3 years, 1 month ago
  59. e396a93 Introduce token_writer object by Akron · 3 years, 1 month ago
  60. e0dffe0 Improve readme by Akron · 3 years, 1 month ago
  61. e7751b8 Added License by Akron · 3 years, 1 month ago
  62. 842bc65 Improve Readme by Akron · 3 years, 1 month ago
  63. abcb6a5 Add equivalence test for matrix and DA representations by Akron · 3 years, 1 month ago
  64. 34eb74c Cleanup by Akron · 3 years, 2 months ago
  65. 094a4e8 Use serialized matrix representation in test suite by Akron · 3 years, 2 months ago
  66. 28031b7 Introduce matrix serialization and deserialization by Akron · 3 years, 2 months ago
  67. 941f215 Support both matrix and da in the command by Akron · 3 years, 2 months ago
  68. 16c312e Serialize and deserialize matrix representation by Akron · 3 years, 2 months ago
  69. 5c82a92 Add sentence end detection to matrix by Akron · 3 years, 2 months ago
  70. 1c34ce6 Introduce alternative matrix representation by Akron · 3 years, 2 months ago
  71. 0d0daa2 Split Foma parser from datok by Akron · 3 years, 2 months ago
  72. 7f1097f Rename datokenizer to datok by Akron · 3 years, 2 months ago
  73. 29e306f Combine Niu et al. (2013) and Morita et al. (2001) by Akron · 3 years, 3 months ago
  74. 679b486 Add skip-method proposed by Morita et al. (2001) by Akron · 3 years, 3 months ago
  75. 7b1faa6 Add xCheck() improvement proposed by Niu (2013) by Akron · 3 years, 3 months ago
  76. df37a55 Fixed benchmark tests by Akron · 3 years, 3 months ago
  77. 4c2a1ad Introduce XML tests by Akron · 3 years, 3 months ago
  78. 34dbe97 Ignore MCS transitions instead of failing by Akron · 3 years, 3 months ago
  79. 0630be5 Fix parsing of end states by Akron · 3 years, 3 months ago
  80. 235ea12 Update generated tokenizers by Akron · 3 years, 3 months ago
  81. 92704eb Ignore tokenend accepting transitions by Akron · 3 years, 3 months ago
  82. 4fa28b3 Introduce TransCount method by Akron · 3 years, 3 months ago
  83. 31f3c06 Ignore MCS in sigma if not used in the transducer by Akron · 3 years, 3 months ago
  84. de18e90 Minor optimization on edges by Akron · 3 years, 3 months ago
  85. 6f1c16c Added benchmark for double array creation by Akron · 3 years, 3 months ago
  86. 3de361e Improved newline and abbreviation handling by Akron · 3 years, 3 months ago
  87. ea46e8a Add ASCII fast lookup to sigma by Akron · 3 years, 3 months ago
  88. f1a1650 Turn uint32 array in bc array by Akron · 3 years, 3 months ago
  89. e61380b Added some minor comments by Akron · 3 years, 3 months ago
  90. 91bd715 Add more reference to Readme by Akron · 3 years, 3 months ago
  91. 31cc307 Added readme file by Akron · 3 years, 3 months ago
  92. 1e10d00 Remove dir/Dir from abbreviation file by Akron · 3 years, 3 months ago
  93. 527c10c Replace zerolog with log by Akron · 3 years, 3 months ago
  94. bb4aac5 Optimize loading of datok files by Akron · 3 years, 3 months ago
  95. 7e269d4 Added conversion to the command line tool by Akron · 3 years, 3 months ago
  96. 8e1d69b Introduced command line tool by Akron · 3 years, 3 months ago
  97. 01912fc Remove unnecessary allocation for buffer recasting by Akron · 3 years, 3 months ago
  98. 4db3ecf Change exit operations to returning nil by Akron · 3 years, 3 months ago
  99. bd40680 Added transducing benchmark by Akron · 3 years, 3 months ago
  100. e184a91 Add new generated automata by Akron · 3 years, 3 months ago