<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article  PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd"><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article"><front><journal-meta><journal-id journal-id-type="publisher-id">JCC</journal-id><journal-title-group><journal-title>Journal of Computer and Communications</journal-title></journal-title-group><issn pub-type="epub">2327-5219</issn><publisher><publisher-name>Scientific Research Publishing</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="doi">10.4236/jcc.2021.96002</article-id><article-id pub-id-type="publisher-id">JCC-109769</article-id><article-categories><subj-group subj-group-type="heading"><subject>Articles</subject></subj-group><subj-group subj-group-type="Discipline-v2"><subject>Computer Science&amp;Communications</subject></subj-group></article-categories><title-group><article-title>
 
 
  A Deep Look into Extractive Text Summarization
 
</article-title></title-group><contrib-group><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Jhonathan</surname><given-names>Quillo-Espino</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref><xref ref-type="corresp" rid="cor1"><sup>*</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Rosa</surname><given-names>María Romero-González</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Ana-Marcela</surname><given-names>Herrera-Navarro</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib></contrib-group><aff id="aff1"><addr-line>Facultad de Informática, Universidad Autónoma de Querétaro, Querétaro, México</addr-line></aff><pub-date pub-type="epub"><day>07</day><month>06</month><year>2021</year></pub-date><volume>09</volume><issue>06</issue><fpage>24</fpage><lpage>37</lpage><history><date date-type="received"><day>6,</day>	<month>May</month>	<year>2021</year></date><date date-type="rev-recd"><day>6,</day>	<month>June</month>	<year>2021</year>	</date><date date-type="accepted"><day>9,</day>	<month>June</month>	<year>2021</year></date></history><permissions><copyright-statement>&#169; Copyright  2014 by authors and Scientific Research Publishing Inc. </copyright-statement><copyright-year>2014</copyright-year><license><license-p>This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/</license-p></license></permissions><abstract><p>
 
 
  This investigation has presented an approach to Extractive Automatic Text Summarization (EATS). A framework focused on the summary of a single document has been developed, using the Tf-ldf method (Frequency Term, Inverse Document Frequency) as a reference, dividing the document into a subset of documents and generating value of each of the words contained in each document, those documents that show Tf-Idf equal or higher than the threshold are those that represent greater importance, therefore; can be weighted and generate a text summary according to the user’s request. This document represents a derived model of text mining application in today’s world. We demonstrate the way of performing the summarization. Random values were used to check its performance. The experimented results show a satisfactory and understandable summary and summaries were found to be able to run efficiently and quickly, showing which are the most important text sentences according to the threshold selected by the user.
 
