-
Can the training instructions (https://nerd.readthedocs.io/en/latest/train.html) be used to train models in languages that are currently not supported? Or are they just for retraining with supported l…
-
The following passage in https://dharmalekha.info/texts/INSIDENKHering rather clearly shows that simply encoding `mā>` may not be sufficient:
(A22) rgaṇuṁ pu daṅhil· Irikaṁ lmaḥniṁ samaṅkana mā kā …
-
The keyboard shortcuts are great, they make this extension very powerful. One thing that I wish could be done more easily is to copy just the highlighted text to the clipboard. The only built-in actio…
-
I have a document written in French and English. Is this possible to have something like:
spelling_lang=['en_US', 'fr_CH']
-
Hello all! As per the suggestion in last Friday's session, I am hereby opening the discussion on how to implement the option of adding Japanese _kundoku_-based editions of Classical Chinese texts to t…
-
> Each
>> - selection or iteration statement ([stmt.select], [stmt.iter]),
>> - substatement of such a statement,
>> - handler ([except.pre]), or
>> - compound statement ([stmt.block]) that is not…
-
Is there any formal documentation on the search syntax supported?
Like, is the exclusive "AND" operator supported? If I search for "term1 term2", pagefind seems to treat all searches like all the t…
-
Using moodle-tool_mergeusers $plugin->version = 2014070900;
I merged profile 43493 into profile 44175 on my test site and I noticed the following DELETE statement on the results page, /admin/tool/mer…
-
Verses 35 to 44 are missing from 1 Chronicles 9.
Need to identify an authentic online source that has these.
-
`split(str)` splits on U+00A0 : NO-BREAK SPACE [NBSP]
```
julia> split("a b")
2-element Array{SubString{String},1}:
"a"
"b"
```
Python does this also:
```
>>> "a b".split()
['a', 'b']
…