Skip to main content

Showing 1–2 of 2 results for author: Ohno, T

Searching in archive cs. Search in all archives.
.
  1. arXiv:1811.01472  [pdf, other

    cs.DS

    RePair in Compressed Space and Time

    Authors: Kensuke Sakai, Tatsuya Ohno, Keisuke Goto, Yoshimasa Takabatake, Tomohiro I, Hiroshi Sakamoto

    Abstract: Given a string $T$ of length $N$, the goal of grammar compression is to construct a small context-free grammar generating only $T$. Among existing grammar compression methods, RePair (recursive paring) [Larsson and Moffat, 1999] is notable for achieving good compression ratios in practice. Although the original paper already achieved a time-optimal algorithm to compute the RePair grammar RePair(… ▽ More

    Submitted 4 November, 2018; originally announced November 2018.

  2. arXiv:1704.05233  [pdf, other

    cs.DS

    A Faster Implementation of Online Run-Length Burrows-Wheeler Transform

    Authors: Tatsuya Ohno, Yoshimasa Takabatake, Tomohiro I, Hiroshi Sakamoto

    Abstract: Run-length encoding Burrows-Wheeler Transformed strings, resulting in Run-Length BWT (RLBWT), is a powerful tool for processing highly repetitive strings. We propose a new algorithm for online RLBWT working in run-compressed space, which runs in $O(n\lg r)$ time and $O(r\lg n)$ bits of space, where $n$ is the length of input string $S$ received so far and $r$ is the number of runs in the BWT of th… ▽ More

    Submitted 14 October, 2017; v1 submitted 18 April, 2017; originally announced April 2017.

    Comments: In Proc. IWOCA2017