Class ConnectionCosts


  • public final class ConnectionCosts
    extends java.lang.Object
    n-gram connection cost data
    • Field Detail

      • buffer

        private final java.nio.ByteBuffer buffer
      • forwardSize

        private final int forwardSize
    • Constructor Detail

      • ConnectionCosts

        private ConnectionCosts()
                         throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • get

        public int get​(int forwardId,
                       int backwardId)