English and Esperanto/Outstanding tests

From Apertium
Jump to navigation Jump to search

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.


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) I noticed too a recurrent problem with the punctuation. → Mi rimarkis ankaŭ ripetiĝantan problemon pri la interpunkcio.
  • (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 siajn proprajn uzantnomojn


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" preceeds 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).

Infinitive or present coming instead of imperative (Fran?)

  • (en) Just untoggle them in the treeview. → Simple malelektu ilin en la arba vido
  • (en) In the 'Profile' section add a profile, then in the 'Board' section select the profile in the combobox, then select the boards you want to be active. → En la 'Profilo' sekcio aldonu profilon, poste en la 'Tabulo' sekcio elektu la profilon en la falmenuo, poste elektu la tabulojn kiujn vi volas aktivigi .
I have added
    <pardef n="accept__vblex">

    <e>
      <p>
        <l/> 
        <r><s n="vblex"/><s n="imp"/></r> 
      </p>
    </e>

but the apertium-tagger prefers the pnfinitive or present

Future necation: "Will work" = laboros (future), but "will not work" != ne laboros

  • (en) The dog will bark. → La hundo bojos.
  • (en) The dog not will 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.