Skip to content

Determine the occurrence of words except all stop words from a file

Notifications You must be signed in to change notification settings

lostchristmas0/word_line_concordance_application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

word_line_concordance_application

This program process a textual data file to generate a word concordance with line numbers for each main word (exclude the "stop words")

To Start:
mian function in wordConcordance.py

How it works:
(1) Input file name of the stop_word file as provided stop words (they will not be counted)
(2) Input file name of the file as the main text file to be processed concordance
(3) Input file name of the output file as collecting the final results

Copyright:
author:
Chenghui Zhu: chlost124@gmail.com

About

Determine the occurrence of words except all stop words from a file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages