<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Documentation on CoordinateKit CRF</title><link>/docs/0.2/</link><description>Recent content in Documentation on CoordinateKit CRF</description><generator>Hugo</generator><language>en-US</language><atom:link href="/docs/0.2/index.xml" rel="self" type="application/rss+xml"/><item><title>Annotating Training Data</title><link>/docs/0.2/annotating-training-data/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/0.2/annotating-training-data/</guid><description>&lt;p&gt;&lt;code&gt;crf annotate&lt;/code&gt; builds CRF training data by hand. It walks a plain-text file one
line at a time, shows each line in an interactive terminal, and writes the
sequences you tag to an XML training file. Where Getting Started trains and runs
models in code, this is the human-in-the-loop step that produces the labeled data
those models learn from.&lt;/p&gt;</description></item><item><title>Getting Started</title><link>/docs/0.2/getting-started/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/0.2/getting-started/</guid><description>&lt;p&gt;Conditional random fields are a type of machine learning that is used to apply a tag to tokens within a sequence when the surrounding tokens influence the tag. Conceptually, CRFs process sequences of tokens and apply tags to each token. A set of features are associated with each token, and the relationships of those features to each other are used to assign scores to each possible tag and assign the best tag to each token. Typical features include the length of the token, punctuation in the token, and tokens from the preceding and following tokens.&lt;/p&gt;</description></item></channel></rss>