-
Following up from the November 4 community call, there was discussion around search term stemming in Solr, and how it's currently too aggressive. Users have found that the following terms are getting…
-
We need a tool to find the root words of any given tamil word.
for example - > கம்பரிடம் -> கம்பர், சென்னையில் > சென்னை, மரத்தின் -> மரம்
For that, we need the tamil rules for சேர்த்து எழுதுக, …
-
This is for the longer term, until then we have to improvise with some of the Polish entries.
Polish (and surely some other languages that may have their versions of the content too) grammar is mor…
-
The stem function isn't working. It's can't take the words into it's base form.
-
This is an epic issue to track all the work on STEM mixing.
This issue will also be used to keep track of all possibilities about STEM mixing. This may include competitors or original features
N…
-
Hello @lmterryn,
Thank you for this wonderful packagefor easy extraction of structural metrics.
I am running the `summary_qsm_metrics()` function and i am getting this error
**Error in stem_…
-
### What feature are you requesting?
I would like to be able to apply stemming to each record individually at index creation according to a language column specified for each record.
### Why are…
-
Polytomies in the default Spiral view are drawn in light grey but the stems of the leafs are drawn in dark grey. This includes midnodes that are children of polytomies. I wonder if it'd be clearer of …
-
Is there a way to Enable Stemming in the search results web part? This is a supported SharePoint feature in the search API. https://learn.microsoft.com/en-us/sharepoint/dev/general-development/sharepo…
-
I'm dealing with directories that contain dots in the name:
```rust
let path = Path::new("2024.11.23_directory");
dbg!(path.file_stem());
```
I expected it to just return the pure filename, since …