Uploaded image for project: 'OpenNLP'
  1. OpenNLP
  2. OPENNLP-567

Error in opennlp.tools.util.Span.toString() end bracket should be "]" not ")"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Won't Fix
    • tools-1.5.3
    • None
    • None
    • All

    Description

      public String toString()

      { StringBuffer toStringBuffer = new StringBuffer(15); toStringBuffer.append("["); toStringBuffer.append(getStart()); toStringBuffer.append(".."); toStringBuffer.append(getEnd()); toStringBuffer.append(")"); <-- this should be "]" return toStringBuffer.toString(); }

      Attachments

        Activity

          People

            joern Jörn Kottmann
            ksankar Krishna Sankar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 10m
                10m
                Remaining:
                Remaining Estimate - 10m
                10m
                Logged:
                Time Spent - Not Specified
                Not Specified