-
Hi,
Thanks for releasing the code.
Just wonder if we need to add textiling_hyperparameters.SENTENCE_COMPARISON_WINDOW to the predicted segments? The first possible segmentation should occur at t…
-
[ ] I checked the [documentation](https://docs.ragas.io/) and related resources and couldn't find an answer to my question.
**Your Question**
faithfulness_score: always be nan
**Code Examples**…
-
Hello! I noticed `unic-segment` describes its purpose as implementing segmentation for graphemes, words, and sentences, as described in UAX#29. I'd like to propose a (possibly long-term) goal of addin…
-
the return sentence
`
return cached_sigmoid[int((x + MAX_SIGMOID) * SIGMOID_TABLE_SIZE / MAX_SIGMOID / 2)];
`
lead to Segmentation Fault (core dumped)
after I change the sentence to
`
return ca…
-
The goals of Unsupervised Segmentation Learning (USL) are:
1) Unsupervised learn of lexicon and tokenisation for languages like Chinese
2) Unsupervised learn for sentence splitting for languages lik…
-
There are different kinds of substrings that can be supported by this library. Currently, the implementation supports substrings with respect to `char`s, but some users will likely want substrings wit…
-
We need to develop some text segmentation techniques.
- sentence
- word
- word count
- character count
language
- [ ] English
-
caffe_copy(bottom[0]->count()*sizeof(Dtype), bottom_data, top_data);
caffe_copy(bottom[0]->count(), bottom_data, top_data);
These two sentences will cause a segmentation fault,
while I use
CUDA_CH…
-
The sentence segmentation sometimes leaves a dangling CCONJ at the end, e.g., if each "sentence" is an item in a bulleted list.
In the corpus:
- `Horse behaviour/training or`
- `- it chemically…
-
## Feature Description
Currently when audience sync action is invoked on first panel opening, first input in the panel is not focused afterwards. There is also a preview block, shown before the inp…