-
This is a working draft, and may be revised based on feedback in the comments. Where appropriate, I will note if a change has been made.
## Use case
Avoiding the creation of multiple, nearly ide…
-
[Section 2.8](https://www.rfc-editor.org/authors/rfc9312.html#section-2.8): We suggest rephrasing this sentence for easy comprehension or limiting the number of adverbs in this sentence. Overuse of ad…
-
It's strange but the phrase "go home" was placed into adverb category.
-
Adverbs like [right, just, back, up, down, out, over, on] can precede a PP, especially a locative PP:
- It is **right** around the corner.
- It is **over** by the window.
- They nursed me **back*…
-
I would suggest that in each alphabet-folder of this vocabulary builder project, There should be **parts-of-speech subfolders** where specific words should be.
Something like
```
A
nouns
…
-
In all the following examples, the indefinite article is specified as "a".
"a bad fever" realizes to "A bad fever."
"a awful fever" realizes to "An awful fever." Notice that SimpleNLG has chose…
-
ᾗπερ should be labeled an adverb, rather than as a conjunction.
-
There is a conjunction _то_ _(then)_ in Ukrainian, as in _If something, **then** something._
While _then_ can be `ADV`, **_то_** is a pure conjunction (has no temporal meaning), but it's neither coor…
-
currently pre(verbs/nouns/adverbs) are not glossed in summaries. That needs to change.
-
# Short description
Hash slices should have an option to return a hash.
# More details
Given the code
```raku
sub foo(%h) {
say %h;
}
my %bar = ;
foo %bar:p; # error
foo…