AlvisNLP

corpus processing engine

FasttextAttribute[]

Synopsis

Converts an array of FasttextAttribute used to describe documents in FasttextClassifierTrain and FasttextClassifierLabel .

String conversion

String conversion is not available for this type.

XML conversion


					<attributes>
						<attr form="FORM" tokens="TOKENS"/>
						<attr form="FORM" tokens="TOKENS"/>
						...
					</attributes>
				

TOKENS is an expression evaluated from the document element as a list of elements. Each element represents a token.

FORM is an expression evaluated from each token as a string. If omitted then it defaults to @form .