[jira] [Commented] (OPENNLP-1013) [OpenNLP][R Language][1.5.3-2] Bug when using French models

2017-07-09 Thread Iuri Deolindo Nogueira (JIRA)

[ 
https://issues.apache.org/jira/browse/OPENNLP-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16079515#comment-16079515
 ] 

Iuri Deolindo Nogueira commented on OPENNLP-1013:
-

Ops, so sorry. My misunderstood. 
I'll check from my side, and if need, I'll go getting in touch with rJava 
package responsables to see if they can give me some more detailled logs to 
understand better the situation.
Thank you again for your concern about it.

> [OpenNLP][R Language][1.5.3-2] Bug when using French models
> ---
>
> Key: OPENNLP-1013
> URL: https://issues.apache.org/jira/browse/OPENNLP-1013
> Project: OpenNLP
>  Issue Type: Bug
>  Components: POS Tagger
>Affects Versions: tools-1.5.3
> Environment: R Language, RStudio
>Reporter: Iuri Deolindo Nogueira
> Fix For: 1.8.2
>
>
> When using French models in R language, I'm receving a "subscript out of 
> bound" issue. I'm going to detail:
> -
> Well, I'm using French models to NLP in R environment. To get the french 
> models, I'm using binaries compiled and develloped by Nicolas:
> https://sites.google.com/site/nicolashernandez/resources/opennlp
> http://enicolashernandez.blogspot.fr/2012/12/apache-opennlp-fr-models.html
> https://drive.google.com/drive/folders/0B4AyWQriFkxgWHR6QzlvcmxmdE0
> -
> The problem it happens only with the POS function. This is how I call the 
> function and respective issue:
> Maxent_POS_Tag_Annotator(language = "fr", probs = TRUE, model = 
> paste0(, "fr-pos.bin"))
> Issue: 
> Error in environment(f)$meta[[tag]] : subscript out of bounds
> -
> However, if I deleted the language parameter, the issue does not happen 
> anymore:
> Maxent_POS_Tag_Annotator(probs = TRUE, model = 
> paste0(, "fr-pos.bin"))



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OPENNLP-1013) [OpenNLP][R Language][1.5.3-2] Bug when using French models

2017-07-08 Thread Iuri Deolindo Nogueira (JIRA)

[ 
https://issues.apache.org/jira/browse/OPENNLP-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16079339#comment-16079339
 ] 

Iuri Deolindo Nogueira commented on OPENNLP-1013:
-

Thank you for fixing the problem.
I'll try with the newest version !!

> [OpenNLP][R Language][1.5.3-2] Bug when using French models
> ---
>
> Key: OPENNLP-1013
> URL: https://issues.apache.org/jira/browse/OPENNLP-1013
> Project: OpenNLP
>  Issue Type: Bug
>  Components: POS Tagger
>Affects Versions: tools-1.5.3
> Environment: R Language, RStudio
>Reporter: Iuri Deolindo Nogueira
> Fix For: 1.8.2
>
>
> When using French models in R language, I'm receving a "subscript out of 
> bound" issue. I'm going to detail:
> -
> Well, I'm using French models to NLP in R environment. To get the french 
> models, I'm using binaries compiled and develloped by Nicolas:
> https://sites.google.com/site/nicolashernandez/resources/opennlp
> http://enicolashernandez.blogspot.fr/2012/12/apache-opennlp-fr-models.html
> https://drive.google.com/drive/folders/0B4AyWQriFkxgWHR6QzlvcmxmdE0
> -
> The problem it happens only with the POS function. This is how I call the 
> function and respective issue:
> Maxent_POS_Tag_Annotator(language = "fr", probs = TRUE, model = 
> paste0(, "fr-pos.bin"))
> Issue: 
> Error in environment(f)$meta[[tag]] : subscript out of bounds
> -
> However, if I deleted the language parameter, the issue does not happen 
> anymore:
> Maxent_POS_Tag_Annotator(probs = TRUE, model = 
> paste0(, "fr-pos.bin"))



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OPENNLP-1013) [OpenNLP][R Language][1.5.3-2] Bug when using French models

