Assaf Urieli
Assaf Urieli
This fixes various errors when attempting to run against allennlp v2.9.3 Currently fixed the train_lstm example.
- FastExcel version: 0.15.6 - Excel version: Microsoft® Excel® for Microsoft 365 MSO (Version 2307 Build 16.0.16626.20110) 32 bits I create an Excel file with a single cell, containing over...
When making a correction on the frontend, I get this error: ``` Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://ybc-backend.jochre.org/jochreSearch/search?command=s…7%90%D6%B8%D7%A1&suggestion2=&fontCode=serif&languageCode=yi. (Reason: CORS header ‘Access-Control-Allow-Origin’...
If one text marker replaces "abc" with "Sheep" and another replaces "b" with "Horse", the result for "JJJabcKKK" will be "JJJSheepHorseKKK". Ideally, we want "JJJSheepKKK". Thus, we need to define...
In a sentence with an uppercase word in the middle, if the uppercase word is correctly tagged as a common noun, Talismane will not find its lemma in the glossary,...
Currently there is no way of distinguishing hard and soft `HYP` elements. Example of a hard hyphen: ``` I separated the words by a non- breaking space. ``` Example of...
The `GlyphType` [documentation](https://github.com/altoxml/schema/blob/1a67f01c3689e5ff4b1714c4395b9fdcf668d93b/v4/alto-4-4.xsd#L1181) states: ``` Accordingly the value for the glyph element will be defined as follows: Pre-composed representation = base + combining character(s) (decomposed representation) See http://www.fileformat.info/info/unicode/char/0101/index.htm "U+0101" =...
One of the most inherently difficult OCR tasks is segmenting a String into Glyphs. Because of ink or wearing problems, two glyphs can be merged on the page without any...
Multipart support was never added to the stub: https://github.com/softwaremill/tapir/blob/abeb5d72e4e7a16c4da3830a59eb58862dfda69b/server/sttp-stub-server/src/main/scala/sttp/tapir/server/stub/SttpRequestBody.scala#L49 This makes it impossible to test endpoints with multipart bodies. _Originally posted by @adamw in https://github.com/softwaremill/tapir/issues/3895#issuecomment-2208480834_