Difference between revisions of "Apertium-nno-nob/kjektåkunne"

From Apertium
Jump to navigation Jump to search
(Created page with "<pre> $ xzcat ~/corpora/nob/*ntb*.xz | head -100000 | apertium -d . nob-nno_e > 2019-09-30.before $ # hack hack hack $ xzcat ~/corpora/nob/*ntb*.xz | head -100000 | apertiu...")
 
Line 4: Line 4:
 
$ xzcat ~/corpora/nob/*ntb*.xz | head -100000 | apertium -d . nob-nno_e > 2019-09-30.after
 
$ xzcat ~/corpora/nob/*ntb*.xz | head -100000 | apertium -d . nob-nno_e > 2019-09-30.after
 
$ diff -u 2019-09-30.before 2019-09-30.after | dwdiff -c -u --diff-input
 
$ diff -u 2019-09-30.before 2019-09-30.after | dwdiff -c -u --diff-input
  +
</pre>
  +
  +
pipeline:
  +
<pre>
  +
$ echo tulleord|apertium -d . nob-nno_e-morph
  +
$ echo tulleord|apertium -d . nob-nno_e-disam
  +
$ echo tulleord|apertium -d . nob-nno_e-tagger
  +
$ echo tulleord|apertium -d . nob-nno_e-pretransfer
  +
$ echo tulleord|apertium -d . nob-nno_e-biltrans
  +
$ echo tulleord|apertium -d . nob-nno_e-lex
  +
$ echo tulleord|apertium -d . nob-nno_e-chunker
  +
$ echo tulleord|apertium -d . nob-nno_e-interchunk
  +
$ echo tulleord|apertium -d . nob-nno_e-postchunk
  +
$ echo tulleord|apertium -d . nob-nno_e-dgen
 
</pre>
 
</pre>

Revision as of 10:08, 30 September 2019

$  xzcat ~/corpora/nob/*ntb*.xz | head -100000 | apertium -d . nob-nno_e > 2019-09-30.before
$ # hack hack hack 
$  xzcat ~/corpora/nob/*ntb*.xz | head -100000 | apertium -d . nob-nno_e > 2019-09-30.after
$ diff -u 2019-09-30.before 2019-09-30.after | dwdiff -c -u --diff-input 

pipeline:

$ echo tulleord|apertium -d . nob-nno_e-morph 
$ echo tulleord|apertium -d . nob-nno_e-disam
$ echo tulleord|apertium -d . nob-nno_e-tagger
$ echo tulleord|apertium -d . nob-nno_e-pretransfer
$ echo tulleord|apertium -d . nob-nno_e-biltrans    
$ echo tulleord|apertium -d . nob-nno_e-lex    
$ echo tulleord|apertium -d . nob-nno_e-chunker
$ echo tulleord|apertium -d . nob-nno_e-interchunk
$ echo tulleord|apertium -d . nob-nno_e-postchunk
$ echo tulleord|apertium -d . nob-nno_e-dgen