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

Use Object values in TrainingParameters instead of String

VotersStop watchingWatchersLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    Description

      When I worked on OPENNLP-1032, I realized that TrainingParameters manages parameters as Map<String,String>. So, users have to set their int parameters like this:

      trainParam.put("name", "100");
      

      but it should look like this:

      trainParam.put("name", 100);
      

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            koji Koji Sekiguchi
            koji Koji Sekiguchi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Stop watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment