Difference between revisions of "Faroese and Norwegian"

From Apertium
Jump to navigation Jump to search
(Created page with " URL: https://svn.code.sf.net/p/apertium/svn/languages/apertium-nob URL: https://svn.code.sf.net/p/apertium/svn/languages/apertium-nno URL: https://victorio.uit.no/langtech...")
 
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  +
{{TOCD}}
  +
This is a language pair translating between [[Faroese]] and [[Norwegian]].
   
  +
== General information ==
URL: https://svn.code.sf.net/p/apertium/svn/languages/apertium-nob
 
  +
* The Faroese-Norwegian transducer contains {{#lst:Apertium-fo-nb/stats|fo-nb_stems}} stems in its bidictionary.
URL: https://svn.code.sf.net/p/apertium/svn/languages/apertium-nno
 
  +
* The Giella-fao transducer (see below) contains 90684 stems in its dictionary (the number is growing, due to work on a Faroese spellchecker)
  +
* The Norwegian Bokmål transducer in apertium/languages/apertium-nob contains {{#lst:Apertium-nob/stats|stems}} stems in its dictionary.
  +
* The Norwegian Bokmål transducer in apertium/languages/apertium-nno contains {{#lst:Apertium-nno/stats|stems}} stems in its dictionary.
   
  +
==Source==
   
  +
Pair:
  +
* https://github.com/apertium//apertium-fao-nor
   
  +
Apertium:
URL: https://victorio.uit.no/langtech/trunk/giella-shared
 
URL: https://victorio.uit.no/langtech/trunk/giella-core
 
URL: https://victorio.uit.no/langtech/trunk/langs/fao
 
   
 
* https://github.com/apertium//apertium-nob
 
* https://github.com/apertium//apertium-nno
   
  +
Giellatekno:
Compile giella-fao with <code>--enable-apertium</code>
 
  +
 
* https://victorio.uit.no/langtech/trunk/giella-shared
 
* https://victorio.uit.no/langtech/trunk/giella-core
 
* https://victorio.uit.no/langtech/trunk/langs/fao
  +
  +
Download with:
  +
  +
<pre>
  +
svn co <URL>
  +
</pre>
  +
  +
Configure apertium-sme-nor with:
  +
<pre>
  +
./autogen.sh --with-lang1=/path/to/fao/tools/mt/apertium --with-lang2n=/path/to/apertium-nno --with-lang2b=/path/to/apertium-nob
  +
</pre>
  +
  +
where the lang1 path goes to the fao folder in the giella infrastructure, cf. [http://giellatekno.uit.no/doc/lang/fao/index.html].
  +
 
Compile giella-fao with <code>./configure --with-hfst --enable-apertium</code>
   
   

Latest revision as of 22:18, 15 March 2018

This is a language pair translating between Faroese and Norwegian.

General information[edit]

  • The Faroese-Norwegian transducer contains ? stems in its bidictionary.
  • The Giella-fao transducer (see below) contains 90684 stems in its dictionary (the number is growing, due to work on a Faroese spellchecker)
  • The Norwegian Bokmål transducer in apertium/languages/apertium-nob contains 246,281 stems in its dictionary.
  • The Norwegian Bokmål transducer in apertium/languages/apertium-nno contains 182,497 stems in its dictionary.

Source[edit]

Pair:

Apertium:

Giellatekno:

Download with:

 svn co <URL>

Configure apertium-sme-nor with:

./autogen.sh --with-lang1=/path/to/fao/tools/mt/apertium --with-lang2n=/path/to/apertium-nno --with-lang2b=/path/to/apertium-nob

where the lang1 path goes to the fao folder in the giella infrastructure, cf. [1].

Compile giella-fao with ./configure --with-hfst --enable-apertium