Class LangSys


  • public class LangSys
    extends java.lang.Object
    Version:
    $Id: LangSys.java 1733416 2016-03-03 07:07:13Z gadams $
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected LangSys​(java.io.RandomAccessFile raf)
      Creates new LangSys
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean isFeatureIndexed​(int n)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • lookupOrder

        private int lookupOrder
      • reqFeatureIndex

        private int reqFeatureIndex
      • featureCount

        private int featureCount
      • featureIndex

        private int[] featureIndex
    • Constructor Detail

      • LangSys

        protected LangSys​(java.io.RandomAccessFile raf)
                   throws java.io.IOException
        Creates new LangSys
        Throws:
        java.io.IOException
    • Method Detail

      • isFeatureIndexed

        protected boolean isFeatureIndexed​(int n)