Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html « moses-for-mere-mortals « contrib - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 537e4db99d683c6cddeaef5156c798bb1a1b3881 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html PUBLIC
 "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
>

<html>
 <head>
  <title>Moses for Mere Mortals</title>
  <link rel="stylesheet" href="all.css" type="text/css"  media="all" />
 </head>
 <body>
  <h1>Moses for Mere Mortals</h1>
  <ul>
   <li><a href="docs/Overview.jpeg">Overview</a></li>
   <li><a href="docs/Quick-Start-Guide.doc">Quick Start Guide</a></li>
   <li><a href="docs/Help-Tutorial.doc">Help-Tutorial</a></li>
   <li><a href="scripts">Scripts</a></li>
   <li><a href="data-files">Data Files</a></li>
   <li><a href="docs/thanks.html">Thanks</a></li>
  </ul>
 </body>
</html>