Skip to content

Commit fc6a5e3

Browse files
committed
Fixed incorrect wording of logprob feature descriptions.
1 parent f4e8e07 commit fc6a5e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/reference/camel_morphology_features.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,17 +301,17 @@ Other Features
301301
* **pos_logprob** - POS log probability
302302

303303
* **None** - No log probability
304-
* The natural log (base 10) of the probability of the associated **pos** value
304+
* The log (base 10) of the probability of the associated **pos** value
305305
in the database.
306306

307307
* **lex_logprob** - Lemma log probability
308308

309309
* **None** - No log probability
310-
* The natural log (base 10) of the probability of the associated **lex** value
310+
* The log (base 10) of the probability of the associated **lex** value
311311
in the database.
312312

313313
* **pos_lex_logprob** - POS-lemma log probability
314314

315315
* **None** - No log probability
316-
* The natural log (base 10) of the probability of the associated
316+
* The log (base 10) of the probability of the associated
317317
**pos**\ -\ **lex** pair values in the database.

0 commit comments

Comments
 (0)