{"id":2967,"date":"2021-02-04T00:00:00","date_gmt":"2021-02-04T00:00:00","guid":{"rendered":"https:\/\/processtalks.com\/mining-process-models-from-text-15a2564b333a\/"},"modified":"2023-01-03T15:02:22","modified_gmt":"2023-01-03T15:02:22","slug":"mining-process-models-from-text","status":"publish","type":"post","link":"https:\/\/processtalks.com\/en\/mining-process-models-from-text\/","title":{"rendered":"Mining Process Models from Text"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2967\" class=\"elementor elementor-2967 elementor-3822\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-748fafdd elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"748fafdd\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-756e1a14\" data-id=\"756e1a14\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2e951307 elementor-widget elementor-widget-text-editor\" data-id=\"2e951307\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\n<h3 id=\"c1e3\"><strong class=\"markup--strong markup--h3-strong\">Mining Process Models from Text<\/strong><\/h3>\n\n<p id=\"3bfe\"><strong class=\"markup--strong markup--p-strong\">Accelerating Process Modeling Using NLP<\/strong><\/p>\n\n<p id=\"d84d\">Tracy is a consultant in a digital transformation firm. She just arrived at a new project that requires modeling a large telecommunications company&#8217;s processes. Apart from planning a series of meetings with several people in the company, she will need to read a bunch of text documents describing each one of the processes.<\/p>\n\n<p id=\"1dc2\">This is by no means a bizarre case: many organizations document their processes using plain text. By having a textual description of a process, organizations make sure anyone can understand it. Sometimes having these textual documents is even required by law, like in public administrations, where it is required to show compliance to certain legal principles.<\/p>\n\n<p id=\"810f\">Although having these documents will be very useful to Tracy to understand and model her customer processes, having to read so many of them will take her significant effort and time.<br\/>Is technology ready to help Tracy solve her client&#8217;s problems faster?<\/p>\n\n<p id=\"1be5\">Natural Language Processing (NLP) is a cutting-edge, mature technology for extracting meaning from text. Right from the seventies, the NLP community has provided, during the last forty years, algorithms and tools for automating the processing of human language, enabling today&#8217;s AI advanced interaction between humans and machines.<\/p>\n\n<p id=\"b440\">To extract meaning from text, NLP applies a cascade of steps, each one built on the output of the previous: tokenization &amp; sentence splitting, morphological analysis, Part-of-Speech tagging, named entity recognition, syntactic parsing, semantic role labeling, coreference resolution. Until some years ago the majority of these techniques were based on statistical methods, which had reached their limits. During the first decade of the 21st century, GPUs originally designed to speed-up video games started being used to perform fast matrix computations required by artificial neural networks (ANN). Together with the availability of large amounts of data, this led to a big leap in perception tasks such as Computer Vision and Speech processing, and shortly after the technology was applied to more semantic tasks involving language processing: machine translation, summarization, human-machine dialogue systems, etc.<br\/>The rebirth of artificial neural network (ANN) technology has made unprecedented progress unthinkable 15 years ago. <a class=\"markup--anchor markup--p-anchor\" href=\"https:\/\/www.gartner.com\/en\/documents\/3978977\/natural-language-processing-adoption-growth-insights-201\" target=\"_blank\" rel=\"noopener\" data-href=\"https:\/\/www.gartner.com\/en\/documents\/3978977\/natural-language-processing-adoption-growth-insights-201\">This has made NLP to be one of the most promising areas for the next decade in industry<\/a>.<\/p>\n\n<p id=\"2f1b\">Getting back to Tracy, how can she benefit from these advances? If only there were a system able to read all those documents and produce a representation of the processes described therein in an industry-standard format such as BPMN 2.0&#8230;<\/p>\n\n<p id=\"80b1\">This is where ProcessTalks makes its appearance!<\/p>\n\n<p id=\"5589\">ProcessTalks uses a stack of NLP technology combining neural and non-neural components to analyze the documents and extract process elements and their relationships. It can detect where a relevant activity or task is mentioned, and who is supposed to perform it. It can detect which are the main actors performing relevant tasks in a process, as well as relationships between activities, such as temporal precedence, or mutually exclusive execution depending on some condition.<\/p>\n\n<p id=\"df93\">For instance, if the text describes part of a process such as <em class=\"markup--em markup--p-em\">&#8220;If the marketing department approves the web site, the IT department brings it online. Otherwise, a revision of the content is carried out by the designers, who submit an improved version&#8221;,<\/em> ProcessTalks can generate a representation like:<\/p>\n\n<figure class=\"wp-block-image aligncenter\"><img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"255\" src=\"https:\/\/processtalks.com\/wp-content\/uploads\/2021\/02\/0_W1cZZulQWihQ34Tt.jpg\" alt=\"\" class=\"wp-image-2969\" srcset=\"https:\/\/processtalks.com\/wp-content\/uploads\/2021\/02\/0_W1cZZulQWihQ34Tt.jpg 800w, https:\/\/processtalks.com\/wp-content\/uploads\/2021\/02\/0_W1cZZulQWihQ34Tt-300x96.jpg 300w, https:\/\/processtalks.com\/wp-content\/uploads\/2021\/02\/0_W1cZZulQWihQ34Tt-768x245.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/figure>\n\n<p id=\"30fe\">For each document, Tracy can select the sentences or paragraphs describing the process, and feed them to the process extractor. ProcessTalks will interact with Tracy to display the detected activities and actors, and will allow her to confirm, edit, or remove each element.<\/p>\n\n<p id=\"23af\">Then, a draft BPMN model will be created and opened in ProcessTalks collaborative editor. Tracy can then use ProcessTalks <a class=\"markup--anchor markup--p-anchor\" href=\"https:\/\/medium.com\/process-talks\/process-modeling-made-easy-5ca732a35d2b\" target=\"_blank\" rel=\"noopener\" data-href=\"https:\/\/medium.com\/process-talks\/process-modeling-made-easy-5ca732a35d2b\">natural language interaction<\/a> to polish and complete the model. She can also invite her customer to check the model and to interact with it in a simultaneous and <a class=\"markup--anchor markup--p-anchor\" href=\"https:\/\/medium.com\/process-talks\/co-creation-of-process-models-in-the-post-covid-19-era-8271cf733921\" target=\"_blank\" rel=\"noopener\" data-href=\"https:\/\/medium.com\/process-talks\/co-creation-of-process-models-in-the-post-covid-19-era-8271cf733921\">collaborative environment<\/a>.<\/p>\n\n<p id=\"f239\">After a few editing sessions, Tracy produced a model of the company&#8217;s processes. She was able to do her job in a much faster way than reading all the documents and hand modeling each process would have required, saving time and money both for her and her customers.<\/p>\n\n<p id=\"f60c\">Dare to try? Please schedule a demo with us at <a class=\"markup--anchor markup--p-anchor\" href=\"https:\/\/calendly.com\/processtalks\/15\" target=\"_blank\" rel=\"noopener\" data-href=\"https:\/\/calendly.com\/processtalks\/15\">this link<\/a>.<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Mining Process Models from Text Accelerating Process Modeling Using NLP Tracy is a consultant in a digital transformation firm. She just arrived at a new project that requires modeling a large telecommunications company&#8217;s processes. Apart from planning a series of meetings with several people in the company, she will need to read a bunch of [&hellip;]<\/p>\n","protected":false},"author":14,"featured_media":3147,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"0","ocean_second_sidebar":"0","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"0","ocean_custom_header_template":"0","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"0","ocean_menu_typo_font_family":"0","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"0","ocean_post_oembed":"","ocean_post_self_hosted_media":"","ocean_post_video_embed":"","ocean_link_format":"","ocean_link_format_target":"self","ocean_quote_format":"","ocean_quote_format_link":"post","ocean_gallery_link_images":"off","ocean_gallery_id":[],"footnotes":""},"categories":[14],"tags":[],"class_list":["post-2967","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-sin-categorizar","entry","has-media"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Mining Process Models from Text - Process Talks<\/title>\n<meta name=\"description\" content=\"Tracy is a consultant in a digital transformation firm. She just arrived at a new project that requires modeling a large telecommunications company&#039;s processes.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/processtalks.com\/extraccion-de-modelos-de-procesos-a-partir-de-texto\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mining Process Models from Text - Process Talks\" \/>\n<meta property=\"og:description\" content=\"Tracy is a consultant in a digital transformation firm. She just arrived at a new project that requires modeling a large telecommunications company&#039;s processes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/processtalks.com\/extraccion-de-modelos-de-procesos-a-partir-de-texto\/\" \/>\n<meta property=\"og:site_name\" content=\"Process Talks\" \/>\n<meta property=\"article:published_time\" content=\"2021-02-04T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-03T15:02:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/processtalks.com\/wp-content\/uploads\/2022\/11\/img_636e0f99b6ba4.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"533\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"web-designer\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"web-designer\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/processtalks.com\\\/extraccion-de-modelos-de-procesos-a-partir-de-texto\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/processtalks.com\\\/extraccion-de-modelos-de-procesos-a-partir-de-texto\\\/\"},\"author\":{\"name\":\"web-designer\",\"@id\":\"https:\\\/\\\/processtalks.com\\\/#\\\/schema\\\/person\\\/fa4d5a416a5d88d77b957a359148b1a1\"},\"headline\":\"Mining Process Models from Text\",\"datePublished\":\"2021-02-04T00:00:00+00:00\",\"dateModified\":\"2023-01-03T15:02:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/processtalks.com\\\/extraccion-de-modelos-de-procesos-a-partir-de-texto\\\/\"},\"wordCount\":702,\"publisher\":{\"@id\":\"https:\\\/\\\/processtalks.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/processtalks.com\\\/extraccion-de-modelos-de-procesos-a-partir-de-texto\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/processtalks.com\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/img_636e0f99b6ba4.jpeg\",\"articleSection\":[\"Sin categorizar\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/processtalks.com\\\/extraccion-de-modelos-de-procesos-a-partir-de-texto\\\/\",\"url\":\"https:\\\/\\\/processtalks.com\\\/extraccion-de-modelos-de-procesos-a-partir-de-texto\\\/\",\"name\":\"Mining Process Models from Text - Process Talks\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/processtalks.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/processtalks.com\\\/extraccion-de-modelos-de-procesos-a-partir-de-texto\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/processtalks.com\\\/extraccion-de-modelos-de-procesos-a-partir-de-texto\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/processtalks.com\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/img_636e0f99b6ba4.jpeg\",\"datePublished\":\"2021-02-04T00:00:00+00:00\",\"dateModified\":\"2023-01-03T15:02:22+00:00\",\"description\":\"Tracy is a consultant in a digital transformation firm. She just arrived at a new project that requires modeling a large telecommunications company's processes.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/processtalks.com\\\/extraccion-de-modelos-de-procesos-a-partir-de-texto\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/processtalks.com\\\/extraccion-de-modelos-de-procesos-a-partir-de-texto\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/processtalks.com\\\/extraccion-de-modelos-de-procesos-a-partir-de-texto\\\/#primaryimage\",\"url\":\"https:\\\/\\\/processtalks.com\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/img_636e0f99b6ba4.jpeg\",\"contentUrl\":\"https:\\\/\\\/processtalks.com\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/img_636e0f99b6ba4.jpeg\",\"width\":800,\"height\":533,\"caption\":\"Mining Process Models from Text blog post\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/processtalks.com\\\/extraccion-de-modelos-de-procesos-a-partir-de-texto\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/processtalks.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mining Process Models from Text\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/processtalks.com\\\/#website\",\"url\":\"https:\\\/\\\/processtalks.com\\\/\",\"name\":\"Process Talks\",\"description\":\"Automate your daily office workflows with an engine based on natural language interaction.\",\"publisher\":{\"@id\":\"https:\\\/\\\/processtalks.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/processtalks.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/processtalks.com\\\/#organization\",\"name\":\"Process Talks\",\"url\":\"https:\\\/\\\/processtalks.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/processtalks.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/processtalks.com\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/white-logo.png\",\"contentUrl\":\"https:\\\/\\\/processtalks.com\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/white-logo.png\",\"width\":768,\"height\":238,\"caption\":\"Process Talks\"},\"image\":{\"@id\":\"https:\\\/\\\/processtalks.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/processtalks.com\\\/#\\\/schema\\\/person\\\/fa4d5a416a5d88d77b957a359148b1a1\",\"name\":\"web-designer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d27d450c0cf5599e776e61c8cd4a50679e849cf6c6184ab991590969dda10f52?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d27d450c0cf5599e776e61c8cd4a50679e849cf6c6184ab991590969dda10f52?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d27d450c0cf5599e776e61c8cd4a50679e849cf6c6184ab991590969dda10f52?s=96&d=mm&r=g\",\"caption\":\"web-designer\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mining Process Models from Text - Process Talks","description":"Tracy is a consultant in a digital transformation firm. She just arrived at a new project that requires modeling a large telecommunications company's processes.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/processtalks.com\/extraccion-de-modelos-de-procesos-a-partir-de-texto\/","og_locale":"en_US","og_type":"article","og_title":"Mining Process Models from Text - Process Talks","og_description":"Tracy is a consultant in a digital transformation firm. She just arrived at a new project that requires modeling a large telecommunications company's processes.","og_url":"https:\/\/processtalks.com\/extraccion-de-modelos-de-procesos-a-partir-de-texto\/","og_site_name":"Process Talks","article_published_time":"2021-02-04T00:00:00+00:00","article_modified_time":"2023-01-03T15:02:22+00:00","og_image":[{"width":800,"height":533,"url":"https:\/\/processtalks.com\/wp-content\/uploads\/2022\/11\/img_636e0f99b6ba4.jpeg","type":"image\/jpeg"}],"author":"web-designer","twitter_card":"summary_large_image","twitter_misc":{"Written by":"web-designer","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/processtalks.com\/extraccion-de-modelos-de-procesos-a-partir-de-texto\/#article","isPartOf":{"@id":"https:\/\/processtalks.com\/extraccion-de-modelos-de-procesos-a-partir-de-texto\/"},"author":{"name":"web-designer","@id":"https:\/\/processtalks.com\/#\/schema\/person\/fa4d5a416a5d88d77b957a359148b1a1"},"headline":"Mining Process Models from Text","datePublished":"2021-02-04T00:00:00+00:00","dateModified":"2023-01-03T15:02:22+00:00","mainEntityOfPage":{"@id":"https:\/\/processtalks.com\/extraccion-de-modelos-de-procesos-a-partir-de-texto\/"},"wordCount":702,"publisher":{"@id":"https:\/\/processtalks.com\/#organization"},"image":{"@id":"https:\/\/processtalks.com\/extraccion-de-modelos-de-procesos-a-partir-de-texto\/#primaryimage"},"thumbnailUrl":"https:\/\/processtalks.com\/wp-content\/uploads\/2022\/11\/img_636e0f99b6ba4.jpeg","articleSection":["Sin categorizar"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/processtalks.com\/extraccion-de-modelos-de-procesos-a-partir-de-texto\/","url":"https:\/\/processtalks.com\/extraccion-de-modelos-de-procesos-a-partir-de-texto\/","name":"Mining Process Models from Text - Process Talks","isPartOf":{"@id":"https:\/\/processtalks.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/processtalks.com\/extraccion-de-modelos-de-procesos-a-partir-de-texto\/#primaryimage"},"image":{"@id":"https:\/\/processtalks.com\/extraccion-de-modelos-de-procesos-a-partir-de-texto\/#primaryimage"},"thumbnailUrl":"https:\/\/processtalks.com\/wp-content\/uploads\/2022\/11\/img_636e0f99b6ba4.jpeg","datePublished":"2021-02-04T00:00:00+00:00","dateModified":"2023-01-03T15:02:22+00:00","description":"Tracy is a consultant in a digital transformation firm. She just arrived at a new project that requires modeling a large telecommunications company's processes.","breadcrumb":{"@id":"https:\/\/processtalks.com\/extraccion-de-modelos-de-procesos-a-partir-de-texto\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/processtalks.com\/extraccion-de-modelos-de-procesos-a-partir-de-texto\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/processtalks.com\/extraccion-de-modelos-de-procesos-a-partir-de-texto\/#primaryimage","url":"https:\/\/processtalks.com\/wp-content\/uploads\/2022\/11\/img_636e0f99b6ba4.jpeg","contentUrl":"https:\/\/processtalks.com\/wp-content\/uploads\/2022\/11\/img_636e0f99b6ba4.jpeg","width":800,"height":533,"caption":"Mining Process Models from Text blog post"},{"@type":"BreadcrumbList","@id":"https:\/\/processtalks.com\/extraccion-de-modelos-de-procesos-a-partir-de-texto\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/processtalks.com\/"},{"@type":"ListItem","position":2,"name":"Mining Process Models from Text"}]},{"@type":"WebSite","@id":"https:\/\/processtalks.com\/#website","url":"https:\/\/processtalks.com\/","name":"Process Talks","description":"Automate your daily office workflows with an engine based on natural language interaction.","publisher":{"@id":"https:\/\/processtalks.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/processtalks.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/processtalks.com\/#organization","name":"Process Talks","url":"https:\/\/processtalks.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/processtalks.com\/#\/schema\/logo\/image\/","url":"https:\/\/processtalks.com\/wp-content\/uploads\/2022\/08\/white-logo.png","contentUrl":"https:\/\/processtalks.com\/wp-content\/uploads\/2022\/08\/white-logo.png","width":768,"height":238,"caption":"Process Talks"},"image":{"@id":"https:\/\/processtalks.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/processtalks.com\/#\/schema\/person\/fa4d5a416a5d88d77b957a359148b1a1","name":"web-designer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d27d450c0cf5599e776e61c8cd4a50679e849cf6c6184ab991590969dda10f52?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d27d450c0cf5599e776e61c8cd4a50679e849cf6c6184ab991590969dda10f52?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d27d450c0cf5599e776e61c8cd4a50679e849cf6c6184ab991590969dda10f52?s=96&d=mm&r=g","caption":"web-designer"}}]}},"_links":{"self":[{"href":"https:\/\/processtalks.com\/en\/wp-json\/wp\/v2\/posts\/2967","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/processtalks.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/processtalks.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/processtalks.com\/en\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/processtalks.com\/en\/wp-json\/wp\/v2\/comments?post=2967"}],"version-history":[{"count":9,"href":"https:\/\/processtalks.com\/en\/wp-json\/wp\/v2\/posts\/2967\/revisions"}],"predecessor-version":[{"id":4395,"href":"https:\/\/processtalks.com\/en\/wp-json\/wp\/v2\/posts\/2967\/revisions\/4395"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/processtalks.com\/en\/wp-json\/wp\/v2\/media\/3147"}],"wp:attachment":[{"href":"https:\/\/processtalks.com\/en\/wp-json\/wp\/v2\/media?parent=2967"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/processtalks.com\/en\/wp-json\/wp\/v2\/categories?post=2967"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/processtalks.com\/en\/wp-json\/wp\/v2\/tags?post=2967"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}