brew install gnu-sed
brew install python3
brew install icu4c
You will then need to add the install location to your path. Brew will tell you what to do but if you forget you can find the install location using:
$ brew list icu4c | grep uconv
And then add the location of uconv
to your PATH
in your ~/.bash_profile
.
Use these instructions, you may need to be administrator.
For the Linux platform, a good choice is Ubuntu or Debian
You can follow the screencast to get installation instructions.
git
, you can do it with:$ sudo apt-get update
$ sudo apt-get install git
http://apertium.projectjj.com/osx/nightly/
hfst-latest.tar.bz2
tar -xjvf hfst-latest.tar.bz2
hfst/bin
to your path:
export PATH=$PATH:<path_to_hfst_bin>
~/.bashrc
or ~/.bash_profile
sudo apt-get -f install apertium-all-dev
Follow WikiHow instructions.
Link to the repository.
git
You can clone your repository by doing:
$ git clone https://github.com/<USERNAME>/morph-xyz.git
Once you’ve made an edit, commit it using:
$ git commit -a -m "My commit message"
And push the changes using:
$ git push
If you get a message from git
asking you to identify yourself, do:
$ git config --global user.email "my@email.address"
$ git config --global user.name "My Name"
If you want to compare your version against the last pushed version, do:
$ git diff
And if you want to see if there are any changes that haven’t yet been committed, do:
$ git status
~
tilde (tilde)/
barra (forward slash)|
placa (pipe)`
acento grave (back tick)#
almohadilla (hash){}
llaves (curly brackets)[]
corchetes (square brackets)()
paréntesis (parentheses)!
signo de admiración (exclamation mark)<>
menor que, mayor que (less than, greater than)\
barra inversa (back slash)-
menos, guión (hyphen)_
guión bajo (underscore)^
circunflejo (circumflex, hat)