Skip to content

Commit

Permalink
add publications in before 2000
Browse files Browse the repository at this point in the history
  • Loading branch information
kaishxu committed May 4, 2024
1 parent b467d0d commit 2da0763
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 42 deletions.
137 changes: 95 additions & 42 deletions demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -383,67 +383,32 @@
},
{
"cell_type": "code",
"execution_count": 55,
"execution_count": 58,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"<div class=\"publications\">\n",
" <h2>Books</h2>\n",
" <h2>1997</h2>\n",
" <div class=\"publication-item\">\n",
" <div class=\"publication-bullet\">\n",
" <span class=\"tag_book\">Book</span><span><b>Information Diffusion Prediction Based on Social Representation Learning with Group Influence</b></span>\n",
" <span class=\"tag_journal\">Journal</span><span><b>Resolving Relative Clause Structural Ambiguity in Chinese Noun Phrase Extraction</b></span>\n",
" </div>\n",
" <p><em>Wang Z.T., Chen C.Y. and <b>Li W.J.</b></em></p>\n",
" <p>Chinese Language Resources: Data Collection, Linguistic Analysis, Annotation, and Language Processing, February, 2018 (Book Chapter).</p>\n",
" </div>\n",
" <div class=\"publication-item\">\n",
" <div class=\"publication-bullet\">\n",
" <span class=\"tag_book\">Book</span><span><b>Social Media Content Analysis: Natural Language Processing and Beyond</b></span>\n",
" </div>\n",
" <p><em>Wong K.F., Gao W., Xu R.F. and <b>Li W.J.</b></em></p>\n",
" <p>Series on Language Processing, Pattern Recognition, and Intelligent Systems, November, 2017.</p>\n",
" </div>\n",
" <div class=\"publication-item\">\n",
" <div class=\"publication-bullet\">\n",
" <span class=\"tag_book\">Book</span><span><b>Document-Aware Graph Models for Query-Oriented Multi-Document Summarization</b></span>\n",
" </div>\n",
" <p><em>Wei F.R., <b>Li W.J.</b>, and Liu S.X.</em></p>\n",
" <p>Multimedia Analysis, Processing and Communications, 2011 (Book Chapter).</p>\n",
" </div>\n",
" <div class=\"publication-item\">\n",
" <div class=\"publication-bullet\">\n",
" <span class=\"tag_book\">Book</span><span><b>Experiments of Ontology Construction with Formal Concept Analysis</b></span>\n",
" </div>\n",
" <p><em>Li S.J., Lu Q. and <b>Li W.J.</b></em></p>\n",
" <p>Ontology and the Lexicon: A Natural Language Processing Perspective, March, 2010 (Book Chapter).</p>\n",
" </div>\n",
" <div class=\"publication-item\">\n",
" <div class=\"publication-bullet\">\n",
" <span class=\"tag_book\">Book</span><span><b>Introduction to Chinese Natural Language Processing</b></span>\n",
" </div>\n",
" <p><em>Wong K.F., <b>Li W.J.</b>, Xu R.F. and Zhang Z.C.</em></p>\n",
" <p>Synthesis Lectures on Human Language Technologies, October 2009.</p>\n",
" </div>\n",
" <div class=\"publication-item\">\n",
" <div class=\"publication-bullet\">\n",
" <span class=\"tag_book\">Book</span><span><b>A Model for Processing Temporal References in Chinese</b></span>\n",
" </div>\n",
" <p><em><b>Li W.J.</b>, Wong K.F. and Yuan C.F.</em></p>\n",
" <p>The Language of Time: A Reader, Edited by Inderjeet Mani, James Pustejovsky and Robert Gaizauskas, Oxford University Press, ISBN:0-19-926854-1, May, 2005 (Book Chapter).</p>\n",
" <p><em>Wong, K.F., <b>Li W.J.</b>, Low, B.T., and Lum, V.</em></p>\n",
" <p>International Journal of Computer Processing of Chinese and Oriental Languages, 11(2):99-132, 1997.</p>\n",
" </div>\n",
"</div>\n"
]
}
],
"source": [
"print('''<div class=\"publications\">\n",
" <h2>Books</h2>''')\n",
" <h2>1997</h2>''')\n",
"for i, item in enumerate(total_lst):\n",
" x = item[0]\n",
" if item[1] == \"books\":\n",
" if \"1997\" in x and item[1] != \"books\":\n",
" author = x.split(\", “\")[0]\n",
" tmp = x.split(\", “\")[1].split(\"”, \")\n",
" title, pub = tmp[0], tmp[1]\n",
Expand Down Expand Up @@ -482,6 +447,94 @@
"execution_count": 54,
"metadata": {},
"outputs": [],
"source": [
"<div class=\"publications\">\n",
" <h2>Before 2000</h2>\n",
" <div class=\"publication-item\">\n",
" <div class=\"publication-bullet\">\n",
" <span class=\"tag_journal\">Journal</span><span><b>基於語意知識的漢語句法結構排歧</b></span>\n",
" </div>\n",
" <p><em>苑春法, 黃錦輝, 李文捷</em></p>\n",
" <p>中文信息學報, 13(1):1-8, 1999.</p>\n",
" </div>\n",
" <div class=\"publication-item\">\n",
" <div class=\"publication-bullet\">\n",
" <span class=\"tag_others\">Others</span><span><b>Extraction of Time-related Concepts for Intelligent Information Retrieval in Chinese</b></span>\n",
" </div>\n",
" <p><em><b>Li W.J.</b>, Lam W.I. Lam and Wong, K.F.</em></p>\n",
" <p>Proceedings of the 4th International Workshop on Information Retrieval with Asian Languages (IRAL'99), Taipei, November 11-12, 1999, pp71-77.</p>\n",
" </div>\n",
" <div class=\"publication-item\">\n",
" <div class=\"publication-bullet\">\n",
" <span class=\"tag_others\">Others</span><span><b>Classifying Temporal Concepts in Chinese for Information Extraction</b></span>\n",
" </div>\n",
" <p><em>Wong, K.F. and <b>Li W.J.</b></em></p>\n",
" <p>Proceedings of the 5th Natural Language Processing Pacific Rim Symposium (NLPRS'99), China, November 5-7, 1999, pp172-177.</p>\n",
" </div>\n",
" <div class=\"publication-item\">\n",
" <div class=\"publication-bullet\">\n",
" <span class=\"tag_others\">Others</span><span><b>Chinese Temporal System and Temporal Components Identification</b></span>\n",
" </div>\n",
" <p><em><b>Li W.J.</b> and Wong, K.F.</em></p>\n",
" <p>Proceedings of the 18th International Conference on Computer Processing of Oriental Languages (ICCPOL'99), Tokushima, Japan, March 24-26, 1999, pp539-544. (Awarded paper)</p>\n",
" </div>\n",
" <div class=\"publication-item\">\n",
" <div class=\"publication-bullet\">\n",
" <span class=\"tag_others\">Others</span><span><b>Chinese N1-V-V2 Compound Nouns Disambiguation</b></span>\n",
" </div>\n",
" <p><em><b>Li W.J.</b> and Wong K.F.</em></p>\n",
" <p>In Proceedings of 3rd International Workshop on Computational Semantics (IWCS-3), Tilburg, The Netherlands, January 13-15, 1999, pp177-190.</p>\n",
" </div>\n",
" <div class=\"publication-item\">\n",
" <div class=\"publication-bullet\">\n",
" <span class=\"tag_others\">Others</span><span><b>Natural Language Processing for Chinese Information Retrieval</b></span>\n",
" </div>\n",
" <p><em>Wong, K.F. and <b>Li W.J.</b></em></p>\n",
" <p>In Proceedings of International Conference on Chinese Information Processing (ICCIP’98), Beijing, China, November 18-20, 1998, pp434-443.</p>\n",
" </div>\n",
" <div class=\"publication-item\">\n",
" <div class=\"publication-bullet\">\n",
" <span class=\"tag_others\">Others</span><span><b>A statistics-based Approach to Chinese Prepositional Phrase Disambiguation</b></span>\n",
" </div>\n",
" <p><em>Wong, K.F. and <b>Li W.J.</b></em></p>\n",
" <p>Proceedings of International Conference on Natural Language Processing and Industrial Applications (NLP+IA'98), Moncton, Canada, August 18-21, 1998, pp260-265.</p>\n",
" </div>\n",
" <div class=\"publication-item\">\n",
" <div class=\"publication-bullet\">\n",
" <span class=\"tag_others\">Others</span><span><b>Intelligent Chinese Information Retrieval - Why Is It So Difficult</b></span>\n",
" </div>\n",
" <p><em>Wong, K.F. and <b>Li W.J.</b></em></p>\n",
" <p>Proceedings of First Asia Digital Library Workshop, Hong Kong, August 6-7, 1998, pp47-56.</p>\n",
" </div>\n",
" <div class=\"publication-item\">\n",
" <div class=\"publication-bullet\">\n",
" <span class=\"tag_journal\">Journal</span><span><b>Resolving Relative Clause Structural Ambiguity in Chinese Noun Phrase Extraction</b></span>\n",
" </div>\n",
" <p><em>Wong, K.F., <b>Li W.J.</b>, Low, B.T., and Lum, V.</em></p>\n",
" <p>International Journal of Computer Processing of Chinese and Oriental Languages, 11(2):99-132, 1997.</p>\n",
" </div>\n",
"</div>"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
Expand Down
68 changes: 68 additions & 0 deletions publications.html
Original file line number Diff line number Diff line change
Expand Up @@ -2259,6 +2259,74 @@ <h2>Books</h2>
</div>
</div>


<div class="publications">
<h2>Before 2000</h2>
<div class="publication-item">
<div class="publication-bullet">
<span class="tag_journal">Journal</span><span><b>基於語意知識的漢語句法結構排歧</b></span>
</div>
<p><em>苑春法, 黃錦輝, 李文捷</em></p>
<p>中文信息學報, 13(1):1-8, 1999.</p>
</div>
<div class="publication-item">
<div class="publication-bullet">
<span class="tag_others">Others</span><span><b>Extraction of Time-related Concepts for Intelligent Information Retrieval in Chinese</b></span>
</div>
<p><em><b>Li W.J.</b>, Lam W.I. Lam and Wong, K.F.</em></p>
<p>Proceedings of the 4th International Workshop on Information Retrieval with Asian Languages (IRAL'99), Taipei, November 11-12, 1999, pp71-77.</p>
</div>
<div class="publication-item">
<div class="publication-bullet">
<span class="tag_others">Others</span><span><b>Classifying Temporal Concepts in Chinese for Information Extraction</b></span>
</div>
<p><em>Wong, K.F. and <b>Li W.J.</b></em></p>
<p>Proceedings of the 5th Natural Language Processing Pacific Rim Symposium (NLPRS'99), China, November 5-7, 1999, pp172-177.</p>
</div>
<div class="publication-item">
<div class="publication-bullet">
<span class="tag_others">Others</span><span><b>Chinese Temporal System and Temporal Components Identification</b></span>
</div>
<p><em><b>Li W.J.</b> and Wong, K.F.</em></p>
<p>Proceedings of the 18th International Conference on Computer Processing of Oriental Languages (ICCPOL'99), Tokushima, Japan, March 24-26, 1999, pp539-544. (Awarded paper)</p>
</div>
<div class="publication-item">
<div class="publication-bullet">
<span class="tag_others">Others</span><span><b>Chinese N1-V-V2 Compound Nouns Disambiguation</b></span>
</div>
<p><em><b>Li W.J.</b> and Wong K.F.</em></p>
<p>In Proceedings of 3rd International Workshop on Computational Semantics (IWCS-3), Tilburg, The Netherlands, January 13-15, 1999, pp177-190.</p>
</div>
<div class="publication-item">
<div class="publication-bullet">
<span class="tag_others">Others</span><span><b>Natural Language Processing for Chinese Information Retrieval</b></span>
</div>
<p><em>Wong, K.F. and <b>Li W.J.</b></em></p>
<p>In Proceedings of International Conference on Chinese Information Processing (ICCIP’98), Beijing, China, November 18-20, 1998, pp434-443.</p>
</div>
<div class="publication-item">
<div class="publication-bullet">
<span class="tag_others">Others</span><span><b>A statistics-based Approach to Chinese Prepositional Phrase Disambiguation</b></span>
</div>
<p><em>Wong, K.F. and <b>Li W.J.</b></em></p>
<p>Proceedings of International Conference on Natural Language Processing and Industrial Applications (NLP+IA'98), Moncton, Canada, August 18-21, 1998, pp260-265.</p>
</div>
<div class="publication-item">
<div class="publication-bullet">
<span class="tag_others">Others</span><span><b>Intelligent Chinese Information Retrieval - Why Is It So Difficult</b></span>
</div>
<p><em>Wong, K.F. and <b>Li W.J.</b></em></p>
<p>Proceedings of First Asia Digital Library Workshop, Hong Kong, August 6-7, 1998, pp47-56.</p>
</div>
<div class="publication-item">
<div class="publication-bullet">
<span class="tag_journal">Journal</span><span><b>Resolving Relative Clause Structural Ambiguity in Chinese Noun Phrase Extraction</b></span>
</div>
<p><em>Wong, K.F., <b>Li W.J.</b>, Low, B.T., and Lum, V.</em></p>
<p>International Journal of Computer Processing of Chinese and Oriental Languages, 11(2):99-132, 1997.</p>
</div>
</div>

</div>

<footer>
Expand Down

0 comments on commit 2da0763

Please sign in to comment.