File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# PHP NLP-Client  
22
3- This is a simple PHP library for performing Natural Language tasks using Web64's NLP-Server https://github.com/web64/nlpserver .
3+ This is a simple PHP library for performing multi-lingual  Natural Language tasks using Web64's NLP-Server https://github.com/web64/nlpserver .
44
55NLP Tasks Available through Web64's NLP Server:
66*  [ Language detection] ( #language-detection ) 
77*  [ Article Extraction from HTML or URL] ( #article--metadata-extraction ) 
88*  [ Entity Extraction] ( #entitiy-extraction--sentiment-analysis-polyglot )  (NER) - Multilingual
99*  [ Sentiment Analysis] ( #sentiment-analysis )  - Multilingual
10- *  Embeddings / Neighbouring words  - Multilingual
11- *  Summarization
10+ *  [ Embeddings / Neighbouring words  - Multilingual] ( #neighbouring-words-embeddings ) 
11+ *  [ Summarization] ( #summarization ) 
1212
1313NLP Tasks Available through Stanford's CoreNLP Server:
14- *  Entity Extraction (NER)
14+ *  [ Entity Extraction (NER) ] ( #corenlp---entity-extraction-ner ) 
1515
1616NLP Tasks Available through Microsoft Labs API:
17- *  Related concepts 
17+ *  [ Concept Graph ] ( #concept-graph ) 
1818
1919### Laravel Package  
2020There is also a Laravel wrapper for this library available here: https://github.com/web64/laravel-nlp 
@@ -196,7 +196,7 @@ Array
196196*/
197197``` 
198198
199- ### Summarizer  
199+ ### Summarization  
200200Extract short summary from a long text
201201``` php 
202202$summary = $nlp->summarize( $long_text );
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments