dkpro-uby icon indicating copy to clipboard operation
dkpro-uby copied to clipboard

add getSenseIterator(EPartOfSpeech pos, Lexicon lexicon)

Open judithek opened this issue 9 years ago • 9 comments

currently the API class Uby.java provides a method 
getSenseIterator(Lexicon lexicon)

However, for many use cases, a method that iterates over senses with a particular POS,
would be both convenient and more efficient.

This would be in analogy to 
getLexicalEntryIterator(Lexicon lexicon)
and
getLexicalEntryIterator(EPartOfSpeech pos,Lexicon lexicon)

Original issue reported on code.google.com by eckle.kohler on 2013-04-29 18:57:52

judithek avatar May 06 '15 12:05 judithek

I think it would be nice to have the same method for Synsets as well. 

Now UBY has this:

    getSynsetIterator(Lexicon lexicon)

which with same logic it makes sense to have this as well:

    getSynsetIterator(EPartOfSpeech pos,Lexicon lexicon)




Original issue reported on code.google.com by ehsan.khoddam on 2013-05-03 10:58:00

judithek avatar May 06 '15 12:05 judithek

(No text was entered with this change)

Original issue reported on code.google.com by eckle.kohler on 2013-05-21 18:29:36

  • Labels added: Milestone-0.3.0

judithek avatar May 06 '15 12:05 judithek

(No text was entered with this change)

Original issue reported on code.google.com by eckle.kohler on 2013-08-10 19:23:49

  • Labels added: Milestone-0.4.0
  • Labels removed: Milestone-0.3.0

judithek avatar May 06 '15 12:05 judithek

re-assigned

Original issue reported on code.google.com by eckle.kohler on 2014-05-11 12:00:07

  • Labels added: Milestone-0.5.0
  • Labels removed: Milestone-0.4.0

judithek avatar May 06 '15 12:05 judithek

(No text was entered with this change)

Original issue reported on code.google.com by eckle.kohler on 2014-06-07 13:44:15

  • Labels added: Milestone-0.6.0
  • Labels removed: Milestone-0.5.0

judithek avatar May 06 '15 12:05 judithek

(No text was entered with this change)

Original issue reported on code.google.com by eckle.kohler on 2014-07-13 08:25:24

judithek avatar May 06 '15 12:05 judithek

(No text was entered with this change)

Original issue reported on code.google.com by eckle.kohler on 2014-10-09 17:20:17

judithek avatar May 06 '15 12:05 judithek

(No text was entered with this change)

Original issue reported on code.google.com by eckle.kohler on 2014-10-30 15:36:32

  • Labels added: Milestone-0.7.0
  • Labels removed: Milestone-0.6.0

judithek avatar May 06 '15 12:05 judithek

(No text was entered with this change)

Original issue reported on code.google.com by chmeyer.de on 2015-04-10 08:57:50

  • Labels added: Milestone-0.8.0
  • Labels removed: Milestone-0.7.0

judithek avatar May 06 '15 12:05 judithek