AI Consulting

We offer AI consulting services in Natural Language Processing. Contact us at info@practicallinguistics.com if you need help with an NLP project. For example:

  1. Standardizing text data. Matching personal, company names, addresses, standardizing incoming text data to internal and external standards.
  2. Comprehensive text analysis. Collecting information, such as social media comments about a business, and breaking them up into parts by topic. Combined with sentiment analysis, this can produce a full report on how users on social media feel about different aspects of your business.
  3. Information extraction. Automating data extraction, such as names, dates, titles, etc. from documents.
  4. Sentiment analysis. Scoring text on a sentiment scale (e.g. social media mentions).
  5. Classifying data. Pulling documents, such as recent news articles, classifying them as relevant or irrelevant to your purposes and sending a news report to you.

Customer testimonials and recommendations

 

Some previous projects

  1. Standardizing incoming text data. Classifying incoming healthcare duty shift strings from very variable input to standard output.
  2. Review topic extraction. Segmenting product and service reviews into sentences and sentence parts, classifying the parts by topic with sentiment analysis.
  3. Author extraction from letters using machine learning. Complete application with labeling data, feature extraction and algorithm selection with both precision and recall over 95%.
  4. Information extraction from pdf documents. Extracting information from financial reports. Fields extracted were author, title, companies mentioned, and other relevant information.
  5. Web-site scraping. Scraping newspaper web-sites to collect their letters to the editor. A total of 1600 letters were collected using the Python Scrapy package.
  6. Labeling web application. A web application for labeling HTML pages. The application included back-end in Python CGI and HTML for display.