Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Moved the bridi rules out of the tenses ruleset |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
980f68908a778fa633078288881ded61 |
User & Date: | alaric 2014-07-08 21:09:49 |
Context
2014-12-02
| ||
13:30 | Added {mo'u} check-in: 3ca746a9c1 user: alaric tags: trunk | |
2014-07-08
| ||
21:09 | Moved the bridi rules out of the tenses ruleset check-in: 980f68908a user: alaric tags: trunk | |
2013-07-16
| ||
10:21 | Fixed misplacement of the relative clause/phrase subgraph. check-in: 400a16b6a3 user: alaric tags: trunk | |
Changes
Added lojban-bridi.ruleset.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | ;; This is severely incomplete and should be considered a "stub" (bridi . (seq (elidable ".i") (optional (choice (seq modal "bo") (seq (optional JA) (optional (seq (one-or-more time-tense) (one-or-more space-tense))) "bo"))) (zero-or-more (choice (seq tense "ku") place)) (elidable "cu") (seq (choice (seq tense (optional "ki")) "nau" "ki" (comment "{ca'a} = actually happens\n{ka'e} = is possible\n{nu'o} = can, but hasn't\n{pu'i} = can, and has" "ca'a|ka'e|nu'o|pu'i")) (choice gismu lujvo |fi'uvla| tanru)) (zero-or-more (choice (seq tense "ku") place)) (elidable "vau"))) (place . (seq (optional-choice modal FA) sumti)) |
Changes to lojban-tenses.ruleset.
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | 1 2 3 4 5 6 7 | (tense . (seq (seq (one-or-more time-tense) (one-or-more space-tense)) (optional (comment "Motion in the indicated direction" (seq "mo'i" space-direction))) (comment "{di'i} = regularly\n{na'o} = typically\n{ru'i} = continuously\n{ta'e} = habitually\n<N> {roi}[{nai}] = happens [not] N times\n<N> {re'u} = for the Nth time" |
︙ | ︙ | |||
77 78 79 80 81 82 83 | . (seq (comment "{pu} = past\n{ca} = present\n{ba} = future" (optional "pu|ca|ba")) (comment "{zi} = near\n{za} = medium\n{zu} = far" (optional "zi|za|zu")) (optional (seq (comment "{ze'i} = briefly\n{ze'a} = medium\n{ze'u} = prolonged\n{ze'e} = forever" "ze'i|ze'a|ze'u|ze'e") (comment "{pu} = interval extends to past\n{ca} = interval surrounds point\n{ba} = interval extends to future"(optional "pu|ca|ba")))))) | < < < < | 48 49 50 51 52 53 54 | . (seq (comment "{pu} = past\n{ca} = present\n{ba} = future" (optional "pu|ca|ba")) (comment "{zi} = near\n{za} = medium\n{zu} = far" (optional "zi|za|zu")) (optional (seq (comment "{ze'i} = briefly\n{ze'a} = medium\n{ze'u} = prolonged\n{ze'e} = forever" "ze'i|ze'a|ze'u|ze'e") (comment "{pu} = interval extends to past\n{ca} = interval surrounds point\n{ba} = interval extends to future"(optional "pu|ca|ba")))))) |