Maarten Trompper
Maarten Trompper
I added JavaDoc on some important classes and functions in AndEngine. I frequently use autoformat in Eclipse so it looks like I edited some of your code too; it's only...
Also see #3 > When sorting, BibTEX computes a string, named sort.key$, for each entry. The sort.key$ string is an (often long) string defining the order in which entries will...
Needs helper functions, see #1, #2, #3. > We’ll need several definitions before going further. The brace depth of an item is the number of braces surrounding it. This is...
> Classical non-alphanumeric characters23, except special characters, will be removed by a BibTEX function named purify$. For special characters, purify$ removes spaces and LATEX commands (strings beginning with a backslash),...
> the second transformation applied to a title is to be turned to lower case (except the first character). The function named change.case$ does this job. But it only applies...
Ensure that the probabilities in a SCFG are proper and consistent as defined in Booth and Thompson (1973), and that the grammar contains no useless nonterminals (ones that can never...
Suppose you have a grammar and a set of parsed sentences, we want to use [inside-outside](https://en.wikipedia.org/wiki/Inside%E2%80%93outside_algorithm) to estimate the most likely probability distribution for the grammar rules
The parser currently can't handle rules of the form ``` X → ε (p) ``` where ε is the empty string. See section 4.7 *Null Productions* on page 19 of...
E.g., this branch commit: https://github.com/eroh92/boto_rsync/commit/971b42328cff67af4b898cccec18085ca02e4b60