IntuitionEngineeringTeam / chars2vec

Character-based word embeddings model based on RNN for handling real world texts
Apache License 2.0
171 stars 37 forks source link

create new method in Chars2Vec class #10

Open buiminhhien2k opened 3 years ago

buiminhhien2k commented 3 years ago

I think there is some part of the Chars2Vec can be optimized with the new method "featuring_word". I also create a new method call "check_similarity" to check the similarity of the 2 words input using the self.model param