Skip to content

Detect aspect of Czech verbs: a machine learning task for NPFL104 2016/17.

Notifications You must be signed in to change notification settings

vidraj/npfl104-aspect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Aspect

Predict the aspect of verbs.

Format:
	Features are binary values specifying whether an n-gram described by the feature occurs in the verb.
	Output value (the last boolean on each line) specifies aspect: 0 == perfective, 1 == imperfective.

Names of the verbs (the data labels) are in {test,train}-labels.txt
Header describing the n-grams is in header.txt
To get the complete dataset with labels and the header in place, run
$ cp header.txt complete-data.txt && paste -d, {test,train}-labels.txt {test,train}.txt >> complete-data.txt

About

Detect aspect of Czech verbs: a machine learning task for NPFL104 2016/17.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published