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

Use Object values in TrainingParameters instead of String

    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

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: