A family of Microsoft word processing software products for creating web, email, and print documents.
Wordpress do not support direct import from word file . It is possible if you can convert this file in XML . IF you are able to export word file in XmL like below given xml for help regarding Automatic wordpress installand automatic posting to wordpress visit: http://songlers.com/blog/softaculous-app-installer-automatic-wordpress-install/
<item>
<title>Hello world!</title>
<link>http://songlers.com/articles/hello-world/</link>
<pubDate>Sat, 08 Aug 2015 07:10:25 +0000</pubDate>
<dc:creator><![CDATA[michaeldada001]]></dc:creator>
<guid isPermaLink="false">http://songlers.com/articles/?p=1</guid>
<description></description>
<content:encoded><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></content:encoded>
<excerpt:encoded><![CDATA[]]></excerpt:encoded>
<wp:post_id>1</wp:post_id>
<wp:post_date><![CDATA[2015-08-08 07:10:25]]></wp:post_date>
<wp:post_date_gmt><![CDATA[2015-08-08 07:10:25]]></wp:post_date_gmt>
<wp:comment_status><![CDATA[open]]></wp:comment_status>
<wp:ping_status><![CDATA[open]]></wp:ping_status>
<wp:post_name><![CDATA[hello-world]]></wp:post_name>
<wp:status><![CDATA[publish]]></wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type><![CDATA[post]]></wp:post_type>
<wp:post_password><![CDATA[]]></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<category domain="category" nicename="uncategorized"><![CDATA[Uncategorized]]></category>
<wp:postmeta>
<wp:meta_key><![CDATA[tc-thumb-fld]]></wp:meta_key>
<wp:meta_value><![CDATA[a:2:{s:9:"_thumb_id";b:0;s:11:"_thumb_type";s:10:"attachment";}]]></wp:meta_value>
</wp:postmeta>
</item>
exported file should be in above xml format.