[GitHub] opennlp pull request #74: OPENNLP-947: Organize imports according to new ord...

2017-01-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/opennlp/pull/74 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] opennlp pull request #55: OPENNLP-927: Removed PluggableParameter

2017-01-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/opennlp/pull/55 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] opennlp pull request #55: OPENNLP-927: Removed PluggableParameter

2017-01-18 Thread danielruss
GitHub user danielruss reopened a pull request: https://github.com/apache/opennlp/pull/55 OPENNLP-927: Removed PluggableParameter Merged the functionality of PluggableParameter and TrainingData. Changed all instances of PluggableParameters to TrainingData. You can merge this pull

[GitHub] opennlp pull request #55: OPENNLP-927: Removed PluggableParameter

2017-01-18 Thread danielruss
Github user danielruss closed the pull request at: https://github.com/apache/opennlp/pull/55 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] opennlp pull request #74: OPENNLP-947: Organize imports according to new ord...

2017-01-18 Thread smarthi
GitHub user smarthi opened a pull request: https://github.com/apache/opennlp/pull/74 OPENNLP-947: Organize imports according to new order This is first of several PRs, deliberately keeping them small for easier review. You can merge this pull request into a Git repository by

ApacheCon CFP closing soon (11 February)

2017-01-18 Thread Rich Bowen
Hello, fellow Apache enthusiast. Thanks for your participation, and interest in, the projects of the Apache Software Foundation. I wanted to remind you that the Call For Papers (CFP) for ApacheCon North America, and Apache: Big Data North America, closes in less than a month. If you've been

[GitHub] opennlp pull request #73: OPENNLP-719: Fixes issue with NF default type in C...

2017-01-18 Thread wcolen
Github user wcolen closed the pull request at: https://github.com/apache/opennlp/pull/73 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: Suggestion/Query - Adding weights to words in Document Classifier

2017-01-18 Thread Manoj B. Narayanan
Hi Cohan, Thanks for the reply. Am not sure if my intention got conveyed properly. To rephrase my intention - Let us assume that we have three key tokens that decide the outcome. Out of the three, one token can mean a lot to one outcome while the same can be used in another outcome with less

Re: Suggestion/Query - Adding weights to words in Document Classifier

2017-01-18 Thread Manoj B. Narayanan
Hi Damiano, Thank you. I will definitely look into it. Manoj. On Wed, Jan 18, 2017 at 5:30 PM, Damiano Porta wrote: > Manoj, > > you can add custom feature using a generator that implements this: > https://github.com/apache/opennlp/blob/master/opennlp- >

Re: Suggestion/Query - Adding weights to words in Document Classifier

2017-01-18 Thread Damiano Porta
Manoj, you can add custom feature using a generator that implements this: https://github.com/apache/opennlp/blob/master/opennlp-tools/src/main/java/opennlp/tools/doccat/FeatureGenerator.java take a look at

Re: Suggestion/Query - Adding weights to words in Document Classifier

2017-01-18 Thread Cohan Sujay Carlos
In machine learning, one learns the weights you're speaking of, Manoj. So, the words that are more important for any category are given higher weightage during classification. However, rather than requiring a user to manually assign these weights, a machine learning system learns the weights

Suggestion/Query - Adding weights to words in Document Classifier

2017-01-18 Thread Manoj B. Narayanan
Hi, I was wondering if there is a way to assign weights to certain words of a class in the Document Classifier. Some words are important for a particular class. Even though these words may occur in other classes, the level of importance may vary. So, if certain words in certain classes are given