| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
conditional probability. This turns out to be more useful for part of speech tagging
|
|
analysis intead of an integer. This is now consistent with lookupMorpho and friends
|
|
instead of bytes
|
|
|
|
|
|
|
|
|
|
leftmost word becomes ROOT, the others become dep - which can be eliminated by cnclabels. This works fine for e.g. English prepositional and particle verbs. But it does not work if the 'main' word is not the leftmost one
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Clearly just a copy-paste error
|
|
https://github.com/GrammaticalFramework/gf-typescript
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Matches definition in src/compiler/GF/Grammar/Lexer.x
|
|
|
|
Adds new class TaggedString
|
|
|
|
|
|
`javascript`.
|
|
|
|
Not sure if this behaviour is identical to previous version,
or in truth how important it really is anyway
|
|
Despite it being deprecated 🙈
|
|
|
|
|
|
|
|
|
|
|
|
gflib.js required changing the String prototype which I'm not sure I want to do here
|
|
All code has been copied from gflib.js but there are many type errors
yet to be resolved
|
|
|