<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Duplicating -tagSeparator effect when using Stanford Parser programmatically</title>
	<atom:link href="http://blog.outerthoughts.com/2007/07/duplicating-tagseparator-effect-when-using-stanford-parser-programmatically/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.outerthoughts.com/2007/07/duplicating-tagseparator-effect-when-using-stanford-parser-programmatically/</link>
	<description>&#62; From inner thoughts to the outer limits of Alexandre Rafalovitch</description>
	<pubDate>Wed, 20 Aug 2008 18:53:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Alexandre Rafalovitch</title>
		<link>http://blog.outerthoughts.com/2007/07/duplicating-tagseparator-effect-when-using-stanford-parser-programmatically/#comment-230</link>
		<dc:creator>Alexandre Rafalovitch</dc:creator>
		<pubDate>Wed, 14 Nov 2007 20:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.outerthoughts.com/2007/07/duplicating-tagseparator-effect-when-using-stanford-parser-programmatically/#comment-230</guid>
		<description>Cristian,

That's what I am doing above. You initialise the parser once and then just keep calling apply() with the pre-tokenized string. It is much faster that way.

Try it and if you are still having troubles contact me (my email is on the About page). I will send you my (very messy, but working) code sample.</description>
		<content:encoded><![CDATA[<p>Cristian,</p>
<p>That&#8217;s what I am doing above. You initialise the parser once and then just keep calling apply() with the pre-tokenized string. It is much faster that way.</p>
<p>Try it and if you are still having troubles contact me (my email is on the About page). I will send you my (very messy, but working) code sample.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristian</title>
		<link>http://blog.outerthoughts.com/2007/07/duplicating-tagseparator-effect-when-using-stanford-parser-programmatically/#comment-231</link>
		<dc:creator>Cristian</dc:creator>
		<pubDate>Wed, 14 Nov 2007 10:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.outerthoughts.com/2007/07/duplicating-tagseparator-effect-when-using-stanford-parser-programmatically/#comment-231</guid>
		<description>Hi
I'm trying to use the Stanford parser from command line but it keeps loading the parser file every time.
Is there an option to load only once the serialized parser file?
Basically I'm looking for a way to use the parser from command line like we use the ui:
- start the application
- load the serialized parser file
- parse sentences
- close application
Thank you</description>
		<content:encoded><![CDATA[<p>Hi<br />
I&#8217;m trying to use the Stanford parser from command line but it keeps loading the parser file every time.<br />
Is there an option to load only once the serialized parser file?<br />
Basically I&#8217;m looking for a way to use the parser from command line like we use the ui:<br />
- start the application<br />
- load the serialized parser file<br />
- parse sentences<br />
- close application<br />
Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>
