Skip to content

Commit

Permalink
Update lookout/style/typos/config.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Konstantin Slavnov <[email protected]>
Signed-off-by: Irina <[email protected]>
  • Loading branch information
irinakhismatullina and zurk committed Jun 25, 2019
1 parent 45ca5dc commit 696f06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lookout/style/typos/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"path": str(DEFAULT_DATA_DIR / "fasttext.bin"), # Where to store trained fasttext model
"dim": 10, # Number of dimensions of embeddings
"bucket": 200000, # Number of hash buckets in the model
"adjust_frequencies": True,
"adjust_frequencies": True, # Whether to divide identifiers frequencies by tokens number.
},
"datasets": {
"portion": 400000,
Expand Down

0 comments on commit 696f06c

Please sign in to comment.