</p></abstract><kwd-group><kwd>Text Mining</kwd><kwd> Preprocesses</kwd><kwd> Text Summarization</kwd><kwd> Extractive Text Sumarization</kwd></kwd-group></article-meta></front><body><sec id="s1"><title>1. Introduction</title><p>The creation of internet, social networks, forums, information technologies spread in a revolving way, inducing the interaction of information increasingly difficult to understand, create, save, develop and store. The entire document still has to be read completely to decide if the information it contains is relevant or not, but it becomes a slow and overwhelming activity. But what if the information could be summarized in such a way as to obtain keywords that can help reduce time and effort in the decision-making process, therefore, automatic text summaries are the solution to this problem (ATS).</p><p>Before talking about text summaries, we must first clarify: What a text summary is (TS)? A topical TS is a text that contains the most important information of one or more texts in a simplified form. The common stages for a TS: Identification of the most relevant text; Interpretation of information and obtaining a summary with the interpreted information.</p><p>The objective of ATS is to reduce the amount of text while preserving the main idea of the original document, allowing the reader to interpret the information read in a faster way. The ATS has gained popularity due to the need for analysis of large amounts of textual information, for example: generate summaries of books, comics, reviews, news, scientific articles, internet, social networks, among others, any type of textual information can be summarized, the excessive growth of information has forced researchers to seek different ways to obtain summaries of text and even its scope is such that they have achieved and created tools that allow summarizing content with illustrated text. The ATS can be applied in a single document or in a multi-document, depending on the specifications required.</p><p>The research is divided by the description of the Automatic Text Summarization techniques, later the Extractive Automatic Text Summarization is described and analyzed, immediately, the different approaches to generate ATS are mentioned later the experiment to perform EATS is demonstrated and finally, the experimental results are clearly and satisfactorily shown.</p></sec><sec id="s2"><title>2. ATS Techniques</title><p>There are two approaches, Abstractive Automatic Text Summarization (AATS), [<xref ref-type="bibr" rid="scirp.109769-ref1">1</xref>] determines that they aim to concisely paraphrase the information content in documents by creating new information. The automatic text summarization (ATS) [<xref ref-type="bibr" rid="scirp.109769-ref2">2</xref>] concludes that they are those that choose the most noticeable sentences in the documents for further concatenation, to form a summary. [<xref ref-type="bibr" rid="scirp.109769-ref3">3</xref>] mentions that the most successful systems use EATS approaches as they cut and join parts of the text to produce a reduced version, [<xref ref-type="bibr" rid="scirp.109769-ref4">4</xref>] determines, therefore that EATS results in summaries with information available from the original text without any changes.</p><sec id="s2_1"><title>2.1. Extractive Automatic Text Summarization (EATS)</title><p>[<xref ref-type="bibr" rid="scirp.109769-ref5">5</xref>] proposes that a typical EATS consists of 2 phases, the first are the pre-processes, [<xref ref-type="bibr" rid="scirp.109769-ref6">6</xref>] determines that its objective is to transform textual data into clear elements, eliminating inconsistencies for future interpretation. In addition, they can attach new sentences that are not contained in the original document and in the second phase, [<xref ref-type="bibr" rid="scirp.109769-ref7">7</xref>] indicates that it is the use of an approach and its objective is to reduce the length and detail of a document, preserving the sense and the most important points without changing its meaning. <xref ref-type="fig" rid="fig1">Figure 1</xref> shows the diagram of a typical EATS.</p></sec><sec id="s2_2"><title>2.2. Approaches to ATS</title><p>1) Graph-based [<xref ref-type="bibr" rid="scirp.109769-ref8">8</xref>] demonstrates that each statement is treated as a node, two sentences are connected with an edge if both sentences have some similarity, they are essentially a way of deciding the importance of a vertex within a graph, based on the information extracted from the graph structure.</p><p>2) Based on Machine Learning (ML), [<xref ref-type="bibr" rid="scirp.109769-ref9">9</xref>] states that the selection of important text is represented as a binary classification problem, dividing all sentences in the input into summary sentences, the probability that the sentence should be in the summary is the sentence score. Therefore, the classifier is the one that determines the score sentences by taking as input the sentence representation and as output the sentence score. The sentences with more punctuation are selected to form the summary.</p><p>3) Neural networks, [<xref ref-type="bibr" rid="scirp.109769-ref10">10</xref>] states that are those modified to discover the importance and unimportance to determine the value of the summary of each sentence in a document.</p><p>4) Grouping or Clustering [<xref ref-type="bibr" rid="scirp.109769-ref11">11</xref>] proposes the analysis of documents by grouping similar information for later comparison. The more the information is repeated, a summary can be constructed using a sequence of sentences related to the calculated clusters.</p><p>5) Tf-Idf method [<xref ref-type="bibr" rid="scirp.109769-ref12">12</xref>] deduces that it is named after the document frequency (Tf) inverse document frequency (Idf), it is a statistical method that shows the importance of a token in a document. Where Tf (term) = number of times the term appears in the document, Idf = total logarithm of number of documents/number of documents containing. It is calculated with the formula:</p><p>TfIdf = dn ( log ( 1 + Tf ) / log ( df ) )</p><p>where df = is the number of times the token appears in all documents, dn = is the number of documents.</p></sec></sec><sec id="s3"><title>3. Related Work</title><p>EATS over the years has gained interest from researchers, implementing multiple strategies to make EATS more efficient. Different approaches such as the following: [<xref ref-type="bibr" rid="scirp.109769-ref13">13</xref>], ratify that perform an analysis of advantages and disadvantages using logical Fuzzy algorithm in EATS, [<xref ref-type="bibr" rid="scirp.109769-ref14">14</xref>] [<xref ref-type="bibr" rid="scirp.109769-ref15">15</xref>] propose a semantic method for EATS multi-document using statistical methods based on machine learning which is based on graphs. [<xref ref-type="bibr" rid="scirp.109769-ref16">16</xref>] [<xref ref-type="bibr" rid="scirp.109769-ref17">17</xref>] expose a method based on genetic algorithms for obtaining EATS [<xref ref-type="bibr" rid="scirp.109769-ref1">1</xref>], develop neural network based on sequential model with the characteristic of offering visualization of predictions regarding the content information, [<xref ref-type="bibr" rid="scirp.109769-ref18">18</xref>] propose a model to extract individual sentences modeling the relationship between sentences, [<xref ref-type="bibr" rid="scirp.109769-ref19">19</xref>] determine the extraction of sub-sentences based on tree decisions, based on a neural model, [<xref ref-type="bibr" rid="scirp.109769-ref20">20</xref>] point out that it is oriented to RTAE of news through a hybrid algorithm between semantic analysis and random fields, coherent and detailed information.</p></sec><sec id="s4"><title>4. Development</title><p>This research details the procedure for EATS development using the Tf-Idf method. <xref ref-type="fig" rid="fig2">Figure 2</xref> shows the proposed diagram for the EATS with the Tf-Idf method.</p><sec id="s4_1"><title>4.1. Preprocesses Application</title><p>Literature [<xref ref-type="bibr" rid="scirp.109769-ref6">6</xref>] shows that with the application of preprocesses it is ensured that the document information has been filtered, the idea is to standardize the text for subsequent analysis, and it is also a means to generate a future structuring in an efficient manner.</p></sec><sec id="s4_2"><title>4.2. Division of Documents</title><p>The division of the document into subsets of documents is done by [<xref ref-type="bibr" rid="scirp.109769-ref21">21</xref>], they determine that through the representation of the vector space, it is necessary to create a jagged array due to its characteristics of unequal rows and columns allows to generate the storage of each of the vectors coming from the documents, for each vector, the Tf-Idf method [<xref ref-type="bibr" rid="scirp.109769-ref22">22</xref>] concludes that it is a statistical method that reflects the importance of a token in a given document, is a combination of two values where [<xref ref-type="bibr" rid="scirp.109769-ref23">23</xref>] confirms that Tf is a term frequency used to measure the number of times a token appears in a document, and Idf shows how important the token is in the document [<xref ref-type="bibr" rid="scirp.109769-ref24">24</xref>], they point out that it is essentially a way of assigning weight to a word or token (term) with a document, therefore, the higher Tf the token will be more representative in the document. The calculation of Idf is done through the following formula:</p><p>Idf ( w ) = 1 + log ( | d | / df ( w ) ) (1)</p><p>where df(w) = number of documents where the token appears, d = total number of documents. If Idf(w) is low and if the token appears in many documents it means that the token obtains low discrimination power, on the other hand, if Idf is high and the token appears in few documents it means that the token has a high discrimination level in the whole document.</p></sec><sec id="s4_3"><title>4.3. Values of Tf-Idf</title><p>The value of Tf-Idf increases proportionally with the number of times a token appears in the document. Using the modified formula proposed by [<xref ref-type="bibr" rid="scirp.109769-ref25">25</xref>], they report that the calculation of Tf-Idf is performed as follows:</p><p>TfIdf ( w , s ) = Tf ( w , s ) ∗ Idf ( w ) . (2)</p><p>where Tf(w, s) = number of times the w token appears in the document. Idf(w) = is the number of documents in which the token appears. It is necessary to average Tf-Idf for each document with the equation:</p><p>Average ( tf − idf ) = ∑ i = 1 w ( s ) tf − idf ( i , d ) / w ( s ) . (3)</p><p>where w(s) number of total tokens in the document. Idf(i, d) = number of value obtained by calculating Idf for each token.</p></sec><sec id="s4_4"><title>4.4. Threshold Value</title><p>The Threshold is the summary percentage level requested to the user, basically it is the amount of text to be summarized. The Threshold is used to calculate the maximum value of Tf-Idf. To calculate it, it is done through the following formula:</p><p>Threshold ( TfIdf ) = % dethreshold ∗ max ( TfIdf ) . (4)</p><p>The EATS is obtained from those documents whose average value (Tf-Idf) is equal to or higher than the Threshold (Tf-Idf).</p></sec></sec><sec id="s5"><title>5. Results</title><p>This research was developed in Visual Studio Community 2019. A document with a total of 2431 tokens in Spanish language was used to evaluate the performance of the EATS. <xref ref-type="fig" rid="fig3">Figure 3</xref> shows an example of the analyzed document.</p><p>Two threshold levels were randomly selected to verify the operation of the program. Two tests were performed with a Threshold level of 90% and 35%.</p><sec id="s5_1"><title>5.1. Execution Time</title><p>The total execution time with a Threshold of 90% and 30% respectively was 37.962 seconds for both, this is due to the fact that the calculation is performed on the same set of documents, therefore, there is no variation in both calculations. <xref ref-type="fig" rid="fig4">Figure 4</xref> shows the execution time.</p></sec><sec id="s5_2"><title>5.2. Number of Tokens per Document</title><p>By dividing the document into smaller documents, a total of 47 independent documents were obtained. A given number of tokens were obtained for each document. <xref ref-type="fig" rid="fig5">Figure 5</xref> shows the result of tokens per document.</p></sec><sec id="s5_3"><title>5.3. Tf per Token in the Document</title><p>Obtaining the Tf of each token inside of each document was essential, allowing the calculation of Tf-Idf, <xref ref-type="fig" rid="fig6">Figure 6</xref> shows the example of the Tf calculation for document number 1.</p></sec><sec id="s5_4"><title>5.4. Frequency of Token per Document</title><p>It was necessary to count the number of document in which a token appears, in order to perform the necessary operations for the Tf-Idf calculation. It is observed that the token much corresponding to token number 2 and number 17 of document number 1, but it is repeated a total of 19 times in the 47 documents, <xref ref-type="fig" rid="fig7">Figure 7</xref> shows a clear example of the result of the Tf count per document in document number 1.</p></sec><sec id="s5_5"><title>5.5. Idf per Document</title><p>Idf determines the tokens hierarchy within the document, the higher the Idf value the higher the relevance. It is observed that the highest values correspond to tokens number 11, 13, 15, 16 with a value of 3.87 respectively. <xref ref-type="fig" rid="fig8">Figure 8</xref> shows the result of the Idf calculation for document number 1.</p></sec><sec id="s5_6"><title>5.6. Tf-Idf Calculation Result</title><p>The results of Tf-Idf calculation for document number 1 shows the lowest value was Tf number 16 with a value of 2.77 and Tf number with highest value correspond to tokens with number 2 and 17 with a value of 99.81. <xref ref-type="fig" rid="fig9">Figure 9</xref> shows the example of the results for the Tf-Idf calculation for document number 1.</p><p>Figures 4-7 show the obtained results from the calculations analysis of a total</p><p>of 2431 tokens, corresponding to a total of 47 different documents. The results of document number 1 were the only ones exemplified.</p><p>To check the performance of the EATS, a test was performed with a 90% Threshold value for the 47 documents, results are shown below.</p></sec><sec id="s5_7"><title>5.7. Results of Calculation of Terms with a Threshold Value of 90%</title><p>The result of this type of Automatic Extractive Text Summarization calculation is due to the fact that it allows extracting a subset of the text with greater importance. <xref ref-type="fig" rid="fig1">Figure 1</xref>0 shows the calculations results with a Threshold of 90%, it can be observed that the lowest value was document number 25 with a value of 4.62 and the maximum value was document number 12 with a value of 35.41.</p></sec><sec id="s5_8"><title>5.8. Results of Values Equal to or Greater than a Threshold of 90%</title><p>When performing the calculation with a Threshold of 90%, a value of 31.87 was obtained. This value was compared with the values in <xref ref-type="fig" rid="fig1">Figure 1</xref>0, document number 12 having a value of 35.41, therefore this is the most representative document. <xref ref-type="fig" rid="fig1">Figure 1</xref>1 shows the result of the comparison with a threshold of 90%.</p></sec><sec id="s5_9"><title>5.9. Final Result with a Value Equal to or Greater than a Threshold of 90%</title><p><xref ref-type="fig" rid="fig1">Figure 1</xref>2 shows the final result with a value equal to or greater a Threshold of 90%.</p></sec><sec id="s5_10"><title>5.10. Final Results of Values Equal to or Greater than a Threshold of 35%</title><p>When the calculation was performed with a Threshold value of 35%, the value 12.39 was obtained. That value was compared with the values in <xref ref-type="fig" rid="fig1">Figure 1</xref>0 being the quotes number 0, 1, 2, 3, 3, 4, 5, 5, 6, 7, 8, 8, 9, 10, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 22, 23, 24, 24, 27, 28, 28, 29, 30, 31, 32, 33, 34, 35, 37, 37, 38, 39, 40, 40, 41, 42, 44, 45. Quite a few citations were obtained because the Threshold value was small therefore, they fall within the range greater than or equal</p><p>to the Threshold. <xref ref-type="fig" rid="fig1">Figure 1</xref>3 shows the result of the comparison with a Threshold value of 35%.</p></sec><sec id="s5_11"><title>5.11. Final Results of Values Equal to or Greater than a Threshold of 35%</title><p><xref ref-type="fig" rid="fig1">Figure 1</xref>4 shows an example of the final result with a value equal to or greater than a Threshold of 35%.</p></sec></sec><sec id="s6"><title>6. Software and Hardware Specifications</title><sec id="s6_1"><title>6.1. Software Specifications</title><p>Windows 10, 20H2 version (OS Build 19042.630). Visual Microsoft Visual Studio Community 2019, version 16.7.7.</p></sec><sec id="s6_2"><title>6.2. Hardware Specifications</title><p>Laptop Intel (R) Core<sup>TM</sup> i7-8750 H CPU A 2.20Ghz. NVIDIA GeForce GTX 1650 graphics card. 32 Gb Ram memory.</p></sec></sec><sec id="s7"><title>7. Conclusions</title><p>The application and execution of text mining (TM) preprocesses are fundamental for the optimal functioning of EATS, the application of a spell checker promotes a decrease in the execution time of the general process of TM preprocesses.</p><p>The applications of the pre-process provide the necessary elements for text structuring, in addition, they facilitate the counting of those similar elements for obtaining Tf of the tokens.</p><p>With the application of the Tf-Idf method, mathematical operations of statistical type are generated which results in request to be stored, product of the division of the analyzed document to a subset of independent documents. For such reason it is recommended the creation and use of jagged arrays since with their characteristic of having unequal rows and columns facilitate the organization and storage, favoring the speed in the manipulation, search, route, insertion of the results of the mathematical operations.</p><p>The Tf-Idf method allows weighting the vectors, the used approach shows that it is an effective and functional method, the characteristics of the text depend on the language used, in this research it was adapted for Spanish language, working correctly. The value of Idf demonstrates the importance of the token within the documents.</p><p>The EATS process is a laborious process, but is performed in a careful way the results are satisfactory and clear and it can also be applied to a single document or several documents.</p><p>The values obtained through the Tf-Idf method allow to compare results using the comparing value will depend on the Threshold level requested by the user.</p><p>EATS aims to show the most relevant text according to the Threshold measure requested by the reader thus with this investigation it is verified that it works correctly way, with the experimental results presented, it is verified that texts can be summarized through the Tf-Idf method efficiently.</p><p>The main idea of EATS is to help reducing the total reading time, the final results are statistical in nature but the results are presented showing the most important text. The performance of the execution of this model is not affected on computers with low hardware resources, it does not consume large memory resources so it can be applied on any computer.</p><p>All the EATS examples carried out in this research have been applied for Spanish language and the results are satisfactory, therefore the method works correctly.</p></sec><sec id="s8"><title>Conflicts of Interest</title><p>The authors declare no conflicts of interest regarding the publication of this paper.</p></sec><sec id="s9"><title>Cite this paper</title><p>Quillo-Espino, J., Romero-Gonz&#225;lez, R.M. and Herrera-Navarro, A.-M. (2021) A Deep Look into Extractive Text Summarization. Journal of Computer and Communications, 9, 24-37. https://doi.org/10.4236/jcc.2021.96002</p></sec></body><back><ref-list><title>References</title><ref id="scirp.109769-ref1"><label>1</label><mixed-citation publication-type="other" xlink:type="simple">Nallapati, R., Zhai, F. and Zhou, B. (2016) SummaRuNNer: A Recurrent Neural Network Based Sequence Model for Extractive Summarization of Documents. Proceedings of the 31st AAAI Conference on Artificial Intelligence (AAAI-17). https://arxiv.org/abs/1611.04230</mixed-citation></ref><ref id="scirp.109769-ref2"><label>2</label><mixed-citation publication-type="other" xlink:type="simple">El-Kassas, W.S., Salama, C.R., Rafea, A.A. and Monhamed, H.K. (2020) Automatic Text Summarization: A Comprehensive Survey. Expert Systems with Applications, 165, 113679. https://doi.org/10.1016/j.eswa.2020.113679</mixed-citation></ref><ref id="scirp.109769-ref3"><label>3</label><mixed-citation publication-type="other" xlink:type="simple">Rush, M.A., Chopra, S. and Weston, J. (2015) A Neural Attention Model for Sentence Summarization. Proceeding of the 2015 Conference on Empirical Methods in Natural Language Processing, Lisbon, September 2015, 379-389. https://doi.org/10.18653/v1/D15-1044</mixed-citation></ref><ref id="scirp.109769-ref4"><label>4</label><mixed-citation publication-type="other" xlink:type="simple">Casta&amp;ntilde;eda, N.H., Hernández, R.A.G., Ledeneva, Y. and Casta&amp;ntilde;eda, A.H. (2020) Evolutionary Automatic Text Summarization Using Cluster Validation Indexes. Hernández Casta&amp;ntilde;eda, 24, 583-595. https://doi.org/10.13053/cys-24-2-3392</mixed-citation></ref><ref id="scirp.109769-ref5"><label>5</label><mixed-citation publication-type="other" xlink:type="simple">Quillo-Espino, J. and Romero-Gonzalez, R.-M. (2021) Where Are the Automatic Text Summaries Located in the 2021? A Review. International Journal of Advanced Research in Computer and Communication Engineering, 10, 11-16. https://doi.org/10.17148/IJARCCE.2021.10402</mixed-citation></ref><ref id="scirp.109769-ref6"><label>6</label><mixed-citation publication-type="other" xlink:type="simple">Quillo-Espino, J., Romero-Gonzalez, R.M. and Lara-Guevara, A. (2018) Advantages of Using a Spell Checker in Text Mining Preprocesses. Journal of Computer and Communications, 6, 43-54. https://doi.org/10.4236/jcc.2018.611004</mixed-citation></ref><ref id="scirp.109769-ref7"><label>7</label><mixed-citation publication-type="other" xlink:type="simple">Gaikwad, S.V., Chaugule, A. and Patil, P. (2013) Text Mining Methods and Techniques. International Journal of Computer Applications, 85, 42-45. https://doi.org/10.5120/14937-3507</mixed-citation></ref><ref id="scirp.109769-ref8"><label>8</label><mixed-citation publication-type="other" xlink:type="simple">alZahir, S., Fatima, Q. and Cenek, M. (2015) New Graph-Based Text Summarization Method. 2015 IEEE Pacific Rim Conference on Communications, Computers and Signal Processing (PACRIM), Victoria, 24-26 August 2015, 396-401. https://doi.org/10.1109/PACRIM.2015.7334869</mixed-citation></ref><ref id="scirp.109769-ref9"><label>9</label><mixed-citation publication-type="book" xlink:type="simple">Nenkova, A. (2012) A Survey of Text Summarization Techniques. In: Aggarwal, C. and Zhai, C., Eds., Mining Text Data, Springer, Boston, 43-76. https://doi.org/10.1007/978-1-4614-3223-4_3</mixed-citation></ref><ref id="scirp.109769-ref10"><label>10</label><mixed-citation publication-type="other" xlink:type="simple">Kaikhah, H. (2004) Automatic Text Summarization with Neural Networks. 2004 2nd International IEEE Conference on “Intelligent Systems”, Varna, 22-24 June 2004, 40-44.</mixed-citation></ref><ref id="scirp.109769-ref11"><label>11</label><mixed-citation publication-type="other" xlink:type="simple">Meena, Y.K., Jain, A. and Gopalani, D. (2014) Survey on Graph and Cluster Based Approaches in Multi-Document Text Summarization. International Conference on Recent Advances and Innovations in Engineering (ICRAIE-2014), Jaipur, 9-11 May 2014, 1-5. https://doi.org/10.1109/ICRAIE.2014.6909126</mixed-citation></ref><ref id="scirp.109769-ref12"><label>12</label><mixed-citation publication-type="other" xlink:type="simple">Manjari, K.U., Rousha, S., Sumanth, D. and Devi, J.S. (2020) Extractive Text Summarization from Web Pages Using Selenium and TF-IDF Algorithm. 2020 4th International Conference on Trends in Electronics and Informatics (ICOEI), Tirunelveli, 15-17 June 2020, 648-652. https://doi.org/10.1109/ICOEI48184.2020.9142938</mixed-citation></ref><ref id="scirp.109769-ref13"><label>13</label><mixed-citation publication-type="other" xlink:type="simple">Kyoomarsi, F., Hhosravi, H., Eslami, E., Dehkordy, K.P. and Tajoddin, A. (2008) Optimizing Text Summarization Based on Fussy Logic. 7th IEEE/ACIS International Conference on Computer and Information Science, Portland, 347-352.</mixed-citation></ref><ref id="scirp.109769-ref14"><label>14</label><mixed-citation publication-type="other" xlink:type="simple">Bidoki, M., Monsavi, M.R. and Fakhramahgmad, M. (2020) A Semantic Approach to Extractive Multi-Document Summarization: Applying Sentence Expansion for Tuning of Conceptual Densities. Information Processing &amp; Management, 57, 102341. https://doi.org/10.1016/j.ipm.2020.102341</mixed-citation></ref><ref id="scirp.109769-ref15"><label>15</label><mixed-citation publication-type="book" xlink:type="simple">Verma, P. and Om, H. (2016) Extraction Based Text Summarization Methods on User Review Data: A Comparative Study. In: Unal, A., Nayak, M., Mishra, D.K., Singh, D. and Joshi, A., Eds., Smart Trends in Information Technology and Computer Communications, Springer, Singapore, 346-354. https://doi.org/10.1007/978-981-10-3433-6_42</mixed-citation></ref><ref id="scirp.109769-ref16"><label>16</label><mixed-citation publication-type="other" xlink:type="simple">Rojas, S.J., Ledeneva, Y. and Garcia-Hernandez, R.A. (2018) Calculating the Significance of Automatic Extractive Text Summarization Using a Genetic Algorithm. Journal of Intelligent &amp; Fuzzy Systems, 35, 293-304. https://doi.org/10.3233/JIFS-169588</mixed-citation></ref><ref id="scirp.109769-ref17"><label>17</label><mixed-citation publication-type="other" xlink:type="simple">Abuobieda, A., Salim, N., Albaham, A.T., Osman, A.H. and Kumar, Y.J. (2012) Text Summarization Features Selection Method Using Pseudo Genetic-Based Model. International Conference on Information Retrieval &amp; Knowledge Management, Kuala Lumpur, 13-15 March 2012, 193-197. https://doi.org/10.1109/InfRKM.2012.6204980</mixed-citation></ref><ref id="scirp.109769-ref18"><label>18</label><mixed-citation publication-type="other" xlink:type="simple">Zhong, M., Liu, P., Chen, Y., Wang, D., Qiu, X. and Huang, X. (2020) Extractive Summarization as Text Matching. Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics, July 2020, 6197-6208. https://doi.org/10.18653/v1/2020.acl-main.552</mixed-citation></ref><ref id="scirp.109769-ref19"><label>19</label><mixed-citation publication-type="other" xlink:type="simple">Zhou, Q., Wei, F. and Zhou, M. (2020) At Which Level Should We Extract? And Empirical Analysis on Extractive Document Summarization. Proceedings of the 28th International Conference on Computational Linguistics, Barcelona, December 2020, 5617-5628. https://doi.org/10.18653/v1/2020.coling-main.492</mixed-citation></ref><ref id="scirp.109769-ref20"><label>20</label><mixed-citation publication-type="other" xlink:type="simple">Muneera, M.N. and Sriramya, P. (2020) Extractive Text Summarization for Social News Using Hybrid Techniques in Opinion Mining. International Journal of Engineering and Advanced Technology, 9, 2109-2115. https://doi.org/10.35940/ijeat.B3356.029320</mixed-citation></ref><ref id="scirp.109769-ref21"><label>21</label><mixed-citation publication-type="other" xlink:type="simple">Salton, G. and Buckley, C. (1988) Term-Weighting Approaches in Automatic Text Retrieval. Information Processing &amp; Management, 24, 513-523. https://doi.org/10.1016/0306-4573(88)90021-0</mixed-citation></ref><ref id="scirp.109769-ref22"><label>22</label><mixed-citation publication-type="other" xlink:type="simple">Liu, C.-Z., Sheng, Y.-X., Wei, Z.-Q. and Yang, Y.-Q. (2018) Research of Text Classification Based on Improved TF-IDF Algorithm. 2018 IEEE International Conference of Intelligent Robotic and Control Engineering (IRCE), Lanzhou, 24-27 August 2018, 218-222. https://doi.org/10.1109/IRCE.2018.8492945</mixed-citation></ref><ref id="scirp.109769-ref23"><label>23</label><mixed-citation publication-type="other" xlink:type="simple">Qaiser, S. and Ali, R. (2018) Text Mining: Use of TF-IDF to Examine the Relevance of Words to Documents. International Journal of Computer Applications, 181, 25-29. https://doi.org/10.5120/ijca2018917395</mixed-citation></ref><ref id="scirp.109769-ref24"><label>24</label><mixed-citation publication-type="other" xlink:type="simple">Khusna, N.A. and Agustina, I. (2018) Implementation of Information Retrieval Using Tf-Idf Weighting Method on Detik.Com’s Website. 12th International Conference on Telecommunication Systems, Services, and Applications (TSSA), Yogyakarta, 4-5 October 2018, 1-4. https://doi.org/10.1109/TSSA.2018.8708744</mixed-citation></ref><ref id="scirp.109769-ref25"><label>25</label><mixed-citation publication-type="other" xlink:type="simple">Larocca, N.J. and Santos, D.A. (2000) Document Clustering and Text Summarization. https://orcid.org/0000-0001-9825-4700</mixed-citation></ref></ref-list></back></article>