-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
21 lines (14 loc) · 804 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This repository contains Ruby scripts that can assist in analyzing words in plain text files containing French text.
Here is a short description of what each script can be used for. The other files are used by the scripts.
- ClassifyInterestingWords.rb
Classify words based on whether they are interesting for further analysis.
- ClassifyLoanWords.rb
Classify words based on what kind of loan words they are.
- CountFrequencies.rb
Count word frequencies in text files and the total frequencies in directories.
- CountWords.rb
Count the number of words in text files and the total counts in directories.
- FilterUniqueWords.rb
Filter out different forms of a word to obtain a list of unique words.
- FindOccurrences.rb
Show the occurrences of a word in their contexts in text files.