marine-api icon indicating copy to clipboard operation
marine-api copied to clipboard

Sentence clone method

Open ktuukkan opened this issue 10 years ago • 1 comments

marc-pan via sourceforge.com: Parser doesn't provide public clone method, and i don't find elegant way to do it. The only way that i find to do it for the moment is;

SentenceFactory.getInstance().createParser(sentence.toString())

but it's not really efficient.

ktuukkan avatar Jan 10 '15 18:01 ktuukkan

This turned out to be non-trivial, postponing for later release.

ktuukkan avatar Dec 10 '15 20:12 ktuukkan