Skip to content

igoshawk/HMM-Sentiment-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

machine-learning-project

01.112 Machine Learning Design Project

Instruction: For Part2&4, just run the ipynb file. For Part3&5, there is no evaluation code in the file. You may add the following code to get evaluation results:

for lan in ["CN", "EN", "SG", "FR"]:

with open(lan + '/dev.p3.out' ) as f:
#with open(lan + '/dev.p5.out' ) as f:

    pred = get_entities(f)
    
with open(lan + '/dev.out' ) as f:

    gold = get_entities(f)
    
print(lan)

compare_result(gold, pred)

About

Machine learning project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published