Liking cljdoc? Tell your friends :D

zensols.nlparse.feature.word-count

Feature utility functions. See zensols.nlparse.feature.lang.

Feature utility functions.  See [[zensols.nlparse.feature.lang]].
raw docstring

*word-count-config*clj

Configuration for word-count-* and calculate-word* functions.

Configuration for `word-count-*` and `calculate-word*` functions.
sourceraw docstring

calculate-feature-statsclj

(calculate-feature-stats anons)

Calculate feature statistics during training.

  • anons a sequence of parsed annotations
Calculate feature statistics during training.

* **anons** a sequence of parsed annotations
sourceraw docstring

label-count-score-featuresclj

(label-count-score-features panon feature-stats)

Generate count score features from trained statistics.

  • panon is the parsed annotation to generate features on
  • feature-stats is the trained stats from calculate-feature-stats.
Generate count score features from trained statistics.

* **panon** is the parsed annotation to generate features on
* **feature-stats** is the trained stats from [[calculate-feature-stats]].
sourceraw docstring

label-word-count-feature-metasclj

(label-word-count-feature-metas thing)

Return the feature metadatas for label-count-score-features.

Return the feature metadatas for [[label-count-score-features]].
sourceraw docstring

top-count-scoresclj

(top-count-scores num-counts panon features-stats)

Return the top num-counts as a list of strings.

  • panon* is the parsed annotation to generate features on
  • feature-stats is the trained stats from calculate-feature-stats.
Return the top **num-counts** as a list of strings.

* **panon*** is the parsed annotation to generate features on
* **feature-stats** is the trained stats from [[calculate-feature-stats]].
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close