On Thu, Apr 5, 2012 at 7:53 AM, Bartias <[email protected]> wrote: > Yeah, that seems to be sufficient, thank you. > > The problem with it is that I don't know how to create a *.mode file out of > my language pair. > > I don't know how to exactly use 'make' command in this case. The .mode files are created by building a language pair via 'make'. If using cygwin, you cd to the directory of the language pair and basically use the same steps you would use to build lttoolbox or apertium.
>From the wiki page (http://wiki.apertium.org/wiki/Apertium_on_Windows) ---------- ./autogen.sh --prefix=/usr make make install ---------- If building using Visual C++, you might be able to use the same steps listed on that same wiki page for building Apertium itself. -------- cmakesetup . nmake nmake install -------- I haven't tested it, so I don't know if that works or not, but it's something you can try. -- Stephen ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ Apertium-stuff mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/apertium-stuff
