class TapasEncoder extends AnyRef
          
            Linear Supertypes
          
          
        
          
          
            
          
          
        
        
            Ordering
            
          - Alphabetic
 - By Inheritance
 
                  Inherited
                  
                  
- TapasEncoder
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
              Visibility
              
        - Public
 - All
 
Instance Constructors
-  new TapasEncoder(sentenceStartTokenId: Int, sentenceEndTokenId: Int, encoder: WordpieceEncoder)
 
Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        
        val
      
      
        AGGREGATIONS: Map[Int, String]
      
      
      
- Attributes
 - protected
 
 - 
      
      
      
        
      
    
      
        
        val
      
      
        DT_FORMATTERS: Array[(DateTimeFormatter, Regex)]
      
      
      
- Attributes
 - protected
 
 - 
      
      
      
        
      
    
      
        
        val
      
      
        MAX_COLUMN_RANK: Int
      
      
      
- Attributes
 - protected
 
 - 
      
      
      
        
      
    
      
        
        val
      
      
        MAX_YEAR: Int
      
      
      
- Attributes
 - protected
 
 - 
      
      
      
        
      
    
      
        
        val
      
      
        MIN_NUMBER_OF_ROWS_WITH_VALUES_PROPORTION: Float
      
      
      
- Attributes
 - protected
 
 - 
      
      
      
        
      
    
      
        
        val
      
      
        MIN_YEAR: Int
      
      
      
- Attributes
 - protected
 
 - 
      
      
      
        
      
    
      
        
        val
      
      
        NUMBER_PATTERN: Regex
      
      
      
- Attributes
 - protected
 
 - 
      
      
      
        
      
    
      
        
        val
      
      
        NUMBER_WORDS: Array[String]
      
      
      
- Attributes
 - protected
 
 - 
      
      
      
        
      
    
      
        
        val
      
      
        ORDINAL_SUFFIXES: Array[String]
      
      
      
- Attributes
 - protected
 
 - 
      
      
      
        
      
    
      
        
        val
      
      
        ORDINAL_WORDS: Array[String]
      
      
      
- Attributes
 - protected
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... ) @native()
 
 -  def encodeTapasData(questions: Seq[String], table: TableData, caseSensitive: Boolean, maxSentenceLength: Int): Seq[TapasInputData]
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        finalize(): Unit
      
      
      
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws( classOf[java.lang.Throwable] )
 
 -  def getAggregationString(aggregationId: Int): String
 - 
      
      
      
        
      
    
      
        
        def
      
      
        getAllSpans(text: String, maxNgramLength: Int): Array[(Int, Int)]
      
      
      
- Attributes
 - protected
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        parseDate(text: String): Option[TapasCellDate]
      
      
      
- Attributes
 - protected
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        parseNumber(text: String): Option[Float]
      
      
      
- Attributes
 - protected
 
 -  def parseText(text: String): Array[TapasNumericValueSpan]
 -  val sentenceEndTokenId: Int
 -  val sentenceStartTokenId: Int
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... ) @native()