mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 05:18:58 +00:00
Recipe detection
This commit is contained in:
parent
0dfcf2f7af
commit
2bfde9d030
@ -6,6 +6,9 @@ import lombok.AllArgsConstructor;
|
||||
import java.util.Arrays;
|
||||
import java.util.stream.Stream;
|
||||
|
||||
/**
|
||||
* @see nu.marginalia.util.language.processing.SentenceExtractor
|
||||
*/
|
||||
@AllArgsConstructor
|
||||
public class DocumentLanguageData {
|
||||
public final DocumentSentence[] sentences;
|
||||
|
Loading…
Reference in New Issue
Block a user