Lundez / JavaSymSpell

SymSpell v6.4ish ported to Java 8. Will be a module in my Master Thesis.
MIT License
22 stars 13 forks source link

Word Segmentation #9

Closed Tyruiop closed 5 years ago

Tyruiop commented 5 years ago

Hi,

I couldn't manage to access the correctedString and segmentedString fields of Word Segmentation, so I locally changed them to public fields and now it works.

Not sure if that's the correct way of doing it though?

Thanks for the port!

Lundez commented 5 years ago

Hi, I'll look into this sometime soon. Sounds weird, looking at the code it seems that you're correct. I can't recall exactly how I tested it anymore.. Perhaps it was local testing within the file.

I'll get back to you but good that you managed to fix it in the meantime!

Tyruiop commented 5 years ago

Thank you for the reply, if it helps I can submit a merge request

Lundez commented 5 years ago

Let's do that! @Tyruiop