1. 941f215 Support both matrix and da in the command by Akron · 3 years, 2 months ago
  2. 16c312e Serialize and deserialize matrix representation by Akron · 3 years, 2 months ago
  3. 5c82a92 Add sentence end detection to matrix by Akron · 3 years, 2 months ago
  4. 1c34ce6 Introduce alternative matrix representation by Akron · 3 years, 2 months ago
  5. 0d0daa2 Split Foma parser from datok by Akron · 3 years, 2 months ago
  6. 7f1097f Rename datokenizer to datok by Akron · 3 years, 2 months ago
  7. 29e306f Combine Niu et al. (2013) and Morita et al. (2001) by Akron · 3 years, 3 months ago
  8. 679b486 Add skip-method proposed by Morita et al. (2001) by Akron · 3 years, 3 months ago
  9. 7b1faa6 Add xCheck() improvement proposed by Niu (2013) by Akron · 3 years, 3 months ago
  10. df37a55 Fixed benchmark tests by Akron · 3 years, 3 months ago
  11. 4c2a1ad Introduce XML tests by Akron · 3 years, 3 months ago
  12. 34dbe97 Ignore MCS transitions instead of failing by Akron · 3 years, 3 months ago
  13. 0630be5 Fix parsing of end states by Akron · 3 years, 3 months ago
  14. 235ea12 Update generated tokenizers by Akron · 3 years, 3 months ago
  15. 92704eb Ignore tokenend accepting transitions by Akron · 3 years, 3 months ago
  16. 4fa28b3 Introduce TransCount method by Akron · 3 years, 3 months ago
  17. 31f3c06 Ignore MCS in sigma if not used in the transducer by Akron · 3 years, 3 months ago
  18. de18e90 Minor optimization on edges by Akron · 3 years, 3 months ago
  19. 6f1c16c Added benchmark for double array creation by Akron · 3 years, 3 months ago
  20. 3de361e Improved newline and abbreviation handling by Akron · 3 years, 3 months ago
  21. ea46e8a Add ASCII fast lookup to sigma by Akron · 3 years, 3 months ago
  22. f1a1650 Turn uint32 array in bc array by Akron · 3 years, 3 months ago
  23. e61380b Added some minor comments by Akron · 3 years, 3 months ago
  24. 91bd715 Add more reference to Readme by Akron · 3 years, 3 months ago
  25. 31cc307 Added readme file by Akron · 3 years, 3 months ago
  26. 1e10d00 Remove dir/Dir from abbreviation file by Akron · 3 years, 3 months ago
  27. 527c10c Replace zerolog with log by Akron · 3 years, 3 months ago
  28. bb4aac5 Optimize loading of datok files by Akron · 3 years, 3 months ago
  29. 7e269d4 Added conversion to the command line tool by Akron · 3 years, 3 months ago
  30. 8e1d69b Introduced command line tool by Akron · 3 years, 3 months ago
  31. 01912fc Remove unnecessary allocation for buffer recasting by Akron · 3 years, 3 months ago
  32. 4db3ecf Change exit operations to returning nil by Akron · 3 years, 3 months ago
  33. bd40680 Added transducing benchmark by Akron · 3 years, 3 months ago
  34. e184a91 Add new generated automata by Akron · 3 years, 3 months ago
  35. ec835ad Remove Match() method by Akron · 3 years, 3 months ago
  36. 57d0161 Add known terms with special characters by Akron · 3 years, 3 months ago
  37. e8837b5 Add file scheme by Akron · 3 years, 3 months ago
  38. fd92d7e Update abbreviations according to KorAP-Tokenizer by Akron · 3 years, 3 months ago
  39. a0bded5 Add ordinals by Akron · 3 years, 3 months ago
  40. 4af79f1 Added support for streetnames by Akron · 3 years, 3 months ago
  41. 310905f Add foma sources by Akron · 3 years, 3 months ago
  42. 03ca425 Adopt tokenizer tests from KorAP-Tokenizer by Akron · 3 years, 3 months ago
  43. 6e70dc8 Fix sentence splitting tests by Akron · 3 years, 3 months ago
  44. 1594cb8 Fix sentence splitting by Akron · 3 years, 3 months ago
  45. c5d8d43 Fix check on final states by Akron · 3 years, 4 months ago
  46. b7e1f13 Simplify transducer (single test broken) by Akron · 3 years, 4 months ago
  47. df0a3ef Correctly handle final data by Akron · 3 years, 4 months ago
  48. 439f4ec Cleanup by Akron · 3 years, 4 months ago
  49. 03c92fe Support for tokenend MCS symbol by Akron · 3 years, 4 months ago
  50. b4bbb47 Added sentence splitter capabilities by Akron · 3 years, 4 months ago
  51. 3610f10 Introduce buffer with single epsilon backtrack by Akron · 3 years, 4 months ago
  52. 3a063ef Fix loading routine by Akron · 3 years, 4 months ago
  53. 524c543 Fix sigma to start with 1 by Akron · 3 years, 4 months ago
  54. 3f8571a Support reader/writer in transduce and add load by Akron · 3 years, 4 months ago
  55. 84d68e6 Support tokenend handling in transducing by Akron · 3 years, 4 months ago
  56. 2a4b929 Switch to 2 leading bits (30 bit addresses) by Akron · 3 years, 4 months ago
  57. 068874c Introduce nontoken handling in preliminary transducer by Akron · 3 years, 4 months ago
  58. 83e75a2 Introduce nontoken information by Akron · 3 years, 4 months ago
  59. 03a3c61 Rename loadLevel to loadFactor by Akron · 3 years, 4 months ago
  60. 3fdfec6 Turn states into uint32 pairs by Akron · 3 years, 4 months ago
  61. 64ffd9a Restructure and rename methods by Akron · 3 years, 4 months ago
  62. c17f1ca Turn special sigma values into properties by Akron · 3 years, 4 months ago
  63. 6247a5d Add serialization method by Akron · 3 years, 4 months ago
  64. 773b1ef Cache loadlevel by Akron · 3 years, 4 months ago
  65. d66a926 Add load factor by Akron · 3 years, 4 months ago
  66. f2120ca Split Tokenizer and DaTokenizer by Akron · 3 years, 4 months ago
  67. c9d84a6 Sort alphabet prior to xCheck by Akron · 3 years, 4 months ago
  68. 740f3d7 Cleanup code by Akron · 3 years, 4 months ago
  69. 49d27ee Fix epsilon handling in match operation by Akron · 3 years, 4 months ago
  70. 465a099 Add support for epsilon symbols by Akron · 3 years, 4 months ago
  71. 730a79c Support unknown and identity symbols by Akron · 3 years, 4 months ago
  72. 75ebe7f Fix foma format parser by Akron · 3 years, 4 months ago
  73. 8ef408b Initial commit by Akron · 3 years, 4 months ago