Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

word-guide

Currently, this command-line tool displays statistics of word usage. It expects to get a file of words with their parts of speech and lemmas. It can be used with output of this POS tagger and lemmatizer: http://staffwww.dcs.shef.ac.uk/people/A.Aker/activityNLPProjects.html.

Usage

ruby word_stats.rb input.txt > output.txt

It can also be run with a list of already known words:

ruby word_stats.rb input.txt known_words.txt > output.txt

Requirements

This tool was developed with Ruby 2.3.1. Other Ruby versions were not tested.

About

This tool is designed to help reading books and watching movies in foreign languages (currently for french)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages