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

Tagging #50

Merged
merged 13 commits into from
Mar 24, 2015
Merged

Tagging #50

merged 13 commits into from
Mar 24, 2015

Conversation

zseder
Copy link
Owner

@zseder zseder commented Mar 24, 2015

  • input is in one-word-per-line format, output is the same, with tags
  • lot of changes around generators in order not to read the whole corpus into memory
  • eval and tagger now separated
  • floatX instead of simple float for embedding reading to be compatible with gpus
  • resetting Fscore computation when get_score is called

zseder added 13 commits March 20, 2015 16:45
modified:   hunvec/datasets/word_tagger_dataset.py
yield data sentence by sentence instead of reading into memory if not
needed (useful for tagging; for training, we need all sentences)
modified:   hunvec/datasets/word_tagger_dataset.py
no need for reading everything into memory, dataset will contain data
Conflicts:
	hunvec/seqtag/tagger.py
modified:   hunvec/seqtag/sequence_tagger.py
modified:   hunvec/seqtag/tagger.py
tagging preparation should have been done transparently
modified:   hunvec/datasets/word_tagger_dataset.py
modified:   hunvec/seqtag/sequence_tagger.py
modified:   hunvec/seqtag/tagger.py
modified:   hunvec/utils/fscore.py
one step closer: WordTaggerDataset is prepared for converting corpus
sentence by sentence
modified:   hunvec/seqtag/sequence_tagger.py
modified:   hunvec/seqtag/tagger.py
tagging is now working for the first time
tag_seq generator had to be removed, tagging sentence by sentence is
introduced instead, but everybody is happy now
float32 vectors from embeddings
zseder added a commit that referenced this pull request Mar 24, 2015
@zseder zseder merged commit 219e378 into master Mar 24, 2015
@zseder zseder deleted the actual_tagging branch March 24, 2015 13:43
@zseder zseder mentioned this pull request Mar 24, 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

Successfully merging this pull request may close these issues.

1 participant