2017-03-31 Thread Iuri Deolindo Nogueira (JIRA)

 [ 
https://issues.apache.org/jira/browse/OPENNLP-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Iuri Deolindo Nogueira updated OPENNLP-1013:

Description: 
When using French models in R language, I'm receving a "subscript out of bound" 
issue. I'm going to detail:

-

Well, I'm using French models to NLP in R environment. To get the french 
models, I'm using binaries compiled and develloped by Nicolas:

https://sites.google.com/site/nicolashernandez/resources/opennlp
http://enicolashernandez.blogspot.fr/2012/12/apache-opennlp-fr-models.html
https://drive.google.com/drive/folders/0B4AyWQriFkxgWHR6QzlvcmxmdE0

-

The problem it happens only with the POS function. This is how I call the 
function and respective issue:

Maxent_POS_Tag_Annotator(language = "fr", probs = TRUE, model = 
paste0(, "fr-pos.bin"))

Issue: 
Error in environment(f)$meta[[tag]] : subscript out of bounds

-

However, if I deleted the language parameter, the issue does not happen anymore:

Maxent_POS_Tag_Annotator(probs = TRUE, model = paste0(, 
"fr-pos.bin"))


  was:
When using French models in R language, I'm receving a "subscript out of bound" 
issue. I'm going to detail:

-

Well, I'm using French models to NLP in R environment. To get the french 
models, I'm using binaries compiled and develloped by Nicolas:

https://sites.google.com/site/nicolashernandez/resources/opennlp
http://enicolashernandez.blogspot.fr/2012/12/apache-opennlp-fr-models.html
https://drive.google.com/drive/folders/0B4AyWQriFkxgWHR6QzlvcmxmdE0

-

The problem it happens only with the POS function. This is how I call the 
function and respective issue:

Maxent_POS_Tag_Annotator(language = "fr", probs = TRUE, model = 
paste0(, "fr-pos.bin"))

Issue: 
Error in environment(f)$meta[[tag]] : subscript out of bounds

-

However, if I deleted the language parameter, there won't the issue anymore:

Maxent_POS_Tag_Annotator(probs = TRUE, model = paste0(, 
"fr-pos.bin"))



> [OpenNLP][R Language][1.5.3-2] Bug when using French models
> ---
>
> Key: OPENNLP-1013
> URL: https://issues.apache.org/jira/browse/OPENNLP-1013
> Project: OpenNLP
>  Issue Type: Bug
>  Components: POS Tagger
>Affects Versions: tools-1.5.3
> Environment: R Language, RStudio
>Reporter: Iuri Deolindo Nogueira
>
> When using French models in R language, I'm receving a "subscript out of 
> bound" issue. I'm going to detail:
> -
> Well, I'm using French models to NLP in R environment. To get the french 
> models, I'm using binaries compiled and develloped by Nicolas:
> https://sites.google.com/site/nicolashernandez/resources/opennlp
> http://enicolashernandez.blogspot.fr/2012/12/apache-opennlp-fr-models.html
> https://drive.google.com/drive/folders/0B4AyWQriFkxgWHR6QzlvcmxmdE0
> -
> The problem it happens only with the POS function. This is how I call the 
> function and respective issue:
> Maxent_POS_Tag_Annotator(language = "fr", probs = TRUE, model = 
> paste0(, "fr-pos.bin"))
> Issue: 
> Error in environment(f)$meta[[tag]] : subscript out of bounds
> -
> However, if I deleted the language parameter, the issue does not happen 
> anymore:
> Maxent_POS_Tag_Annotator(probs = TRUE, model = 
> paste0(, "fr-pos.bin"))



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (OPENNLP-1013) [OpenNLP][R Language][1.5.3-2] Bug when using French models

2017-03-31 Thread Iuri Deolindo Nogueira (JIRA)
Iuri Deolindo Nogueira created OPENNLP-1013:
---

 Summary: [OpenNLP][R Language][1.5.3-2] Bug when using French 
models
 Key: OPENNLP-1013
 URL: https://issues.apache.org/jira/browse/OPENNLP-1013
 Project: OpenNLP
  Issue Type: Bug
  Components: POS Tagger
Affects Versions: tools-1.5.3
 Environment: R Language, RStudio
Reporter: Iuri Deolindo Nogueira


When using French models in R language, I'm receving a "subscript out of bound" 
issue. I'm going to detail:

-

Well, I'm using French models to NLP in R environment. To get the french 
models, I'm using binaries compiled and develloped by Nicolas:

https://sites.google.com/site/nicolashernandez/resources/opennlp
http://enicolashernandez.blogspot.fr/2012/12/apache-opennlp-fr-models.html
https://drive.google.com/drive/folders/0B4AyWQriFkxgWHR6QzlvcmxmdE0

-

The problem it happens only with the POS function. This is how I call the 
function and respective issue:

Maxent_POS_Tag_Annotator(language = "fr", probs = TRUE, model = 
paste0(, "fr-pos.bin"))

Issue: 
Error in environment(f)$meta[[tag]] : subscript out of bounds

-

However, if I deleted the language parameter, there won't the issue anymore:

Maxent_POS_Tag_Annotator(probs = TRUE, model = paste0(, 
"fr-pos.bin"))




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)