Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-4556

MARKTABLE does not support ignoring whitespaces in the entries of the dictionary

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.3.1ruta
    • 2.3.1ruta
    • Ruta
    • None

    Description

      MARKFAST's last parameter allows to specify whether whitespaces in the entries of the dictionary should be ignored. see docs

      MARKTABLE does not support this. One way to add this feature is to support it down to the scripting language. However, it would break backwards compatibility, since it would change the syntax from

      MARKTABLE(TypeExpression, NumberExpression, TableExpression 
                (,BooleanExpression, NumberExpression, 
                StringExpression, NumberExpression)? 
                (,StringExpression = NumberExpression)+)
      

      to

      MARKTABLE(TypeExpression, NumberExpression, TableExpression 
                (,BooleanExpression, NumberExpression, 
                StringExpression, NumberExpression, BooleanExpression)? 
                (,StringExpression = NumberExpression)+)
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            renaudrichardet Renaud Richardet
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: