Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
haskell-gargantext
haskell-gargantext
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 159
    • Issues 159
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 6
    • Merge Requests 6
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • gargantext
  • haskell-gargantexthaskell-gargantext
  • Issues
  • #384

Closed
Open
Opened Aug 06, 2024 by Grégoire Locqueville@glocqueville
  • Report abuse
  • New issue
Report abuse New issue

Let users create a Subcorpus

Users can currently perform a search in a given corpus, e.g. to select documents that contain a certain term.

It should be possible to generate a new corpus based on such a search, for instance by clicking a dedicated button. Such a "subcorpus" would appear as a child node of the original corpus's node, and would itself, like any other corpus, have three nodes as children:

  • a Docs node, containing those documents of the original corpus that match the search;
  • a Terms node, either copied from the original corpus's terms list, or computed anew based on the new set of documents (whichever to choose could be left as an option for the user);
  • a Graph node.
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
2
Labels
New feature Testing
Assign labels
  • View project labels
Reference: gargantext/haskell-gargantext#384