Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
denizyuret authored Oct 28, 2019
1 parent 45bb799 commit 36c4753
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ Akyürek, Ekin, Erenay Dayanık, and Deniz Yuret. "Morphological Analysis Using
## Installation

```SHELL
git clone https://github.com/ekinakyurek/Morse.jl
git clone https://github.com/ai-ku/Morse.jl
cd Morse.jl
```

**Note**: Setup and Data is optional because running an experiment from the scripts directory automatically sets up the environment and installs required data when needed. However, if you're working in a cluster node that has no internet connection, you may need to perform these steps manually.
**Note**: Setup and Data is optional because running an experiment from the scripts directory automatically sets up the environment and installs required data when needed. However, if you're working in a cluster node that has no internet connection, you may need to perform these steps manually. To get the `pkg>` prompt in Julia for package commands please use the ']' key. Backspace gets back to the original `julia>` prompt.

* #### Setup (Optional)
```JULIA
julia> # Press the `]` key to get the `pkg>` prompt
(v1.1) pkg> activate .
(v1.1) Morse> instantiate # only in the first time
```
Expand Down Expand Up @@ -67,4 +68,4 @@ Note: Nvidia GPU is required to train on a reasonable time.
julia> setoptim!(model, SGD(;lr=1.6,gclip=60.0))
julia> trainmodel!(model,data,config,vocab,parser) # can take hours or more depends to your data
julia> predictions = model("Annem sana yardım edemez .", v=vocab, p=parser)
```
```

0 comments on commit 36c4753

Please sign in to comment.