Add ", um" to the list of suffixes to indicate a time entry being
uncertain
This commit is contained in:
parent
2c0d8e041e
commit
3a5790853c
|
@ -59,13 +59,14 @@ final class NodaUncertaintyHelper {
|
|||
"wohl um ",
|
||||
"circa ",
|
||||
"ca. ",
|
||||
"ca "
|
||||
"ca ",
|
||||
];
|
||||
|
||||
const TIME_UNCERTAINTY_SUFFIXES = [
|
||||
"(?)",
|
||||
"?",
|
||||
" körül"
|
||||
" körül",
|
||||
", um",
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user