Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems in url #12

Closed
ceparadise opened this issue Feb 5, 2015 · 6 comments
Closed

Problems in url #12

ceparadise opened this issue Feb 5, 2015 · 6 comments

Comments

@ceparadise
Copy link
Collaborator

I get a question for the use of url. In the url, it did not give us the names and it is just the website. I do not know how to use it. I tried

    file = urllib2.urlopen('http://www.timeanddate.com/')
    data = file.read()
    file.close()
    tree=ET.parse(file)
    root=tree.getroot()

I did not get the correct root. I am confused.

@keighrim
Copy link
Owner

keighrim commented Feb 5, 2015

Yeah.... I can see the problem.
Let's just skip that one. Time and date might not be that important.

How about others?

@ceparadise
Copy link
Collaborator Author

All of them seem like the same. I do not know where to get the dictionary. After talking with TA, he thought there was something wrong with the website. And he thought our template was not good since we only try unigram and test these features of this word. We did not consider the words around it. So maybe we can rewrite our template and try to combine some features together and run it again.

@tcurcuru
Copy link
Collaborator

tcurcuru commented Feb 5, 2015

Yes, our template is not yet optimized. I am working on that.

I will find and implement dictionaries after our meeting.

@tcurcuru tcurcuru closed this as completed Feb 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants