Sushain Cherivirala
Sushain Cherivirala
> Do we do cross-domain requests for apertium.org? Does turkic? Nope, not at the moment. We used to but no longer do. Regardless, it would be nice to maintain support...
> Um, @sushain97 , did it work for you? For me the loader keeps on rotating infinitely! ~~@share-with-me what domain is the request being executed from? Cross domain won't work...
Hopefully `pkg_resources` is smart enough to give me the right path. It claims to be.
This issue is about simply choosing a better default here: https://github.com/apertium/apertium-apy/blob/master/apertium_apy/apy.py#L185. (only if the `pkg_resources` library is available).
Ideally, yes. I think there's a function in `pkg_resources` that purports to take an installed file and give you the system's actual path.
The Python docs cover that.
@unhammer ideas (aside from manually removing the marks)?
@shardulc, could you take care of this? The regex for error marks is already in the APy code iirc.
@shardulc there are other unknown word marks other than *, such as #. There should be a regex floating around somewhere in APy or html-tools that is more comprehensive.
Hm... perhaps not. https://github.com/goavki/streamparser/blob/master/streamparser.py#L28-L38