Difference between revisions of "English and Esperanto/Outstanding tests"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
==Accusative disappears if there is an adv before or after the verb (Jim?)== |
==Accusative disappears if there is an adv before or after the verb (Jim?)== |
||
* (en) ''You can also choose a profile from the command line.'' → Vi povas ankaŭ elekti profilon de la komanda linio. |
* (en) ''You can also choose a profile from the command line.'' → Vi povas ankaŭ elekti profilon de la komanda linio. |
||
* (en) ''I noticed too a recurrent problem with the punctuation. '' → Mi rimarkis ankaŭ ripetiĝantan problemon kun la interpunkcio. |
|||
* (en) ''It also recognises the children as individuals'' → Ĝi ankaŭ rekonas la infanojn kiel individuoj |
* (en) ''It also recognises the children as individuals'' → Ĝi ankaŭ rekonas la infanojn kiel individuoj |
||
* (en) ''they can learn to type in and recognise their own usernames'' → ili povas lerni entajpi kaj rekoni iliajn proprajn salutnomojn |
* (en) ''they can learn to type in and recognise their own usernames'' → ili povas lerni entajpi kaj rekoni iliajn proprajn salutnomojn |
||
==Accusative disappear on the second object== |
==Accusative disappear on the second object== |
Revision as of 20:17, 8 September 2008
[Maŝintradukado al Esperanto]: This is for the tests that doesen't work (yet).
- They are categorized according to which kind of work that needs to be done to make them work.
- When a test is working move it to English and Esperanto/Regression tests.
- If a test far-out and will (probably) never be done, it to English and Esperanto/Rejected tests.
- When the list is nearly empty, move something from English and Esperanto/Proposed future tests to here.
Contents
- 1 Accusative is wrongly put on 'estas' (Jim?)
- 2 Accusative disappears if there is an adv before or after the verb (Jim?)
- 3 Accusative disappear on the second object
- 4 Tagger errors (how to fix them??!?)
- 5 Accusative breaks when "the" or "a" doesent preceed the object (Jim?)=
- 6 Personal pronouns not working if accusative (Fran?)
- 7 Possesive pronouns not working (Fran?)
- 8 Future necation: "Will work" = laboros (future), but "will not work" != ne laboros
- 9 "Note that" + sentence => "Notu, ke" + sentence
Accusative is wrongly put on 'estas' (Jim?)
- (en) A small head is a sign of stress → malgranda kapo estas signo de streso
- (en) I am a cat → Mi estas kato
Accusative disappears if there is an adv before or after the verb (Jim?)
- (en) You can also choose a profile from the command line. → Vi povas ankaŭ elekti profilon de la komanda linio.
- (en) It also recognises the children as individuals → Ĝi ankaŭ rekonas la infanojn kiel individuoj
- (en) they can learn to type in and recognise their own usernames → ili povas lerni entajpi kaj rekoni iliajn proprajn salutnomojn
Accusative disappear on the second object
- (en) You can add users and classes. → Vi povas aldoni uzantojn kaj klasojn.
Tagger errors (how to fix them??!?)
- (en) login is configurable → ensaluto estas agordebla
The tagger selects the adjective form of Login. It should select the noun form.
Accusative breaks when "the" or "a" doesent preceed the object (Jim?)=
- (en) You can save multiple configurations, and switch between them easily. → Vi povas konservi multoblajn agordojn, kaj facile salti inter ili.
Try addind an "a" or "the" before "multiple configurations" and it works.
- (en) You can add multiple profiles, with different lists of boards, and different languages. → Vi povas aldoni multoblajn profilojn, kun diversaj listoj de tabuloj, kaj diversaj lingvoj.
- (en) Being able to identify individual children in GCompris means we can provide individual reports. → Esti kapabla identigi individuajn infanojn en GCompris signifas, ke ni povas provizi individuajn raportojn.
Personal pronouns not working if accusative (Fran?)
- (en) The dog bit me. → La hundo mordis min
- (en) The dog bit him. → La hundo mordis lin
- (en) The dog bit them. → La hundo mordis ilin
- Ive made an ugly hack, inserting
<e> <p> <l>vin</l> <r>prpers<s n="prn"/><s n="obj"/><s n="mf"/><s n="sp"/><s n="acc"/></r> </p> </e>
but this os obviously not the permanent fix. --Jacob Nordfalk 17:19, 7 September 2008 (UTC)
- (en) The dog bit you. → La hundo mordis vin
- (en) This page allows you to test the versions of Apertium data from SVN. → Ĉi tiu paĝo lasas vin provi la versiojn de Apertium datumo de SVN).
Possesive pronouns not working (Fran?)
- (en) Our dog. → Nia hundo
Future necation: "Will work" = laboros (future), but "will not work" != ne laboros
- (en) The dog will bark. → La hundo bojos.
- (en) The dog will not bark. → La hundo ne bojos.
- (en) These data will work. → Ĉi tiu datumo laboros.
- (en) These data will not work. → Ĉi tiu datumo ne laboros.
- (en) These data will probably not work more often than not. → Ĉi tiu datumo probable ne laboros pli ofte ol ne.
"Note that" + sentence => "Notu, ke" + sentence
- (en) Note that you can import users from a comma-separated file. → Notu, ke vi povas importi uzantojn de perkome disigita dosiero.