Difference between revisions of "User:Yamaha5"
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
		
		
		
		
		
	
| m (Text replacement - "http://webchat.freenode.net" to "https://webchat.oftc.net") | |||
| (5 intermediate revisions by one other user not shown) | |||
| Line 4: | Line 4: | ||
| *[https://svn.code.sf.net/p/apertium/svn/incubator/apertium-pes/ farsi sources] | *[https://svn.code.sf.net/p/apertium/svn/incubator/apertium-pes/ farsi sources] | ||
| *[[Farsi]] | *[[Farsi]] | ||
| *[[Iranian languages]] | |||
| ===paired== | |||
| *[[Apertium-tgk-pes]] | |||
| *[[Apertium-pes-glk]] | |||
| ==links== | |||
| *[[Apertium New Language Pair HOWTO]] | |||
| *[[Minimal installation from SVN]] | |||
| *[https://webchat.oftc.net/?channels=apertium IRC] | |||
| <pre> | |||
| Note: if you want to quickly create the "skeleton" of a language pair (empty dictionaries, makefiles etc.), do: | |||
| wget https://raw.githubusercontent.com/apertium/bootstrap/master/apertium-init.py | |||
| python3 apertium-init.py xxx | |||
| python3 apertium-init.py yyy | |||
| python3 apertium-init.py xxx-yyy | |||
| You'll get three directories apertium-xxx, apertium-yyy, apertium-xxx-yyy which you should be able to compile like | |||
| cd apertium-xxx | |||
| ./autogen.sh | |||
| make | |||
| cd - | |||
| cd apertium-yyy | |||
| ./autogen.sh | |||
| make | |||
| cd - | |||
| cd apertium-xxx-yyy | |||
| ./autogen.sh —with-lang1=../apertium-xxx —with-lang2=../apertium-yyy | |||
| make | |||
| </pre> | |||
Latest revision as of 06:22, 27 May 2021
I am active at fa.wikipedia.org.
Farsi[edit]
=paired[edit]
links[edit]
Note: if you want to quickly create the "skeleton" of a language pair (empty dictionaries, makefiles etc.), do: wget https://raw.githubusercontent.com/apertium/bootstrap/master/apertium-init.py python3 apertium-init.py xxx python3 apertium-init.py yyy python3 apertium-init.py xxx-yyy You'll get three directories apertium-xxx, apertium-yyy, apertium-xxx-yyy which you should be able to compile like cd apertium-xxx ./autogen.sh make cd - cd apertium-yyy ./autogen.sh make cd - cd apertium-xxx-yyy ./autogen.sh —with-lang1=../apertium-xxx —with-lang2=../apertium-yyy make

