Chang-Uk Shin

Results 4 issues of Chang-Uk Shin

``` taggers.py def parse_sentence(self, tokens): if self.use_pos: tokens = self.pos_tagger.tag_tokens(tokens, return_tokens=True) #if not using pos. tokens are not tuple. for token in tokens: if self.use_pos: word, pos = token else:...

I think function `add_word` have to add word to word_freq also when word is not presented into word2index.

css cvg g.arcs text { fill #e0a; } does not work when arc has numeric string. ![2015-06-17 20 47 57](https://cloud.githubusercontent.com/assets/6247953/8206177/2a80d1c8-1532-11e5-9d18-b6f6a74dc0a0.png)

I got below error when I push to heroku. "NoMethodError: undefined method `=~' for #" method '=~' is used at 'script/server:78' I'm newbie on ruby so I don't know how...