Michael Wayne Goodman
Michael Wayne Goodman
@alvations so you wrapped a REPP binary instead of implementing a REPP processor? It would then be good to provide a link to where someone could get such a binary....
As another alternative, and following up from earlier comments in this issue, the pure Python REPP implementation in [PyDelphin](https://github.com/delph-in/pydelphin) ([docs](https://pydelphin.readthedocs.io/en/latest/api/delphin.repp.html)) has been available for about 3 years now and I'll...
> Is it multilingual? The implementation is just the engine for applying systems of regexes, tracking original string indices, etc. The rules for tokenization are defined separately, mainly by implemented...
> Would it be possible for us to manually fix these issues without breaking word associations [...] Replying specifically to this: It is incredibly difficult to alter WNDB data without...
Thanks, @fcbond! @stevenbird, Wn has the similarity metrics, information content (it even reads the `wordnet_ic` files from `nltk_data`), Morphy, etc. Some absent features that may be desired are [looking things...
This is not a problem. The error is in the way @sampablokuper retrieved synsets for lemmas (but I would sympathize that the API for retrieving non-English entries can be confusing...
I'm not sure I see the problem here. The code counts how many of the entries begin with an ASCII capital letter, and some languages have a different number of...
I think https://github.com/goodmami/wn can do everything PyWSD needs, but it's just the effort of porting it over. There's not too many places the old `wn` or `wnic` are called, and...
This was fixed in 20885bf347e4016174de8a0eaf593d7a3f37b28c but, currently, only if you install from the source code. The last release on GitHub and version on PyPI do not include the change.
@Cbhihe I am not a maintainer of this project, so I cannot say. @alvations any chance we can get a new release on PyPI? It only needs to be the...