-
Please add your suggestions / discussion below. Submissions close in 2 weeks from today, I'll open a poll then.
The name should be short, easy to remember, ideally reflect the content of the project …
-
This ticket is for Jack Duff, with @jtauber generously assisting.
The basic idea is to make a map of Greek letters and their IPA equivalents, something like:
```
{'α': 'a',
'αι', 'ai',
'ζ': 'zd',
'θ…
-
@atjonathan is in charge of coordinating the expansion of these challenges, but he needs your help.
For each challenge, please reply to this GitHub issue with:
1. Challenge description text
2. Test s…
-
I have started updating the riot documentation for the upcoming 3.0.0 release but I realized that the project description _A React-like, user interface library_ (used many times in our doc) is not rea…
-
The Phrase type generated in #871 should be moved to the module api-segmentation-asl. However, the name "phrase", although used by Mikolov et al. [1], is not really linguistically grounded and should …
-
-
I think this topic needs a separate issue (was originally started in #140 and continued in #142).
/cc @cefn
-
Certain Ramda functions are unsafe. Take this quartet, for example:
```
R.head :: [a] -> a | Undefined -- unsafe
R.last :: [a] -> a | Undefined -- unsafe
R.tail :: [a] -> [a] -- safe, bu…
-
Hi Liang,
I do read the suggested papers, and was in a chaos:
The paper "Bringing machine learning and compositional semantics together" says: "We use [u] for
the translation of syntactic expression u…
-
## Topic
Should we consider a virtual DOM for Dojo 2?
## Considerations
There are several considerations that should be made about a virtual DOM for Dojo 2:
- Perceived benefits:
- Allowing batchi…